GET api/equipment/{id}
Метод для получения информации об "Оборудовании" в торговой точке
Полный URL-адрес запроса: https://sfa-api.ddapp.biz/api/equipment/{id}
Для этого метода требуется авторизация
Информация о запросе
URL параметры
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| id |
Уникальный идентификатор "Оборудования" |
string |
Required |
| fields |
Список дополнительных полей, которые необходимо вернуть |
string |
Нет |
Тело запроса
Нет параметров в теле запроса
Информация об ответе
EquipmentModel
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| Id | globally unique identifier |
Нет |
|
| VendorId | string |
Нет |
|
| TradeOutlet | TradeOutletModel |
Дополнительное поле |
|
| Relationship | RelationshipModel |
Дополнительное поле |
|
| Route | RouteModel |
Дополнительное поле |
|
| Name | string |
Нет |
|
| Count | integer |
Нет |
|
| Barcode | string |
Нет |
|
| SerialNumber | string |
Нет |
|
| DateFrom | date |
Поддерживает сортировку |
|
| CreatedByUser | UserModel |
Дополнительное поле |
|
| CreatedByClientId | string |
Нет |
|
| CreatedDate | date |
Поддерживает сортировку |
|
| LastCheckDate | date |
Поддерживает сортировку |
|
| LastCheckCount | integer |
Нет |
|
| HasImage | boolean |
Нет |
Форматы ответа
{
"id": "80db45b5-152c-4061-942e-ef04aff0d41c",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "88d10d81-9a34-4a59-9635-fedff91ffdaf",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "857977fd-33fd-475e-b3d2-08eed2b1d7b8",
"location": {
"country": {
"id": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "3d3afabb-f9b9-4d8a-952d-c88e4540891e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "fdf3c7c3-d5fb-4c48-acd6-1dab85a47158",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "e3b61944-052e-472e-9c80-84b01e2ba5e8",
"vendorId": "sample string 2",
"type": {
"id": "1af03280-878c-4d1b-ac99-b1ce131a452d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "2cc902f8-87cd-47cd-8588-4c95f178222b",
"vendorId": "sample string 2",
"type": {
"id": "c01bd37f-e571-471d-8ee7-fc5352f224b6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "e3412b55-6cd2-46ce-92d2-15baf7c5195d",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"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": "a67dcad4-66fd-43ce-be1b-c25265d4ebfd",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-06-20T18:39:38.9630169Z",
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "70ec210a-ab3b-400d-ba81-75ae51f3f3a3",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "70ec210a-ab3b-400d-ba81-75ae51f3f3a3",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "d2b7b918-1a04-4f2e-b0a6-b5ea7158b8da",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "e3412b55-6cd2-46ce-92d2-15baf7c5195d",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"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": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "d2b7b918-1a04-4f2e-b0a6-b5ea7158b8da",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "e3412b55-6cd2-46ce-92d2-15baf7c5195d",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"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": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"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": "e3b61944-052e-472e-9c80-84b01e2ba5e8",
"vendorId": "sample string 2",
"type": {
"id": "1af03280-878c-4d1b-ac99-b1ce131a452d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "2cc902f8-87cd-47cd-8588-4c95f178222b",
"vendorId": "sample string 2",
"type": {
"id": "c01bd37f-e571-471d-8ee7-fc5352f224b6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "e3412b55-6cd2-46ce-92d2-15baf7c5195d",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"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": "a67dcad4-66fd-43ce-be1b-c25265d4ebfd",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-06-20T18:39:38.9630169Z",
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "70ec210a-ab3b-400d-ba81-75ae51f3f3a3",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "70ec210a-ab3b-400d-ba81-75ae51f3f3a3",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "d2b7b918-1a04-4f2e-b0a6-b5ea7158b8da",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "e3412b55-6cd2-46ce-92d2-15baf7c5195d",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"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": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "d2b7b918-1a04-4f2e-b0a6-b5ea7158b8da",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "e3412b55-6cd2-46ce-92d2-15baf7c5195d",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"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": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"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": "85d79841-b399-4b17-aa54-6b174e6c77b1",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "2246a7d5-db0d-4a92-a4a2-93a3742368bd",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "2246a7d5-db0d-4a92-a4a2-93a3742368bd",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "75ac35da-6f9b-40c5-91aa-217867ec25a9",
"group": {
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "75ac35da-6f9b-40c5-91aa-217867ec25a9",
"group": {
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-06-20T18:39:38.9630169Z",
"dateTill": "2026-06-20T18:39:38.9630169Z",
"deliveryTypes": [
{
"id": "ab7ff196-cc9f-4a0b-a34e-50608fa60813",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ab7ff196-cc9f-4a0b-a34e-50608fa60813",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "85d79841-b399-4b17-aa54-6b174e6c77b1",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "2246a7d5-db0d-4a92-a4a2-93a3742368bd",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "2246a7d5-db0d-4a92-a4a2-93a3742368bd",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "75ac35da-6f9b-40c5-91aa-217867ec25a9",
"group": {
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "75ac35da-6f9b-40c5-91aa-217867ec25a9",
"group": {
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-06-20T18:39:38.9630169Z",
"dateTill": "2026-06-20T18:39:38.9630169Z",
"deliveryTypes": [
{
"id": "ab7ff196-cc9f-4a0b-a34e-50608fa60813",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ab7ff196-cc9f-4a0b-a34e-50608fa60813",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"relationship": {
"id": "85d79841-b399-4b17-aa54-6b174e6c77b1",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "2246a7d5-db0d-4a92-a4a2-93a3742368bd",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "2246a7d5-db0d-4a92-a4a2-93a3742368bd",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "75ac35da-6f9b-40c5-91aa-217867ec25a9",
"group": {
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "75ac35da-6f9b-40c5-91aa-217867ec25a9",
"group": {
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-06-20T18:39:38.9630169Z",
"dateTill": "2026-06-20T18:39:38.9630169Z",
"deliveryTypes": [
{
"id": "ab7ff196-cc9f-4a0b-a34e-50608fa60813",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ab7ff196-cc9f-4a0b-a34e-50608fa60813",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
"route": {
"id": "e3b61944-052e-472e-9c80-84b01e2ba5e8",
"vendorId": "sample string 2",
"type": {
"id": "1af03280-878c-4d1b-ac99-b1ce131a452d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "2cc902f8-87cd-47cd-8588-4c95f178222b",
"vendorId": "sample string 2",
"type": {
"id": "c01bd37f-e571-471d-8ee7-fc5352f224b6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "e3412b55-6cd2-46ce-92d2-15baf7c5195d",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"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": "a67dcad4-66fd-43ce-be1b-c25265d4ebfd",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-06-20T18:39:38.9630169Z",
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "70ec210a-ab3b-400d-ba81-75ae51f3f3a3",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "88d10d81-9a34-4a59-9635-fedff91ffdaf",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "857977fd-33fd-475e-b3d2-08eed2b1d7b8",
"location": {
"country": {
"id": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "3d3afabb-f9b9-4d8a-952d-c88e4540891e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "fdf3c7c3-d5fb-4c48-acd6-1dab85a47158",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [],
"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": "85d79841-b399-4b17-aa54-6b174e6c77b1",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "2246a7d5-db0d-4a92-a4a2-93a3742368bd",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "2246a7d5-db0d-4a92-a4a2-93a3742368bd",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "75ac35da-6f9b-40c5-91aa-217867ec25a9",
"group": {
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "75ac35da-6f9b-40c5-91aa-217867ec25a9",
"group": {
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-06-20T18:39:38.9630169Z",
"dateTill": "2026-06-20T18:39:38.9630169Z",
"deliveryTypes": [
{
"id": "ab7ff196-cc9f-4a0b-a34e-50608fa60813",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ab7ff196-cc9f-4a0b-a34e-50608fa60813",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "85d79841-b399-4b17-aa54-6b174e6c77b1",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "2246a7d5-db0d-4a92-a4a2-93a3742368bd",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "2246a7d5-db0d-4a92-a4a2-93a3742368bd",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "75ac35da-6f9b-40c5-91aa-217867ec25a9",
"group": {
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "75ac35da-6f9b-40c5-91aa-217867ec25a9",
"group": {
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-06-20T18:39:38.9630169Z",
"dateTill": "2026-06-20T18:39:38.9630169Z",
"deliveryTypes": [
{
"id": "ab7ff196-cc9f-4a0b-a34e-50608fa60813",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ab7ff196-cc9f-4a0b-a34e-50608fa60813",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "70ec210a-ab3b-400d-ba81-75ae51f3f3a3",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "88d10d81-9a34-4a59-9635-fedff91ffdaf",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "857977fd-33fd-475e-b3d2-08eed2b1d7b8",
"location": {
"country": {
"id": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "3d3afabb-f9b9-4d8a-952d-c88e4540891e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "fdf3c7c3-d5fb-4c48-acd6-1dab85a47158",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [],
"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": "85d79841-b399-4b17-aa54-6b174e6c77b1",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "2246a7d5-db0d-4a92-a4a2-93a3742368bd",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "2246a7d5-db0d-4a92-a4a2-93a3742368bd",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "75ac35da-6f9b-40c5-91aa-217867ec25a9",
"group": {
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "75ac35da-6f9b-40c5-91aa-217867ec25a9",
"group": {
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-06-20T18:39:38.9630169Z",
"dateTill": "2026-06-20T18:39:38.9630169Z",
"deliveryTypes": [
{
"id": "ab7ff196-cc9f-4a0b-a34e-50608fa60813",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ab7ff196-cc9f-4a0b-a34e-50608fa60813",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "85d79841-b399-4b17-aa54-6b174e6c77b1",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "cea3664f-8205-406c-bd17-16c2514f2c9a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "2246a7d5-db0d-4a92-a4a2-93a3742368bd",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "2246a7d5-db0d-4a92-a4a2-93a3742368bd",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "7aa8beb3-b477-4928-92e6-bbfbf970a044",
"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": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "75ac35da-6f9b-40c5-91aa-217867ec25a9",
"group": {
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "75ac35da-6f9b-40c5-91aa-217867ec25a9",
"group": {
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-06-20T18:39:38.9630169Z",
"dateTill": "2026-06-20T18:39:38.9630169Z",
"deliveryTypes": [
{
"id": "ab7ff196-cc9f-4a0b-a34e-50608fa60813",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ab7ff196-cc9f-4a0b-a34e-50608fa60813",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "8d25e216-2eca-4a1f-81a1-608287ada01a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "d2b7b918-1a04-4f2e-b0a6-b5ea7158b8da",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "e3412b55-6cd2-46ce-92d2-15baf7c5195d",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"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": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "d2b7b918-1a04-4f2e-b0a6-b5ea7158b8da",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "e3412b55-6cd2-46ce-92d2-15baf7c5195d",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"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": "90c8c470-5189-4634-aeff-d903ff4410a3",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "19d7a48b-13d6-42ae-9ba2-1b2571dd49d7",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "83df2be0-69d0-4057-9c87-7b95bdcb3c45",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "2fbc8c16-0bb0-4656-ad86-d351ce57fdf8",
"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"
},
"name": "sample string 3",
"count": 4,
"barcode": "sample string 5",
"serialNumber": "sample string 6",
"dateFrom": "2026-06-20T18:39:38.9630169Z",
"createdByUser": {
"id": "126b5ef0-bf1a-45dd-bac5-f9cf2e3a0590",
"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-06-20T18:39:38.9630169Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 7",
"createdDate": "2026-06-20T18:39:38.9630169Z",
"lastCheckDate": "2026-06-20T18:39:38.9630169Z",
"lastCheckCount": 1,
"hasImage": true
}
Sample not available.
Sample not available.