POST api/values/ChangeOperatorGoodList
Изменение видимости списка товаров
Request Information
URI Parameters
None.
Body Parameters
OperatorGoodChangeRequestName | Description | Type | Additional information |
---|---|---|---|
Id |
идентификатор изменяемого списка товаров |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1 }
application/xml, text/xml
Sample:
<OperatorGoodChangeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LCManagerPartner.Implementation.Request"> <Id>1</Id> </OperatorGoodChangeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DefaultResponseName | 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>