GET api/repository/documents
Метод для получения справочника "Документов" в хранилище
Полный URL-адрес запроса: https://sfa-api.ddapp.biz/api/repository/documents
Для этого метода требуется авторизация
Информация о запросе
URL параметры
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| DistributorId | globally unique identifier |
Нет |
|
| SalesDepartmentTypeIds | Collection of globally unique identifier |
Нет |
|
| SalesDepartmentIds | Collection of globally unique identifier |
Нет |
|
| RouteTypeIds | Collection of globally unique identifier |
Нет |
|
| RouteIds | Collection of globally unique identifier |
Нет |
|
| ProvinceIds | Collection of globally unique identifier |
Нет |
|
| Fields |
Список дополнительных полей, которые необходимо вернуть |
string |
Нет |
| Sort |
Поле по которому необходима сортировка результатов |
string |
Нет |
| Page |
Номер страницы (начиная с 1) |
integer |
Интервал: с 1 по 2147483646 |
| PageSize |
Кол-во записей на странице (макс. 50) |
integer |
Интервал: с 1 по 50 |
Тело запроса
Нет параметров в теле запроса
Информация об ответе
PagedResponseModelOfRepositoryDocumentModel
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| Data | Collection of RepositoryDocumentModel |
Нет |
|
| Pagination | PaginationModel |
Нет |
Форматы ответа
{
"data": [
{
"id": "deb5a76a-ba32-425e-9d22-d75d9cf7c16d",
"vendorId": "sample string 2",
"group": {
"id": "10f1d6ac-0c4f-4dc2-98f7-9c1db68a9a05",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdDate": "2026-03-21T06:35:07.3489985Z"
},
"name": "sample string 3",
"fullName": "sample string 4",
"contentType": "sample string 5",
"length": 6,
"url": "sample string 7",
"createdDate": "2026-03-21T06:35:07.3489985Z",
"createdByUser": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 9",
"salesDepartmentTypes": [
{
"id": "7320a658-37e7-459b-b7dd-0184bf58c82b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "7320a658-37e7-459b-b7dd-0184bf58c82b",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"salesDepartments": [
{
"id": "9b10de13-2220-4b0d-b1d5-46c0ec9d42e9",
"vendorId": "sample string 2",
"type": {
"id": "7320a658-37e7-459b-b7dd-0184bf58c82b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
}
},
{
"id": "9b10de13-2220-4b0d-b1d5-46c0ec9d42e9",
"vendorId": "sample string 2",
"type": {
"id": "7320a658-37e7-459b-b7dd-0184bf58c82b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
}
}
],
"routeTypes": [
{
"id": "7f076af3-a2b0-4fb9-84c9-23203bdbaf95",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "7f076af3-a2b0-4fb9-84c9-23203bdbaf95",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"routes": [
{
"id": "8fd552d1-5a06-433c-a3a1-ac3fd933b8b0",
"vendorId": "sample string 2",
"type": {
"id": "7f076af3-a2b0-4fb9-84c9-23203bdbaf95",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "9b10de13-2220-4b0d-b1d5-46c0ec9d42e9",
"vendorId": "sample string 2",
"type": {
"id": "7320a658-37e7-459b-b7dd-0184bf58c82b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"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": "33dd85d3-f5cb-4b6c-8c03-c37a7b8b5e8e",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "0679a91f-929d-4af1-bc51-9eee17958a3d",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "e4206954-408e-42fa-880a-fb87a5a5d773",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "89b50332-2786-4e77-9c04-c28744979083",
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "f93c4725-beed-47d1-85f2-c254a22e030c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "003d1ffa-ae4f-4e1c-ba28-ab0a37fc8193",
"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": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"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": "0679a91f-929d-4af1-bc51-9eee17958a3d",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "e4206954-408e-42fa-880a-fb87a5a5d773",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "89b50332-2786-4e77-9c04-c28744979083",
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "f93c4725-beed-47d1-85f2-c254a22e030c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "003d1ffa-ae4f-4e1c-ba28-ab0a37fc8193",
"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": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"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": "90519005-b6ac-4dee-b0e7-38d57e04051d",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"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": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "90519005-b6ac-4dee-b0e7-38d57e04051d",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"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": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"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": "8fd552d1-5a06-433c-a3a1-ac3fd933b8b0",
"vendorId": "sample string 2",
"type": {
"id": "7f076af3-a2b0-4fb9-84c9-23203bdbaf95",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "9b10de13-2220-4b0d-b1d5-46c0ec9d42e9",
"vendorId": "sample string 2",
"type": {
"id": "7320a658-37e7-459b-b7dd-0184bf58c82b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"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": "33dd85d3-f5cb-4b6c-8c03-c37a7b8b5e8e",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "0679a91f-929d-4af1-bc51-9eee17958a3d",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "e4206954-408e-42fa-880a-fb87a5a5d773",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "89b50332-2786-4e77-9c04-c28744979083",
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "f93c4725-beed-47d1-85f2-c254a22e030c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "003d1ffa-ae4f-4e1c-ba28-ab0a37fc8193",
"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": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"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": "0679a91f-929d-4af1-bc51-9eee17958a3d",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "e4206954-408e-42fa-880a-fb87a5a5d773",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "89b50332-2786-4e77-9c04-c28744979083",
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "f93c4725-beed-47d1-85f2-c254a22e030c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "003d1ffa-ae4f-4e1c-ba28-ab0a37fc8193",
"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": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"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": "90519005-b6ac-4dee-b0e7-38d57e04051d",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"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": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "90519005-b6ac-4dee-b0e7-38d57e04051d",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"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": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"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"
}
],
"provinces": [
{
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
{
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
}
]
},
{
"id": "deb5a76a-ba32-425e-9d22-d75d9cf7c16d",
"vendorId": "sample string 2",
"group": {
"id": "10f1d6ac-0c4f-4dc2-98f7-9c1db68a9a05",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdDate": "2026-03-21T06:35:07.3489985Z"
},
"name": "sample string 3",
"fullName": "sample string 4",
"contentType": "sample string 5",
"length": 6,
"url": "sample string 7",
"createdDate": "2026-03-21T06:35:07.3489985Z",
"createdByUser": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 9",
"salesDepartmentTypes": [
{
"id": "7320a658-37e7-459b-b7dd-0184bf58c82b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "7320a658-37e7-459b-b7dd-0184bf58c82b",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"salesDepartments": [
{
"id": "9b10de13-2220-4b0d-b1d5-46c0ec9d42e9",
"vendorId": "sample string 2",
"type": {
"id": "7320a658-37e7-459b-b7dd-0184bf58c82b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
}
},
{
"id": "9b10de13-2220-4b0d-b1d5-46c0ec9d42e9",
"vendorId": "sample string 2",
"type": {
"id": "7320a658-37e7-459b-b7dd-0184bf58c82b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
}
}
],
"routeTypes": [
{
"id": "7f076af3-a2b0-4fb9-84c9-23203bdbaf95",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "7f076af3-a2b0-4fb9-84c9-23203bdbaf95",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"routes": [
{
"id": "8fd552d1-5a06-433c-a3a1-ac3fd933b8b0",
"vendorId": "sample string 2",
"type": {
"id": "7f076af3-a2b0-4fb9-84c9-23203bdbaf95",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "9b10de13-2220-4b0d-b1d5-46c0ec9d42e9",
"vendorId": "sample string 2",
"type": {
"id": "7320a658-37e7-459b-b7dd-0184bf58c82b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"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": "33dd85d3-f5cb-4b6c-8c03-c37a7b8b5e8e",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "0679a91f-929d-4af1-bc51-9eee17958a3d",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "e4206954-408e-42fa-880a-fb87a5a5d773",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "89b50332-2786-4e77-9c04-c28744979083",
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "f93c4725-beed-47d1-85f2-c254a22e030c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "003d1ffa-ae4f-4e1c-ba28-ab0a37fc8193",
"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": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"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": "0679a91f-929d-4af1-bc51-9eee17958a3d",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "e4206954-408e-42fa-880a-fb87a5a5d773",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "89b50332-2786-4e77-9c04-c28744979083",
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "f93c4725-beed-47d1-85f2-c254a22e030c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "003d1ffa-ae4f-4e1c-ba28-ab0a37fc8193",
"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": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"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": "90519005-b6ac-4dee-b0e7-38d57e04051d",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"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": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "90519005-b6ac-4dee-b0e7-38d57e04051d",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"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": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"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": "8fd552d1-5a06-433c-a3a1-ac3fd933b8b0",
"vendorId": "sample string 2",
"type": {
"id": "7f076af3-a2b0-4fb9-84c9-23203bdbaf95",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "9b10de13-2220-4b0d-b1d5-46c0ec9d42e9",
"vendorId": "sample string 2",
"type": {
"id": "7320a658-37e7-459b-b7dd-0184bf58c82b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"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": "33dd85d3-f5cb-4b6c-8c03-c37a7b8b5e8e",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "0679a91f-929d-4af1-bc51-9eee17958a3d",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "e4206954-408e-42fa-880a-fb87a5a5d773",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "89b50332-2786-4e77-9c04-c28744979083",
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "f93c4725-beed-47d1-85f2-c254a22e030c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "003d1ffa-ae4f-4e1c-ba28-ab0a37fc8193",
"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": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"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": "0679a91f-929d-4af1-bc51-9eee17958a3d",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "e4206954-408e-42fa-880a-fb87a5a5d773",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "89b50332-2786-4e77-9c04-c28744979083",
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "f93c4725-beed-47d1-85f2-c254a22e030c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "003d1ffa-ae4f-4e1c-ba28-ab0a37fc8193",
"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": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "15750832-1d2e-4028-b34d-25b74db9f097",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "aa6de15f-c03d-4f55-b7c1-56aada0f92e8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3bfba63c-352e-479c-91c8-302d4e485ae9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "a222b0dd-7cb7-4cda-a4dd-ba57463afd90",
"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": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "1ad45e27-9a65-45a7-8daf-38fb4c7630a6",
"group": {
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:35:07.3489985Z",
"dateTill": "2026-03-21T06:35:07.3489985Z",
"deliveryTypes": [
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dc06ac03-15b4-4a82-a1fd-85ed0a1f1097",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "d7b2859e-cdba-49b0-bdb7-c2a53a489a7d",
"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": "90519005-b6ac-4dee-b0e7-38d57e04051d",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"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": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "90519005-b6ac-4dee-b0e7-38d57e04051d",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "9bcec16d-fc83-43cb-b3af-5ac6e80fd0cd",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "2ca6c408-f4a2-4c5c-b509-7263a4b50b2f",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-03-21T06:35:07.3489985Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"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": "20c543f7-b03f-4546-b24b-4759f6f43947",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "c3866445-fc36-411d-8c49-366522e967fb",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "1889d17e-572e-46e1-b5df-5f5e9d8b4ed9",
"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"
}
],
"provinces": [
{
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
},
{
"id": "05ab42bb-f0c8-4077-a82a-a29b209eeee9",
"name": "sample string 2"
}
]
}
],
"pagination": {
"page": 1,
"pageSize": 2,
"totalCount": 3,
"totalPages": 4,
"prevPageLink": "sample string 5",
"nextPageLink": "sample string 6"
}
}
Sample not available.
Sample not available.