GET api/Visits/DebitLineForUpdate?pDebitLine={pDebitLine}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pDebitLine | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FullDebitLine| Name | Description | Type | Additional information |
|---|---|---|---|
| DebitLine | Collection of Object |
None. |
|
| TreateNumber | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TreateNumber": 1,
"DebitLine": [
{},
{}
]
}
application/xml
Sample:
text/xml
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.