GET api/Visits/GetDebitsLine?visitCode={visitCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
visitCode | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DebitsRetunObjName | Description | Type | Additional information |
---|---|---|---|
debits | Collection of Object |
None. |
|
TreatesCount | Dictionary of integer [key] and integer [value] |
None. |
Response Formats
application/json, text/json
Sample:
{ "debits": [ {}, {} ], "TreatesCount": { "1": 2, "3": 4 } }
application/xml
Sample:
text/xml
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.