Запрос
URI параметр
Name | Description | Type | Additional information |
---|---|---|---|
locationCode | Код склада | string |
Required |
deliveryMethod | Способ доставки | DeliveryMethod |
Required |
Передаваемые параметры
NONE
Примеры
Ответ
Описание ответа
Коллекция договоров пользователя
Collection of UserAgreementName | Description | Type | Additional information |
---|---|---|---|
Code | Код договора | string |
None |
AgreementGroup | Код группы договора | string |
None |
Description | Описание | string |
None |
LocationCode | Код склада | string |
None |
Currency | Валюта | string |
None |
Active | Активен | boolean |
None |
Response Formats
application/json, text/json
Sample:
[ { "Code": "sample string 1", "AgreementGroup": "sample string 2", "Description": "sample string 3", "LocationCode": "sample string 4", "Currency": "sample string 5", "Active": true }, { "Code": "sample string 1", "AgreementGroup": "sample string 2", "Description": "sample string 3", "LocationCode": "sample string 4", "Currency": "sample string 5", "Active": true } ]
text/xml
Sample:
<ArrayOfUserAgreement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Model.User"> <UserAgreement> <Active>true</Active> <AgreementGroup>sample string 2</AgreementGroup> <Code>sample string 1</Code> <Currency>sample string 5</Currency> <Description>sample string 3</Description> <LocationCode>sample string 4</LocationCode> </UserAgreement> <UserAgreement> <Active>true</Active> <AgreementGroup>sample string 2</AgreementGroup> <Code>sample string 1</Code> <Currency>sample string 5</Currency> <Description>sample string 3</Description> <LocationCode>sample string 4</LocationCode> </UserAgreement> </ArrayOfUserAgreement>