GET api/routes/{id}/items/{itemId}
Метод для получения информации об "Элементе маршрута"
Полный URL-адрес запроса: https://sfa-api.ddapp.biz/api/routes/{id}/items/{itemId}
Для этого метода требуется авторизация
Информация о запросе
URL параметры
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| id |
Уникальный идентификатор "Маршрута" |
string |
Required |
| itemId |
Уникальный идентификатор "Элемента маршрута" |
string |
Required |
| fields |
Список дополнительных полей, которые необходимо вернуть |
string |
Нет |
Тело запроса
Нет параметров в теле запроса
Информация об ответе
RouteItemModel
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| Id | globally unique identifier |
Нет |
|
| VendorId | string |
Нет |
|
| TradeOutlet | TradeOutletModel |
Нет |
|
| WeekNumber | integer |
Нет |
|
| DayOfWeek | integer |
Нет |
|
| PositionInDay | integer |
Нет |
Форматы ответа
{
"id": "07516169-6ba7-4ce0-916b-17b05aff01f6",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "a7e3244f-5fe6-4a6c-8e5c-2aaa7fddf2d5",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "0a74dfab-cc71-4758-a2b5-e0818aeefb2b",
"location": {
"country": {
"id": "0df92db2-0c1f-4e96-978c-03ececdfda89",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "17b3801e-8b9a-4ced-8377-8e7003e748af",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "710c81e7-f175-45e6-bcca-26b455a83c4d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "7ac88887-8963-44ce-89fd-472c678978cf",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "72de1d6d-b3fd-4798-a3ab-ed0e011a1b6c",
"vendorId": "sample string 2",
"type": {
"id": "faf7f536-4fb7-48f7-87f0-41c1f8d6a5cb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "4cc19f30-a259-4ca6-90c5-6ab3f23a5ed6",
"vendorId": "sample string 2",
"type": {
"id": "ec5b53cd-d34b-4248-8bc5-94886068ed9b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "b8ec74cb-53b4-47f4-a39e-5a997fa47fec",
"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": "2026-05-05T13:53:12.0408333Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "7916cca4-93a2-42a6-a32e-40927c833734",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b8ec74cb-53b4-47f4-a39e-5a997fa47fec",
"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": "2026-05-05T13:53:12.0408333Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "0df92db2-0c1f-4e96-978c-03ececdfda89",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "17b3801e-8b9a-4ced-8377-8e7003e748af",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
}
},
"manufacturer": {
"id": "c9a57381-cd4d-4842-be4e-29a1a6db83dc",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-05-05T13:53:12.0408333Z",
"responsible": {
"id": "b8ec74cb-53b4-47f4-a39e-5a997fa47fec",
"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": "2026-05-05T13:53:12.0408333Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [],
"warehouses": [
{
"id": "20ad0c4f-12a1-4b43-830e-8746333315f3",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "7916cca4-93a2-42a6-a32e-40927c833734",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b8ec74cb-53b4-47f4-a39e-5a997fa47fec",
"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": "2026-05-05T13:53:12.0408333Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "0df92db2-0c1f-4e96-978c-03ececdfda89",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "17b3801e-8b9a-4ced-8377-8e7003e748af",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
},
"location": {
"country": {
"id": "0df92db2-0c1f-4e96-978c-03ececdfda89",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "17b3801e-8b9a-4ced-8377-8e7003e748af",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "20ad0c4f-12a1-4b43-830e-8746333315f3",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "7916cca4-93a2-42a6-a32e-40927c833734",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b8ec74cb-53b4-47f4-a39e-5a997fa47fec",
"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": "2026-05-05T13:53:12.0408333Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "0df92db2-0c1f-4e96-978c-03ececdfda89",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "17b3801e-8b9a-4ced-8377-8e7003e748af",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
},
"location": {
"country": {
"id": "0df92db2-0c1f-4e96-978c-03ececdfda89",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "17b3801e-8b9a-4ced-8377-8e7003e748af",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "f83ffcc0-f7ae-4bbb-9935-c37c50c0766c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "f83ffcc0-f7ae-4bbb-9935-c37c50c0766c",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "65aaddef-d2af-4ae1-b032-5e82061faa27",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "65aaddef-d2af-4ae1-b032-5e82061faa27",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
}
],
"orderPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"refundPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"fetchMethod": "byRelationships"
},
{
"id": "72de1d6d-b3fd-4798-a3ab-ed0e011a1b6c",
"vendorId": "sample string 2",
"type": {
"id": "faf7f536-4fb7-48f7-87f0-41c1f8d6a5cb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "4cc19f30-a259-4ca6-90c5-6ab3f23a5ed6",
"vendorId": "sample string 2",
"type": {
"id": "ec5b53cd-d34b-4248-8bc5-94886068ed9b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "b8ec74cb-53b4-47f4-a39e-5a997fa47fec",
"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": "2026-05-05T13:53:12.0408333Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "7916cca4-93a2-42a6-a32e-40927c833734",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b8ec74cb-53b4-47f4-a39e-5a997fa47fec",
"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": "2026-05-05T13:53:12.0408333Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "0df92db2-0c1f-4e96-978c-03ececdfda89",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "17b3801e-8b9a-4ced-8377-8e7003e748af",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
}
},
"manufacturer": {
"id": "c9a57381-cd4d-4842-be4e-29a1a6db83dc",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-05-05T13:53:12.0408333Z",
"responsible": {
"id": "b8ec74cb-53b4-47f4-a39e-5a997fa47fec",
"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": "2026-05-05T13:53:12.0408333Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [],
"warehouses": [
{
"id": "20ad0c4f-12a1-4b43-830e-8746333315f3",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "7916cca4-93a2-42a6-a32e-40927c833734",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b8ec74cb-53b4-47f4-a39e-5a997fa47fec",
"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": "2026-05-05T13:53:12.0408333Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "0df92db2-0c1f-4e96-978c-03ececdfda89",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "17b3801e-8b9a-4ced-8377-8e7003e748af",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
},
"location": {
"country": {
"id": "0df92db2-0c1f-4e96-978c-03ececdfda89",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "17b3801e-8b9a-4ced-8377-8e7003e748af",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "20ad0c4f-12a1-4b43-830e-8746333315f3",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "7916cca4-93a2-42a6-a32e-40927c833734",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b8ec74cb-53b4-47f4-a39e-5a997fa47fec",
"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": "2026-05-05T13:53:12.0408333Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "0df92db2-0c1f-4e96-978c-03ececdfda89",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "17b3801e-8b9a-4ced-8377-8e7003e748af",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
},
"location": {
"country": {
"id": "0df92db2-0c1f-4e96-978c-03ececdfda89",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "17b3801e-8b9a-4ced-8377-8e7003e748af",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "f83ffcc0-f7ae-4bbb-9935-c37c50c0766c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "f83ffcc0-f7ae-4bbb-9935-c37c50c0766c",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "65aaddef-d2af-4ae1-b032-5e82061faa27",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "65aaddef-d2af-4ae1-b032-5e82061faa27",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
}
],
"orderPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"refundPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"fetchMethod": "byRelationships"
}
],
"workingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"receivingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"relationships": [
{
"id": "c64dd5ce-c328-4c91-a627-fef6824d8676",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "2010b8d7-ff6b-498d-b16d-664792dd1637",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "2010b8d7-ff6b-498d-b16d-664792dd1637",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "2010b8d7-ff6b-498d-b16d-664792dd1637",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "74db620f-ebc4-46eb-9864-4c5116e1f89f",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "d6fbffc3-3a36-4c9a-ad7b-b2b2b2500868",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "d6fbffc3-3a36-4c9a-ad7b-b2b2b2500868",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "74db620f-ebc4-46eb-9864-4c5116e1f89f",
"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": "74db620f-ebc4-46eb-9864-4c5116e1f89f",
"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": "74db620f-ebc4-46eb-9864-4c5116e1f89f",
"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": "74db620f-ebc4-46eb-9864-4c5116e1f89f",
"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": "0d94c13f-270a-4a83-81ba-04d1584938ca",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "0d94c13f-270a-4a83-81ba-04d1584938ca",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "c7346a44-ca79-42c9-aa39-88d79e69ec72",
"group": {
"id": "65aaddef-d2af-4ae1-b032-5e82061faa27",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f83ffcc0-f7ae-4bbb-9935-c37c50c0766c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "c7346a44-ca79-42c9-aa39-88d79e69ec72",
"group": {
"id": "65aaddef-d2af-4ae1-b032-5e82061faa27",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f83ffcc0-f7ae-4bbb-9935-c37c50c0766c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:53:12.0408333Z",
"dateTill": "2026-05-05T13:53:12.0408333Z",
"deliveryTypes": [
{
"id": "cd2239b8-25e0-4127-9f0e-2cd5d10cb679",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "cd2239b8-25e0-4127-9f0e-2cd5d10cb679",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "c64dd5ce-c328-4c91-a627-fef6824d8676",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "2010b8d7-ff6b-498d-b16d-664792dd1637",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "2010b8d7-ff6b-498d-b16d-664792dd1637",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "2010b8d7-ff6b-498d-b16d-664792dd1637",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "74db620f-ebc4-46eb-9864-4c5116e1f89f",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "d6fbffc3-3a36-4c9a-ad7b-b2b2b2500868",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "d6fbffc3-3a36-4c9a-ad7b-b2b2b2500868",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "74db620f-ebc4-46eb-9864-4c5116e1f89f",
"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": "74db620f-ebc4-46eb-9864-4c5116e1f89f",
"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": "74db620f-ebc4-46eb-9864-4c5116e1f89f",
"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": "74db620f-ebc4-46eb-9864-4c5116e1f89f",
"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": "0d94c13f-270a-4a83-81ba-04d1584938ca",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "0d94c13f-270a-4a83-81ba-04d1584938ca",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "c7346a44-ca79-42c9-aa39-88d79e69ec72",
"group": {
"id": "65aaddef-d2af-4ae1-b032-5e82061faa27",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f83ffcc0-f7ae-4bbb-9935-c37c50c0766c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "c7346a44-ca79-42c9-aa39-88d79e69ec72",
"group": {
"id": "65aaddef-d2af-4ae1-b032-5e82061faa27",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f83ffcc0-f7ae-4bbb-9935-c37c50c0766c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:53:12.0408333Z",
"dateTill": "2026-05-05T13:53:12.0408333Z",
"deliveryTypes": [
{
"id": "cd2239b8-25e0-4127-9f0e-2cd5d10cb679",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "cd2239b8-25e0-4127-9f0e-2cd5d10cb679",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "0d94c13f-270a-4a83-81ba-04d1584938ca",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "0d94c13f-270a-4a83-81ba-04d1584938ca",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
Sample not available.
Sample not available.