POST api/pos/ChangeOperatorPosList
Изменение видимости списка магазинов
Request Information
URI Parameters
None.
Body Parameters
OperatorChangePoslistRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
идентификатор списка |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1
}
application/xml, text/xml
Sample:
<OperatorChangePoslistRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LCManagerPartner.Implementation.Request"> <Id>1</Id> </OperatorChangePoslistRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DefaultResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode |
Код ошибки |
integer |
None. |
| Message |
Сообщение об ошибке |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ErrorCode": 1,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<DefaultResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LCManagerPartner.Implementation.Response"> <ErrorCode xmlns="http://schemas.datacontract.org/2004/07/LCManagerPartner.Implementation.Abstractions">1</ErrorCode> <Message xmlns="http://schemas.datacontract.org/2004/07/LCManagerPartner.Implementation.Abstractions">sample string 2</Message> </DefaultResponse>