GET api/payments/{id}
Метод для получения информации об "Оплате"
Полный URL-адрес запроса: https://sfa-api.ddapp.biz/api/payments/{id}
Для этого метода требуется авторизация
Информация о запросе
URL параметры
Название | Описание | Тип данных | Дополнительная информация |
---|---|---|---|
id |
Уникальный идентфикатор "Оплаты" |
string |
Required |
fields |
Список дополнительных полей, которые необходимо вернуть |
string |
Нет |
Тело запроса
Нет параметров в теле запроса
Информация об ответе
PaymentModel
Название | Описание | Тип данных | Дополнительная информация |
---|---|---|---|
Id | globally unique identifier |
Поддерживает сортировку |
|
VendorId | string |
Поддерживает сортировку |
|
Relationship | RelationshipModel |
Дополнительное поле |
|
Office | OfficeModel |
Дополнительное поле |
|
Customer | CustomerModel |
Дополнительное поле |
|
Invoice | InvoiceModel |
Дополнительное поле |
|
Status | PaymentStatusModel |
Дополнительное поле |
|
PaymentForm | integer |
Дополнительное поле |
|
Currency | CurrencyModel |
Дополнительное поле |
|
DebtCurrency | CurrencyModel |
Дополнительное поле |
|
Sum | decimal number |
Нет |
|
Notes | string |
Нет |
|
StatusDescription | string |
Нет |
|
CreatedDate | date |
Поддерживает сортировку |
|
CreatedByUser | UserModel |
Дополнительное поле |
|
CreatedByClientId | string |
Нет |
|
UpdatedDate | date |
Поддерживает сортировку |
|
UpdatedByUser | UserModel |
Дополнительное поле |
|
UpdatedByClientId | string |
Нет |
|
DocumentDate | date |
Поддерживает сортировку |
|
User | UserModel |
Дополнительное поле |
|
ImageUrl | string |
Нет |
|
Properties | Collection of EntityPropertyValueModel |
Дополнительное поле |
|
TradeOutlet | TradeOutletModel2 |
Дополнительное поле |
Форматы ответа
{ "id": "f6d6b406-f7f0-473c-843d-f9036f8e7b8a", "vendorId": "sample string 2", "relationship": { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "timeZoneId": "sample string 4" }, "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "invoice": { "id": "bd3f4c94-81e6-4ad3-ba0e-044c9578d3ea", "vendorId": "sample string 2", "number": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "timeZoneId": "sample string 4" }, "order": { "id": "c89c8e3b-93e3-46f8-b2a6-60d2f9438759", "vendorId": "sample string 2", "number": "sample string 3", "status": { "id": "f2aa9827-7cd9-48df-a2d2-8bf55c46e319", "name": "sample string 2" }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "timeZoneId": "sample string 4" }, "relationship": { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 }, { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 } ], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 }, { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 } ], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "warehouse": { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, "paymentForm": 4, "paymentType": { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "deliveryType": { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "deliveryDate": "2025-07-03T01:16:26.7292426Z", "deliveryTimeFrom": "00:00:00.1234567", "deliveryTimeTill": "00:00:00.1234567", "sums": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "sum": 1.0 } ], "notes": "sample string 6", "statusDescription": "sample string 7", "positions": [ { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "quantity": 1.1, "price": 2.0, "sum": 3.0, "discountPercent": 1.1, "promoOffer": { "id": "dfc8df05-b526-4d66-a3ae-d0005bb2a13d", "vendorId": "sample string 2", "type": 0, "name": "sample string 3", "description": "sample string 4", "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "createDate": "2025-07-03T01:16:26.7292426Z", "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "priority": 8, "isRequired": true, "isMultiple": true, "limitTotal": 1, "usedLimitTotal": 1, "limitPerOrder": 1, "limitPerTradeOutlet": 1, "skuMin": 1, "skuMax": 1, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0, "discountPerOrder": true, "discountPerPositions": true, "overrideDiscounts": true, "discount": 1.0, "discountsSumMax": 1.0, "usedDiscountsSum": 1.0, "giftsSumMax": 1.0, "usedGiftsSum": 1.0, "positionGroups": [ { "skuMin": 1, "skuMax": 1, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0, "positions": [ { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "price": 1.0, "required": true, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 }, { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "price": 1.0, "required": true, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 } ] }, { "skuMin": 1, "skuMax": 1, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0, "positions": [ { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "price": 1.0, "required": true, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 }, { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "price": 1.0, "required": true, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 } ] } ], "giftGroups": [ { "skuMin": 1, "skuMax": 1, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0, "gifts": [ { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 }, { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 } ] }, { "skuMin": 1, "skuMax": 1, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0, "gifts": [ { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 }, { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 } ] } ], "tradeOutlets": [ { "id": "1acb7000-fdd7-4799-a351-0fd92d5b678a", "vendorId": "sample string 2", "name": "sample string 3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": [ { "relationship": { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }, "route": { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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" }, "orderIndex": 1, "isBlocked": true, "blockReason": "sample string 2", "oneActiveRouteInfo": { "id": "a73aa400-c911-47b9-a79e-affbceb2cd52", "name": "sample string 2" } }, { "relationship": { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }, "route": { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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" }, "orderIndex": 1, "isBlocked": true, "blockReason": "sample string 2", "oneActiveRouteInfo": { "id": "a73aa400-c911-47b9-a79e-affbceb2cd52", "name": "sample string 2" } } ], "freeVisit": true, "isBlocked": true, "blockReason": "sample string 6", "createdByUserId": "30990e72-4156-4d09-9c2d-3262d5eecb19", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "departments": [ { "id": "608de57a-a1b9-4ca5-bb43-5c14566b12ef", "vendorId": "sample string 2", "name": "sample string 3", "tradeOutlets": [] }, { "id": "608de57a-a1b9-4ca5-bb43-5c14566b12ef", "vendorId": "sample string 2", "name": "sample string 3", "tradeOutlets": [] } ] }, { "id": "1acb7000-fdd7-4799-a351-0fd92d5b678a", "vendorId": "sample string 2", "name": "sample string 3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": [ { "relationship": { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }, "route": { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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" }, "orderIndex": 1, "isBlocked": true, "blockReason": "sample string 2", "oneActiveRouteInfo": { "id": "a73aa400-c911-47b9-a79e-affbceb2cd52", "name": "sample string 2" } }, { "relationship": { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }, "route": { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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" }, "orderIndex": 1, "isBlocked": true, "blockReason": "sample string 2", "oneActiveRouteInfo": { "id": "a73aa400-c911-47b9-a79e-affbceb2cd52", "name": "sample string 2" } } ], "freeVisit": true, "isBlocked": true, "blockReason": "sample string 6", "createdByUserId": "30990e72-4156-4d09-9c2d-3262d5eecb19", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "departments": [ { "id": "608de57a-a1b9-4ca5-bb43-5c14566b12ef", "vendorId": "sample string 2", "name": "sample string 3", "tradeOutlets": [] }, { "id": "608de57a-a1b9-4ca5-bb43-5c14566b12ef", "vendorId": "sample string 2", "name": "sample string 3", "tradeOutlets": [] } ] } ], "tradeOutletCategories": [ { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" } ], "tradeOutletFormats": [ { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" } ], "tradeOutletProvinces": [ { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" } ], "tradeOutletRoutes": [ { "id": "3f7b0dc0-2e33-485c-b780-2963e98d0cc1", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": [ { "warehouse": { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, "orderIndex": 1 }, { "warehouse": { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, "orderIndex": 1 } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "relationships": [ { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }, { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] } ], "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", "ignoreOtherDiscounts": true }, { "id": "3f7b0dc0-2e33-485c-b780-2963e98d0cc1", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": [ { "warehouse": { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, "orderIndex": 1 }, { "warehouse": { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, "orderIndex": 1 } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "relationships": [ { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }, { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] } ], "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", "ignoreOtherDiscounts": true } ] }, "isGift": true, "originalPrice": 1.0, "isApproved": true, "packagingId": "sample string 4", "packaging": "sample string 5" }, { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "quantity": 1.1, "price": 2.0, "sum": 3.0, "discountPercent": 1.1, "promoOffer": { "id": "dfc8df05-b526-4d66-a3ae-d0005bb2a13d", "vendorId": "sample string 2", "type": 0, "name": "sample string 3", "description": "sample string 4", "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "createDate": "2025-07-03T01:16:26.7292426Z", "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "priority": 8, "isRequired": true, "isMultiple": true, "limitTotal": 1, "usedLimitTotal": 1, "limitPerOrder": 1, "limitPerTradeOutlet": 1, "skuMin": 1, "skuMax": 1, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0, "discountPerOrder": true, "discountPerPositions": true, "overrideDiscounts": true, "discount": 1.0, "discountsSumMax": 1.0, "usedDiscountsSum": 1.0, "giftsSumMax": 1.0, "usedGiftsSum": 1.0, "positionGroups": [ { "skuMin": 1, "skuMax": 1, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0, "positions": [ { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "price": 1.0, "required": true, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 }, { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "price": 1.0, "required": true, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 } ] }, { "skuMin": 1, "skuMax": 1, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0, "positions": [ { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "price": 1.0, "required": true, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 }, { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "price": 1.0, "required": true, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 } ] } ], "giftGroups": [ { "skuMin": 1, "skuMax": 1, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0, "gifts": [ { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 }, { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 } ] }, { "skuMin": 1, "skuMax": 1, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0, "gifts": [ { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 }, { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "countMin": 1, "countMax": 1, "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "packagingMin": 1.1, "packagingMax": 1.1, "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "entityPropertyMin": 1.1, "entityPropertyMax": 1.1, "sumMin": 1.0, "sumMax": 1.0 } ] } ], "tradeOutlets": [ { "id": "1acb7000-fdd7-4799-a351-0fd92d5b678a", "vendorId": "sample string 2", "name": "sample string 3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": [ { "relationship": { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }, "route": { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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" }, "orderIndex": 1, "isBlocked": true, "blockReason": "sample string 2", "oneActiveRouteInfo": { "id": "a73aa400-c911-47b9-a79e-affbceb2cd52", "name": "sample string 2" } }, { "relationship": { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }, "route": { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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" }, "orderIndex": 1, "isBlocked": true, "blockReason": "sample string 2", "oneActiveRouteInfo": { "id": "a73aa400-c911-47b9-a79e-affbceb2cd52", "name": "sample string 2" } } ], "freeVisit": true, "isBlocked": true, "blockReason": "sample string 6", "createdByUserId": "30990e72-4156-4d09-9c2d-3262d5eecb19", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "departments": [ { "id": "608de57a-a1b9-4ca5-bb43-5c14566b12ef", "vendorId": "sample string 2", "name": "sample string 3", "tradeOutlets": [] }, { "id": "608de57a-a1b9-4ca5-bb43-5c14566b12ef", "vendorId": "sample string 2", "name": "sample string 3", "tradeOutlets": [] } ] }, { "id": "1acb7000-fdd7-4799-a351-0fd92d5b678a", "vendorId": "sample string 2", "name": "sample string 3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": [ { "relationship": { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }, "route": { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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" }, "orderIndex": 1, "isBlocked": true, "blockReason": "sample string 2", "oneActiveRouteInfo": { "id": "a73aa400-c911-47b9-a79e-affbceb2cd52", "name": "sample string 2" } }, { "relationship": { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }, "route": { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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" }, "orderIndex": 1, "isBlocked": true, "blockReason": "sample string 2", "oneActiveRouteInfo": { "id": "a73aa400-c911-47b9-a79e-affbceb2cd52", "name": "sample string 2" } } ], "freeVisit": true, "isBlocked": true, "blockReason": "sample string 6", "createdByUserId": "30990e72-4156-4d09-9c2d-3262d5eecb19", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "departments": [ { "id": "608de57a-a1b9-4ca5-bb43-5c14566b12ef", "vendorId": "sample string 2", "name": "sample string 3", "tradeOutlets": [] }, { "id": "608de57a-a1b9-4ca5-bb43-5c14566b12ef", "vendorId": "sample string 2", "name": "sample string 3", "tradeOutlets": [] } ] } ], "tradeOutletCategories": [ { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" } ], "tradeOutletFormats": [ { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" } ], "tradeOutletProvinces": [ { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" } ], "tradeOutletRoutes": [ { "id": "3f7b0dc0-2e33-485c-b780-2963e98d0cc1", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": [ { "warehouse": { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, "orderIndex": 1 }, { "warehouse": { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, "orderIndex": 1 } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "relationships": [ { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }, { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] } ], "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", "ignoreOtherDiscounts": true }, { "id": "3f7b0dc0-2e33-485c-b780-2963e98d0cc1", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": [ { "warehouse": { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, "orderIndex": 1 }, { "warehouse": { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, "orderIndex": 1 } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "relationships": [ { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }, { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] } ], "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", "ignoreOtherDiscounts": true } ] }, "isGift": true, "originalPrice": 1.0, "isApproved": true, "packagingId": "sample string 4", "packaging": "sample string 5" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "createdDate": "2025-07-03T01:16:26.7292426Z", "createdByUser": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "createdByClientId": "sample string 9", "updatedDate": "2025-07-03T01:16:26.7292426Z", "updatedByUser": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "updatedByClientId": "sample string 10", "documentDate": "2025-07-03T01:16:26.7292426Z", "user": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "isExchange": true }, "status": { "id": "49c4b5f7-0ebd-4d27-b731-65a992a8d250", "name": "sample string 2" }, "relationship": { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 }, { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 } ], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 }, { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 } ], "warehouses": [ { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "warehouse": { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, "paymentForm": 4, "paymentType": { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "deliveryType": { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "deliveryDate": "2025-07-03T01:16:26.7292426Z", "deliveryTimeFrom": "00:00:00.1234567", "deliveryTimeTill": "00:00:00.1234567", "paymentDate": "2025-07-03T01:16:26.7292426Z", "sums": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "sum": 1.0 } ], "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "sum": 1.0 } ], "notes": "sample string 6", "statusDescription": "sample string 7", "positions": [ { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "quantity": 1.1, "price": 2.0, "sum": 3.0, "packagingId": "sample string 4", "packaging": "sample string 5" }, { "product": { "id": "f9229a54-f79b-45fa-8e90-0c0f3cdd5f26", "vendorId": "sample string 2", "article": "sample string 3", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "brandline": { "id": "5dc8cb9a-90c6-4246-bebc-463b0ac8fb12", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, "name": "sample string 4", "imageUrl": "sample string 5", "inBox": 1.1, "barcode": "sample string 6", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1, "active": true, "f1NotEnabled": true, "f2NotEnabled": true, "manufacturer": { "id": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "prices": [ { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" }, { "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "price": 1.0, "description": "sample string 2", "packagingId": "sample string 3" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "packagings": [ { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 }, { "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 }, "value": 1.1 } ], "packaging": { "id": "bd9dbcbb-8648-49ae-89ac-3418ae4c2d82", "vendorId": "sample string 2", "name": "sample string 3", "shortName": "sample string 4", "weighted": true, "minOrder": 1.1, "multiplicity": 1.1 } }, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "quantity": 1.1, "price": 2.0, "sum": 3.0, "packagingId": "sample string 4", "packaging": "sample string 5" } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "createdDate": "2025-07-03T01:16:26.7292426Z", "createdByUser": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "createdByClientId": "sample string 9", "updatedDate": "2025-07-03T01:16:26.7292426Z", "updatedByUser": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "updatedByClientId": "sample string 10", "documentDate": "2025-07-03T01:16:26.7292426Z", "user": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "isExchange": true }, "status": { "id": "a0664a24-5838-41fb-9bdf-cf5321a4dfe5", "name": "sample string 2" }, "paymentForm": 3, "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "debtCurrency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "sum": 4.0, "notes": "sample string 5", "statusDescription": "sample string 6", "createdDate": "2025-07-03T01:16:26.7292426Z", "createdByUser": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "createdByClientId": "sample string 8", "updatedDate": "2025-07-03T01:16:26.7292426Z", "updatedByUser": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "updatedByClientId": "sample string 9", "documentDate": "2025-07-03T01:16:26.7292426Z", "user": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "imageUrl": "sample string 10", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "tradeOutlet": { "id": "1acb7000-fdd7-4799-a351-0fd92d5b678a", "vendorId": "sample string 2", "name": "sample string 3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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": [ { "relationship": { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }, "route": { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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" }, "orderIndex": 1, "isBlocked": true, "blockReason": "sample string 2", "oneActiveRouteInfo": { "id": "a73aa400-c911-47b9-a79e-affbceb2cd52", "name": "sample string 2" } }, { "relationship": { "id": "79cfdbcd-403c-454d-a893-19a80ede16cf", "vendorId": "sample string 2", "name": "sample string 3", "customer": { "id": "0b5f8399-db11-4cef-b6dc-7ac54a6ed31f", "vendorId": "sample string 2", "name": "sample string 3", "taxNumber": "sample string 4", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "tradeNetwork": { "id": "1789e8ad-5c62-4ffb-9cef-5dc99d2f89a8", "vendorId": "sample string 2", "name": "sample string 3", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "minOrder": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "orderIndex": 1, "isFixedPriceCategory": true, "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "brandPriceCategories": [ { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ], "groupPriceCategories": [ { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } }, { "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } } ] }, "route": { "id": "2d5d1753-facf-4681-8611-6acc572e330e", "vendorId": "sample string 2", "type": { "id": "8345678d-a681-43e3-bd5c-9a145c27abff", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "7dac4f34-9213-4ab5-be21-f3ad63b4f037", "vendorId": "sample string 2", "type": { "id": "15464fdf-cea8-44a2-814f-83b4c288f74a", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "eeaa5fb1-7dee-413d-8e57-d3ee8277b12d", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T01:16:26.7292426Z", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "f07a43c9-93da-4f38-ac8c-b44739b6f4e4", "vendorId": "sample string 2", "tradeOutlet": { "id": "14a58ec7-832b-40c4-a9a1-53187f0346cd", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "e0284dc4-e9ab-451d-9cca-d4209ca7bff3", "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "e3b75718-f9be-42cb-9754-e40b6390a29a", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "f86d934b-bb62-4bc5-a56c-a0ca8fb6e9b8", "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": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "74b2aef6-cb83-4bce-b67c-6bb542e54043", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a1c1c97c-93c8-4ee2-af5e-9d54ecdf3fd1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "891f52af-5bfe-4943-aa21-1a5ebfcb3ee1", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "2c76bd27-e065-4d20-94f2-0432d2477410", "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": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "6b245ea2-7735-4532-8cdf-700fa0969665", "group": { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T01:16:26.7292426Z", "dateTill": "2025-07-03T01:16:26.7292426Z", "deliveryTypes": [ { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "a4d751e1-e205-49fa-befa-f8535e02e9ca", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "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": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "6a0a0d50-403c-479c-8fb1-b96b91198f45", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "58b3308c-9239-4753-9fb3-66be0a543c2e", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "c0e2e7fe-0820-4741-92f5-07f7e0254c4d", "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-07-03T01:16:26.7292426Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "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": "aab89f75-0d59-421b-8288-ce4dbb2c0437", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "ced6fae7-390b-4624-9a7a-1f9d2fae8bc5", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "45702596-3e8e-4f49-8095-f119d39274aa", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "e9f8bb66-1943-406a-987d-c94a12f7519b", "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" }, "orderIndex": 1, "isBlocked": true, "blockReason": "sample string 2", "oneActiveRouteInfo": { "id": "a73aa400-c911-47b9-a79e-affbceb2cd52", "name": "sample string 2" } } ], "freeVisit": true, "isBlocked": true, "blockReason": "sample string 6", "createdByUserId": "30990e72-4156-4d09-9c2d-3262d5eecb19", "properties": [ { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "6a8ad9b9-8859-4612-880b-76885e0ede1d", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "departments": [ { "id": "608de57a-a1b9-4ca5-bb43-5c14566b12ef", "vendorId": "sample string 2", "name": "sample string 3", "tradeOutlets": [] }, { "id": "608de57a-a1b9-4ca5-bb43-5c14566b12ef", "vendorId": "sample string 2", "name": "sample string 3", "tradeOutlets": [] } ] } }
Sample not available.
Sample not available.