GET api/account/receipts/external/{sessionID}?Page={Page}&Count={Count}&Aggregator={Aggregator}&Order={Order}&Code={Code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| Count | integer |
None. |
|
| Aggregator | string |
None. |
|
| Order | string |
None. |
|
| Code | string |
None. |
|
| sessionID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AccountExternalReceiptsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| retval |
Return code (0 - ok, otherwise - error) |
integer |
None. |
| desc |
Text description of the return code (error description) |
string |
None. |
| receipts |
Data |
Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"<ReturnValue>k__BackingField": 1,
"<Description>k__BackingField": "sample string 2",
"<Data>k__BackingField": {}
}
application/xml, text/xml
Sample:
<AccountExternalReceiptsResponse> <ReturnValue>1</ReturnValue> <Description>sample string 2</Description> <Data /> </AccountExternalReceiptsResponse>