GET api/surveys
Метод для получения справочника "Анкет"
Полный URL-адрес запроса: https://sfa-api.ddapp.biz/api/surveys
Для этого метода требуется авторизация
Информация о запросе
URL параметры
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| Fields |
Список дополнительных полей, которые необходимо вернуть |
string |
Нет |
| Sort |
Поле по которому необходима сортировка результатов |
string |
Нет |
| Page |
Номер страницы (начиная с 1) |
integer |
Интервал: с 1 по 2147483646 |
| PageSize |
Кол-во записей на странице (макс. 50) |
integer |
Интервал: с 1 по 50 |
Тело запроса
Нет параметров в теле запроса
Информация об ответе
PagedResponseModelOfSurveyModel
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| Data | Collection of SurveyModel |
Нет |
|
| Pagination | PaginationModel |
Нет |
Форматы ответа
{
"data": [
{
"id": "e8d113e8-bab1-4c17-9127-0321d1738ab7",
"vendorId": "sample string 2",
"name": "sample string 3",
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"description": "sample string 4",
"surveyGroups": [
{
"id": "d21c5743-8bd5-4819-8043-bd8e33868f36",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"questions": [
{
"id": "b1801657-7877-449c-8abc-b186480fa4ae",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"entityDataType": "string",
"required": true,
"surveyGroup": {
"id": "f9aaa10f-c582-4c25-83d0-fa8dc1ba61c5",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4"
}
},
{
"id": "b1801657-7877-449c-8abc-b186480fa4ae",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"entityDataType": "string",
"required": true,
"surveyGroup": {
"id": "f9aaa10f-c582-4c25-83d0-fa8dc1ba61c5",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4"
}
}
]
},
{
"id": "d21c5743-8bd5-4819-8043-bd8e33868f36",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"questions": [
{
"id": "b1801657-7877-449c-8abc-b186480fa4ae",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"entityDataType": "string",
"required": true,
"surveyGroup": {
"id": "f9aaa10f-c582-4c25-83d0-fa8dc1ba61c5",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4"
}
},
{
"id": "b1801657-7877-449c-8abc-b186480fa4ae",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"entityDataType": "string",
"required": true,
"surveyGroup": {
"id": "f9aaa10f-c582-4c25-83d0-fa8dc1ba61c5",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4"
}
}
]
}
],
"manualActivation": true,
"trigger": {
"event": 0,
"scheduler": 0,
"required": true
},
"numberResults": 1,
"tradeOutlets": [
{
"id": "0901dc4b-0f6e-4593-9505-bb1fb8e4640b",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "64061f3d-ecd2-4379-b092-4f5068636d9f",
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "a8cc25f3-16b4-4f35-b14b-adcc5bfddde5",
"vendorId": "sample string 2",
"type": {
"id": "6cec42fa-9d75-4c84-87da-c544930b9d8d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "d0f91a93-a411-4121-aa79-1b911c8f51d6",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"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": "a8cc25f3-16b4-4f35-b14b-adcc5bfddde5",
"vendorId": "sample string 2",
"type": {
"id": "6cec42fa-9d75-4c84-87da-c544930b9d8d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "d0f91a93-a411-4121-aa79-1b911c8f51d6",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
}
],
"orderPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"refundPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"fetchMethod": "byRelationships"
}
],
"workingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"receivingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"relationships": [
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
{
"id": "0901dc4b-0f6e-4593-9505-bb1fb8e4640b",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "64061f3d-ecd2-4379-b092-4f5068636d9f",
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "a8cc25f3-16b4-4f35-b14b-adcc5bfddde5",
"vendorId": "sample string 2",
"type": {
"id": "6cec42fa-9d75-4c84-87da-c544930b9d8d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "d0f91a93-a411-4121-aa79-1b911c8f51d6",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"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": "a8cc25f3-16b4-4f35-b14b-adcc5bfddde5",
"vendorId": "sample string 2",
"type": {
"id": "6cec42fa-9d75-4c84-87da-c544930b9d8d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "d0f91a93-a411-4121-aa79-1b911c8f51d6",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
}
],
"orderPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"refundPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"fetchMethod": "byRelationships"
}
],
"workingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"receivingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"relationships": [
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
}
],
"tradeOutletCategories": [
{
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"tradeOutletFormats": [
{
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"provinces": [
{
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
{
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
}
],
"offices": [
{
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
},
{
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
}
],
"salesDepartments": [
{
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
}
},
{
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
}
}
],
"routes": [
{
"id": "a8cc25f3-16b4-4f35-b14b-adcc5bfddde5",
"vendorId": "sample string 2",
"type": {
"id": "6cec42fa-9d75-4c84-87da-c544930b9d8d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "d0f91a93-a411-4121-aa79-1b911c8f51d6",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "0901dc4b-0f6e-4593-9505-bb1fb8e4640b",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "64061f3d-ecd2-4379-b092-4f5068636d9f",
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"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": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"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": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "0901dc4b-0f6e-4593-9505-bb1fb8e4640b",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "64061f3d-ecd2-4379-b092-4f5068636d9f",
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"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": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"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": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"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": "a8cc25f3-16b4-4f35-b14b-adcc5bfddde5",
"vendorId": "sample string 2",
"type": {
"id": "6cec42fa-9d75-4c84-87da-c544930b9d8d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "d0f91a93-a411-4121-aa79-1b911c8f51d6",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "0901dc4b-0f6e-4593-9505-bb1fb8e4640b",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "64061f3d-ecd2-4379-b092-4f5068636d9f",
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"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": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"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": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "0901dc4b-0f6e-4593-9505-bb1fb8e4640b",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "64061f3d-ecd2-4379-b092-4f5068636d9f",
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"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": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"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": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"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"
}
],
"createdDate": "2026-08-04T21:58:23.0786443Z",
"createdByUser": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 7",
"updatedDate": "2026-08-04T21:58:23.0786443Z",
"updatedByUser": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 8"
},
{
"id": "e8d113e8-bab1-4c17-9127-0321d1738ab7",
"vendorId": "sample string 2",
"name": "sample string 3",
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"description": "sample string 4",
"surveyGroups": [
{
"id": "d21c5743-8bd5-4819-8043-bd8e33868f36",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"questions": [
{
"id": "b1801657-7877-449c-8abc-b186480fa4ae",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"entityDataType": "string",
"required": true,
"surveyGroup": {
"id": "f9aaa10f-c582-4c25-83d0-fa8dc1ba61c5",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4"
}
},
{
"id": "b1801657-7877-449c-8abc-b186480fa4ae",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"entityDataType": "string",
"required": true,
"surveyGroup": {
"id": "f9aaa10f-c582-4c25-83d0-fa8dc1ba61c5",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4"
}
}
]
},
{
"id": "d21c5743-8bd5-4819-8043-bd8e33868f36",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"questions": [
{
"id": "b1801657-7877-449c-8abc-b186480fa4ae",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"entityDataType": "string",
"required": true,
"surveyGroup": {
"id": "f9aaa10f-c582-4c25-83d0-fa8dc1ba61c5",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4"
}
},
{
"id": "b1801657-7877-449c-8abc-b186480fa4ae",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"entityDataType": "string",
"required": true,
"surveyGroup": {
"id": "f9aaa10f-c582-4c25-83d0-fa8dc1ba61c5",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4"
}
}
]
}
],
"manualActivation": true,
"trigger": {
"event": 0,
"scheduler": 0,
"required": true
},
"numberResults": 1,
"tradeOutlets": [
{
"id": "0901dc4b-0f6e-4593-9505-bb1fb8e4640b",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "64061f3d-ecd2-4379-b092-4f5068636d9f",
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "a8cc25f3-16b4-4f35-b14b-adcc5bfddde5",
"vendorId": "sample string 2",
"type": {
"id": "6cec42fa-9d75-4c84-87da-c544930b9d8d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "d0f91a93-a411-4121-aa79-1b911c8f51d6",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"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": "a8cc25f3-16b4-4f35-b14b-adcc5bfddde5",
"vendorId": "sample string 2",
"type": {
"id": "6cec42fa-9d75-4c84-87da-c544930b9d8d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "d0f91a93-a411-4121-aa79-1b911c8f51d6",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
}
],
"orderPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"refundPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"fetchMethod": "byRelationships"
}
],
"workingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"receivingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"relationships": [
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
{
"id": "0901dc4b-0f6e-4593-9505-bb1fb8e4640b",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "64061f3d-ecd2-4379-b092-4f5068636d9f",
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "a8cc25f3-16b4-4f35-b14b-adcc5bfddde5",
"vendorId": "sample string 2",
"type": {
"id": "6cec42fa-9d75-4c84-87da-c544930b9d8d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "d0f91a93-a411-4121-aa79-1b911c8f51d6",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"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": "a8cc25f3-16b4-4f35-b14b-adcc5bfddde5",
"vendorId": "sample string 2",
"type": {
"id": "6cec42fa-9d75-4c84-87da-c544930b9d8d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "d0f91a93-a411-4121-aa79-1b911c8f51d6",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
}
],
"orderPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"refundPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"fetchMethod": "byRelationships"
}
],
"workingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"receivingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"relationships": [
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
}
],
"tradeOutletCategories": [
{
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"tradeOutletFormats": [
{
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"provinces": [
{
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
{
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
}
],
"offices": [
{
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
},
{
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
}
],
"salesDepartments": [
{
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
}
},
{
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
}
}
],
"routes": [
{
"id": "a8cc25f3-16b4-4f35-b14b-adcc5bfddde5",
"vendorId": "sample string 2",
"type": {
"id": "6cec42fa-9d75-4c84-87da-c544930b9d8d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "d0f91a93-a411-4121-aa79-1b911c8f51d6",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "0901dc4b-0f6e-4593-9505-bb1fb8e4640b",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "64061f3d-ecd2-4379-b092-4f5068636d9f",
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"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": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"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": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "0901dc4b-0f6e-4593-9505-bb1fb8e4640b",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "64061f3d-ecd2-4379-b092-4f5068636d9f",
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"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": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"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": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"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": "a8cc25f3-16b4-4f35-b14b-adcc5bfddde5",
"vendorId": "sample string 2",
"type": {
"id": "6cec42fa-9d75-4c84-87da-c544930b9d8d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "c97d7c55-1a4d-496d-9d7c-79cee3ae8568",
"vendorId": "sample string 2",
"type": {
"id": "34e1c902-43cb-42b7-8152-37f0131e6cdc",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "d0f91a93-a411-4121-aa79-1b911c8f51d6",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "0901dc4b-0f6e-4593-9505-bb1fb8e4640b",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "64061f3d-ecd2-4379-b092-4f5068636d9f",
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"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": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"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": "970e73b2-dccd-4df1-b822-406776e607a0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "0901dc4b-0f6e-4593-9505-bb1fb8e4640b",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "64061f3d-ecd2-4379-b092-4f5068636d9f",
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "5b0dac28-6b3e-42f2-9fbe-1ba8f6742c44",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "8cb90d2d-d82b-4573-b7f2-1cdddf365866",
"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": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9bf70f07-5cda-4726-9b0c-79e620e3eca9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "dfdce6f6-cb04-4c74-b2da-30df0fc22a6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "46d75760-e358-4e82-94f6-714ffcb8c1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "d69ef258-6435-4460-96b0-c737063a1bde",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "d69ef258-6435-4460-96b0-c737063a1bde",
"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": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "b1460136-d58e-4b82-84c1-650e73e825a7",
"group": {
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:58:23.0786443Z",
"dateTill": "2026-08-04T21:58:23.0786443Z",
"deliveryTypes": [
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "face2630-b56e-42b2-bac2-21f25451c130",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "94fa642f-6b9f-4818-b4b2-68d4cb95d2a1",
"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": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "9de9a920-eab7-42fa-b027-19f6fdbaa8f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2f3a590f-da8b-4335-8e74-e630ac22c2c2",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"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": "7fe9e3d5-feb1-492e-8394-4ad528bd19a0",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "20d6092c-a476-477d-a1b4-f0d0908e6028",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "e4086e81-1d04-4400-a826-daa04a5704d6",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3be56ca2-76fa-4f7a-9614-6f03aa8551a6",
"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"
}
],
"createdDate": "2026-08-04T21:58:23.0786443Z",
"createdByUser": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 7",
"updatedDate": "2026-08-04T21:58:23.0786443Z",
"updatedByUser": {
"id": "e7dad56a-c65f-4f34-842a-b6d5b6be9529",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 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-08-04T21:58:23.0786443Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 8"
}
],
"pagination": {
"page": 1,
"pageSize": 2,
"totalCount": 3,
"totalPages": 4,
"prevPageLink": "sample string 5",
"nextPageLink": "sample string 6"
}
}
Sample not available.
Sample not available.