GET api/surveys/{id}
Метод для получения информации о "Анкете"
Полный URL-адрес запроса: https://sfa-api.ddapp.biz/api/surveys/{id}
Для этого метода требуется авторизация
Информация о запросе
URL параметры
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| id |
Уникальный идентификатор "Анкеты" |
string |
Required |
| fields |
Список дополнительных полей, которые необходимо вернуть |
string |
Нет |
Тело запроса
Нет параметров в теле запроса
Информация об ответе
SurveyModel
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| Id | globally unique identifier |
Нет |
|
| VendorId | string |
Нет |
|
| Name | string |
Нет |
|
| DateFrom | date |
Нет |
|
| DateTill | date |
Нет |
|
| Description | string |
Нет |
|
| SurveyGroups | Collection of SurveyGroupModel |
Дополнительное поле |
|
| ManualActivation | boolean |
Нет |
|
| Trigger | SurveyTriggerModel |
Нет |
|
| NumberResults | integer |
Дополнительное поле |
|
| TradeOutlets | Collection of TradeOutletModel |
Дополнительное поле |
|
| TradeOutletCategories | Collection of TradeOutletCategoryModel |
Дополнительное поле |
|
| TradeOutletFormats | Collection of TradeOutletFormatModel |
Дополнительное поле |
|
| Provinces | Collection of ProvinceModel |
Дополнительное поле |
|
| Offices | Collection of OfficeModel |
Дополнительное поле |
|
| SalesDepartments | Collection of SalesDepartmentModel |
Дополнительное поле |
|
| Routes | Collection of RouteModel |
Дополнительное поле |
|
| CreatedDate | date |
Поддерживает сортировку |
|
| CreatedByUser | UserModel |
Дополнительное поле |
|
| CreatedByClientId | string |
Нет |
|
| UpdatedDate | date |
Поддерживает сортировку |
|
| UpdatedByUser | UserModel |
Дополнительное поле |
|
| UpdatedByClientId | string |
Нет |
Форматы ответа
{
"id": "1bb7c96d-292c-48ab-808c-0d9a83a3cd11",
"vendorId": "sample string 2",
"name": "sample string 3",
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"dateTill": "2026-05-05T13:53:07.3217787Z",
"description": "sample string 4",
"surveyGroups": [
{
"id": "d05e80f4-f2b4-4321-a67a-938fea8c18fe",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"questions": [
{
"id": "aabfcd34-214f-46fc-a845-1492e5c53b4b",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"entityDataType": "string",
"required": true,
"surveyGroup": {
"id": "66bfb360-11f7-4562-84fe-9b4e71c5de83",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4"
}
},
{
"id": "aabfcd34-214f-46fc-a845-1492e5c53b4b",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"entityDataType": "string",
"required": true,
"surveyGroup": {
"id": "66bfb360-11f7-4562-84fe-9b4e71c5de83",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4"
}
}
]
},
{
"id": "d05e80f4-f2b4-4321-a67a-938fea8c18fe",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"questions": [
{
"id": "aabfcd34-214f-46fc-a845-1492e5c53b4b",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"entityDataType": "string",
"required": true,
"surveyGroup": {
"id": "66bfb360-11f7-4562-84fe-9b4e71c5de83",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4"
}
},
{
"id": "aabfcd34-214f-46fc-a845-1492e5c53b4b",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4",
"entityDataType": "string",
"required": true,
"surveyGroup": {
"id": "66bfb360-11f7-4562-84fe-9b4e71c5de83",
"vendorId": "sample string 2",
"orderIndex": 3,
"name": "sample string 4"
}
}
]
}
],
"manualActivation": true,
"trigger": {
"event": 0,
"scheduler": 0,
"required": true
},
"numberResults": 1,
"tradeOutlets": [
{
"id": "d46e33db-9cf5-4529-91c8-8ff63e4185bf",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "38bd1fc5-541e-4500-a6e0-a8572bfee9b4",
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "1d59698d-9340-40ca-b72e-91888769eea9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "79546441-835c-4876-addb-fad191df4c72",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "0d4b6f6e-5723-412b-b40f-65dc7886b622",
"vendorId": "sample string 2",
"type": {
"id": "918cd87f-a6bb-45e7-96f2-43fa6f98dd7e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "0ba694ed-94c1-4c13-b8e4-622ca063a5c3",
"vendorId": "sample string 2",
"type": {
"id": "feadbb6d-83e8-427e-b580-9e81522c0525",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "b2f8928f-824b-409b-8e58-013c8e048bd4",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "a906c0c2-86f0-4e7d-801a-6817bf7b9bc9",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "a906c0c2-86f0-4e7d-801a-6817bf7b9bc9",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "b9a20a7d-0266-4c44-bf8c-bf6988a88328",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "b9a20a7d-0266-4c44-bf8c-bf6988a88328",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"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": "0d4b6f6e-5723-412b-b40f-65dc7886b622",
"vendorId": "sample string 2",
"type": {
"id": "918cd87f-a6bb-45e7-96f2-43fa6f98dd7e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "0ba694ed-94c1-4c13-b8e4-622ca063a5c3",
"vendorId": "sample string 2",
"type": {
"id": "feadbb6d-83e8-427e-b580-9e81522c0525",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "b2f8928f-824b-409b-8e58-013c8e048bd4",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "a906c0c2-86f0-4e7d-801a-6817bf7b9bc9",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "a906c0c2-86f0-4e7d-801a-6817bf7b9bc9",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "b9a20a7d-0266-4c44-bf8c-bf6988a88328",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "b9a20a7d-0266-4c44-bf8c-bf6988a88328",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"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": "53a8133f-4169-47ff-8a27-db289c55937a",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"dateTill": "2026-05-05T13:53:07.3217787Z",
"deliveryTypes": [
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "53a8133f-4169-47ff-8a27-db289c55937a",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"dateTill": "2026-05-05T13:53:07.3217787Z",
"deliveryTypes": [
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
{
"id": "d46e33db-9cf5-4529-91c8-8ff63e4185bf",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "38bd1fc5-541e-4500-a6e0-a8572bfee9b4",
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "1d59698d-9340-40ca-b72e-91888769eea9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "79546441-835c-4876-addb-fad191df4c72",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "0d4b6f6e-5723-412b-b40f-65dc7886b622",
"vendorId": "sample string 2",
"type": {
"id": "918cd87f-a6bb-45e7-96f2-43fa6f98dd7e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "0ba694ed-94c1-4c13-b8e4-622ca063a5c3",
"vendorId": "sample string 2",
"type": {
"id": "feadbb6d-83e8-427e-b580-9e81522c0525",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "b2f8928f-824b-409b-8e58-013c8e048bd4",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "a906c0c2-86f0-4e7d-801a-6817bf7b9bc9",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "a906c0c2-86f0-4e7d-801a-6817bf7b9bc9",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "b9a20a7d-0266-4c44-bf8c-bf6988a88328",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "b9a20a7d-0266-4c44-bf8c-bf6988a88328",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"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": "0d4b6f6e-5723-412b-b40f-65dc7886b622",
"vendorId": "sample string 2",
"type": {
"id": "918cd87f-a6bb-45e7-96f2-43fa6f98dd7e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "0ba694ed-94c1-4c13-b8e4-622ca063a5c3",
"vendorId": "sample string 2",
"type": {
"id": "feadbb6d-83e8-427e-b580-9e81522c0525",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "b2f8928f-824b-409b-8e58-013c8e048bd4",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "a906c0c2-86f0-4e7d-801a-6817bf7b9bc9",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "a906c0c2-86f0-4e7d-801a-6817bf7b9bc9",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "b9a20a7d-0266-4c44-bf8c-bf6988a88328",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "b9a20a7d-0266-4c44-bf8c-bf6988a88328",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"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": "53a8133f-4169-47ff-8a27-db289c55937a",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"dateTill": "2026-05-05T13:53:07.3217787Z",
"deliveryTypes": [
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "53a8133f-4169-47ff-8a27-db289c55937a",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"dateTill": "2026-05-05T13:53:07.3217787Z",
"deliveryTypes": [
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
}
],
"tradeOutletCategories": [
{
"id": "1d59698d-9340-40ca-b72e-91888769eea9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "1d59698d-9340-40ca-b72e-91888769eea9",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"tradeOutletFormats": [
{
"id": "79546441-835c-4876-addb-fad191df4c72",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "79546441-835c-4876-addb-fad191df4c72",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"provinces": [
{
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
{
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
}
],
"offices": [
{
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
},
{
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "0ba694ed-94c1-4c13-b8e4-622ca063a5c3",
"vendorId": "sample string 2",
"type": {
"id": "feadbb6d-83e8-427e-b580-9e81522c0525",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
}
},
{
"id": "0ba694ed-94c1-4c13-b8e4-622ca063a5c3",
"vendorId": "sample string 2",
"type": {
"id": "feadbb6d-83e8-427e-b580-9e81522c0525",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "0d4b6f6e-5723-412b-b40f-65dc7886b622",
"vendorId": "sample string 2",
"type": {
"id": "918cd87f-a6bb-45e7-96f2-43fa6f98dd7e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "0ba694ed-94c1-4c13-b8e4-622ca063a5c3",
"vendorId": "sample string 2",
"type": {
"id": "feadbb6d-83e8-427e-b580-9e81522c0525",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "b2f8928f-824b-409b-8e58-013c8e048bd4",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "a906c0c2-86f0-4e7d-801a-6817bf7b9bc9",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "d46e33db-9cf5-4529-91c8-8ff63e4185bf",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "38bd1fc5-541e-4500-a6e0-a8572bfee9b4",
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "1d59698d-9340-40ca-b72e-91888769eea9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "79546441-835c-4876-addb-fad191df4c72",
"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": "53a8133f-4169-47ff-8a27-db289c55937a",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"dateTill": "2026-05-05T13:53:07.3217787Z",
"deliveryTypes": [
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "53a8133f-4169-47ff-8a27-db289c55937a",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"dateTill": "2026-05-05T13:53:07.3217787Z",
"deliveryTypes": [
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"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": "a906c0c2-86f0-4e7d-801a-6817bf7b9bc9",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "d46e33db-9cf5-4529-91c8-8ff63e4185bf",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "38bd1fc5-541e-4500-a6e0-a8572bfee9b4",
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "1d59698d-9340-40ca-b72e-91888769eea9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "79546441-835c-4876-addb-fad191df4c72",
"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": "53a8133f-4169-47ff-8a27-db289c55937a",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"dateTill": "2026-05-05T13:53:07.3217787Z",
"deliveryTypes": [
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "53a8133f-4169-47ff-8a27-db289c55937a",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"dateTill": "2026-05-05T13:53:07.3217787Z",
"deliveryTypes": [
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"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": "b9a20a7d-0266-4c44-bf8c-bf6988a88328",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "b9a20a7d-0266-4c44-bf8c-bf6988a88328",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"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": "0d4b6f6e-5723-412b-b40f-65dc7886b622",
"vendorId": "sample string 2",
"type": {
"id": "918cd87f-a6bb-45e7-96f2-43fa6f98dd7e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "0ba694ed-94c1-4c13-b8e4-622ca063a5c3",
"vendorId": "sample string 2",
"type": {
"id": "feadbb6d-83e8-427e-b580-9e81522c0525",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "b2f8928f-824b-409b-8e58-013c8e048bd4",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "a906c0c2-86f0-4e7d-801a-6817bf7b9bc9",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "d46e33db-9cf5-4529-91c8-8ff63e4185bf",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "38bd1fc5-541e-4500-a6e0-a8572bfee9b4",
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "1d59698d-9340-40ca-b72e-91888769eea9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "79546441-835c-4876-addb-fad191df4c72",
"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": "53a8133f-4169-47ff-8a27-db289c55937a",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"dateTill": "2026-05-05T13:53:07.3217787Z",
"deliveryTypes": [
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "53a8133f-4169-47ff-8a27-db289c55937a",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"dateTill": "2026-05-05T13:53:07.3217787Z",
"deliveryTypes": [
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"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": "a906c0c2-86f0-4e7d-801a-6817bf7b9bc9",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "d46e33db-9cf5-4529-91c8-8ff63e4185bf",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "38bd1fc5-541e-4500-a6e0-a8572bfee9b4",
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "1d59698d-9340-40ca-b72e-91888769eea9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "79546441-835c-4876-addb-fad191df4c72",
"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": "53a8133f-4169-47ff-8a27-db289c55937a",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"dateTill": "2026-05-05T13:53:07.3217787Z",
"deliveryTypes": [
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "53a8133f-4169-47ff-8a27-db289c55937a",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3f77110a-beaa-479c-bbca-508a1229fdee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "4e823d0d-38bc-43fa-9b04-3b1dc51a7abe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "7f4ebee5-a9c0-43a8-8822-7f5d1c2380f4",
"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": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "0a795c86-afab-4a2c-afc0-b060fd53c9a2",
"group": {
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:53:07.3217787Z",
"dateTill": "2026-05-05T13:53:07.3217787Z",
"deliveryTypes": [
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "34267df1-40cd-4519-ac60-99a6d7eeae60",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f4c3567f-21d4-442d-8381-597b01016170",
"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": "b9a20a7d-0266-4c44-bf8c-bf6988a88328",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "b9a20a7d-0266-4c44-bf8c-bf6988a88328",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "536cbb92-b550-4f8a-a084-ab5eee58ba71",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"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": "73387489-9d18-4303-8856-05bf7ad23d7d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "23f144e4-4383-4cea-9669-d0398c19fac0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "f1842f9c-3f2c-4760-bf0f-1177f1ce6643",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "c6058db6-e5ad-44e6-8ca0-e6fdc4c12f97",
"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-05-05T13:53:07.3217787Z",
"createdByUser": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 7",
"updatedDate": "2026-05-05T13:53:07.3217787Z",
"updatedByUser": {
"id": "b9344ecd-eeb4-404e-acf1-86cd42764b70",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:53:07.3217787Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 8"
}
Sample not available.
Sample not available.