GET api/v1/Invoices/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Response Information
Resource Description
PagedResponseOfInvoice| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjectList | Collection of Invoice | ||
| TotalCount | integer | ||
| CurrentPage | integer | ||
| TotalPages | integer | ||
| PageSize | integer | ||
| ExecutionTime | integer | ||
| ResultMessage | string | ||
| ResultCode | integer | ||
| TxID | string |
Response Formats
application/json, text/json
Sample:
{
"objectList": [
{
"$id": "1",
"executionTime": 15,
"txID": "sample string 16"
},
{
"$ref": "1"
}
],
"totalCount": 1,
"currentPage": 2,
"totalPages": 1,
"pageSize": 4,
"executionTime": 5,
"resultMessage": "sample string 6",
"resultCode": 7,
"txID": "sample string 8"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.