GET api/account/receipts/external/{sessionID}?Page={Page}&Count={Count}&Aggregator={Aggregator}&Order={Order}&Code={Code}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
retval

Код возврата (0 - ок, иначе - ошибка)

integer

None.

desc

Текстовая расшифровка кода возврата (описание ошибки)

string

None.

receipts

Данные

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>