GET api/relationships/{id}
Метод для получения информации о "Взаимоотношении" между Клиентом и Дистрибьютором (aka Договор)
Полный URL-адрес запроса: https://sfa-api.ddapp.biz/api/relationships/{id}?api-version=2.0
Для этого метода требуется авторизация
Информация о запросе
URL параметры
Название | Описание | Тип данных | Дополнительная информация |
---|---|---|---|
id |
Уникальный идентфикатор "Взаимоотношения" |
string |
Required |
fields |
Список дополнительных полей, которые необходимо вернуть |
string |
Нет |
Тело запроса
Нет параметров в теле запроса
Информация об ответе
RelationshipModel2
Название | Описание | Тип данных | Дополнительная информация |
---|---|---|---|
Id | globally unique identifier |
Нет |
|
VendorId | string |
Нет |
|
Name | string |
Нет |
|
Customer | CustomerModel |
Дополнительное поле |
|
PriceCategory | PriceCategoryModel |
Дополнительное поле |
|
PriceTiers | Collection of PriceCategoryModel |
Дополнительное поле |
|
Currency | CurrencyModel |
Дополнительное поле |
|
PaymentTypes | Collection of PaymentTypeModel |
Дополнительное поле |
|
PaymentForms | Collection of integer |
Дополнительное поле |
|
Deferment | integer |
Нет |
|
Limit | decimal number |
Нет |
|
MinOrder | decimal number |
Нет |
|
Debts | Collection of MultiCurrencySumModel |
Дополнительное поле |
|
OverdueDebts | Collection of MultiCurrencySumModel |
Дополнительное поле |
|
Properties | Collection of EntityPropertyValueModel |
Дополнительное поле |
|
Discounts | Collection of RelationshipDiscountModel |
Дополнительное поле |
|
Active | boolean |
Нет |
|
DateFrom | date |
Нет |
|
DateTill | date |
Нет |
|
OrderIndex | integer |
Нет |
|
IsFixedPriceCategory | boolean |
Нет |
|
DeliveryTypes | Collection of DeliveryTypeModel |
Дополнительное поле |
|
BrandPriceCategories | Collection of RelationshipBrandPriceCategoryModel |
Дополнительное поле |
|
GroupPriceCategories | Collection of RelationshipGroupPriceCategoryModel |
Дополнительное поле |
Форматы ответа
{ "id": "8b253571-10af-4e2d-87d7-4c8c0e1b9dac", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "60ec0dc4-c726-4a11-9838-dac72a4a679c", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "2895f033-f282-47d5-800c-38a7235b3ff2", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "2c1107c6-85b6-46a7-b714-d2e8851ab1d1", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "e8ccd0fd-05fc-48ce-9550-95cd34721ccb", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "b1df1bf7-47e7-41b1-8e57-cf937a599244", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "b1df1bf7-47e7-41b1-8e57-cf937a599244", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "bb2b24c9-c512-460a-9394-0c68ff2f3f14", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "37476933-d23e-44a1-b70b-9e3092828be4", "vendorId": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "middleName": "sample string 5", "fullName": "sample string 6", "imageUrl": "sample string 7", "email": "sample string 8", "emailConfirmed": true, "phoneNumber": "sample string 10", "phoneNumberConfirmed": true, "twoFactorEnabled": true, "lockoutEndDateUtc": "2025-04-03T06:24:55.3603978Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "2895f033-f282-47d5-800c-38a7235b3ff2", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "2c1107c6-85b6-46a7-b714-d2e8851ab1d1", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "timeZoneId": "sample string 4" }, "properties": [ { "entityProperty": { "id": "b1df1bf7-47e7-41b1-8e57-cf937a599244", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "b1df1bf7-47e7-41b1-8e57-cf937a599244", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "0b186ddb-d59d-433e-bc48-29168de5b934", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "0b186ddb-d59d-433e-bc48-29168de5b934", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "0b186ddb-d59d-433e-bc48-29168de5b934", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "ad84f9c5-61e2-4b5e-a996-7235dd58531e", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "08b3ffcd-3e98-47bc-85f4-c2c36f9552fb", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "08b3ffcd-3e98-47bc-85f4-c2c36f9552fb", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "ad84f9c5-61e2-4b5e-a996-7235dd58531e", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "sum": 1.0 }, { "currency": { "id": "ad84f9c5-61e2-4b5e-a996-7235dd58531e", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "sum": 1.0 } ], "overdueDebts": [ { "currency": { "id": "ad84f9c5-61e2-4b5e-a996-7235dd58531e", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "sum": 1.0 }, { "currency": { "id": "ad84f9c5-61e2-4b5e-a996-7235dd58531e", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "sum": 1.0 } ], "properties": [ { "entityProperty": { "id": "b1df1bf7-47e7-41b1-8e57-cf937a599244", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "b1df1bf7-47e7-41b1-8e57-cf937a599244", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "5abee682-e7b0-4c79-8b52-c0f7be68cdff", "group": { "id": "b25510e2-a4df-40b6-ada5-cd713995fce7", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "144071f6-81d7-4aba-a757-c52d32d2248c", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "5abee682-e7b0-4c79-8b52-c0f7be68cdff", "group": { "id": "b25510e2-a4df-40b6-ada5-cd713995fce7", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "144071f6-81d7-4aba-a757-c52d32d2248c", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-04-03T06:24:55.3603978Z", "dateTill": "2025-04-03T06:24:55.3603978Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "50f2adb8-18d9-40c8-acf7-9faf9a17d1fb", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "50f2adb8-18d9-40c8-acf7-9faf9a17d1fb", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "144071f6-81d7-4aba-a757-c52d32d2248c", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "0b186ddb-d59d-433e-bc48-29168de5b934", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "144071f6-81d7-4aba-a757-c52d32d2248c", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "0b186ddb-d59d-433e-bc48-29168de5b934", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "b25510e2-a4df-40b6-ada5-cd713995fce7", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "0b186ddb-d59d-433e-bc48-29168de5b934", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "b25510e2-a4df-40b6-ada5-cd713995fce7", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "0b186ddb-d59d-433e-bc48-29168de5b934", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }
Sample not available.
Sample not available.