POST api/values/GetChequeImportState
Получение количества элементов очереди в обработки импорта чеков
Request Information
URI Parameters
None.
Body Parameters
ChequeImportStateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Partner | integer |
None. |
|
| Operator | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Partner": 1,
"Operator": 2
}
application/xml, text/xml
Sample:
<ChequeImportStateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LCManager.Infrastructure.Checks"> <Operator>2</Operator> <Partner>1</Partner> </ChequeImportStateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ChequeImportStateResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjsCount | integer |
None. |
|
| ErrorCode | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ObjsCount": 1,
"ErrorCode": 2,
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<ChequeImportStateResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LCManager.Infrastructure.Checks"> <ErrorCode>2</ErrorCode> <Message>sample string 3</Message> <ObjsCount>1</ObjsCount> </ChequeImportStateResponse>