GET api/refunds/{id}
Метод для получения информации о "Возврате"
Полный URL-адрес запроса: https://sfa-api.ddapp.biz/api/refunds/{id}
Для этого метода требуется авторизация
Информация о запросе
URL параметры
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| id |
Уникальный идентификатор "Возврата" |
string |
Required |
| fields |
Список дополнительных полей, которые необходимо вернуть |
string |
Нет |
Тело запроса
Нет параметров в теле запроса
Информация об ответе
RefundModel
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| Id | globally unique identifier |
Поддерживает сортировку |
|
| VendorId | string |
Поддерживает сортировку |
|
| Number | string |
Поддерживает сортировку |
|
| Status | RefundStatusModel |
Дополнительное поле |
|
| RefundReason | RefundReasonModel |
Дополнительное поле |
|
| StatusDescription | string |
Нет |
|
| Office | OfficeModel |
Дополнительное поле |
|
| Relationship | RelationshipModel2 |
Дополнительное поле |
|
| Customer | CustomerModel |
Дополнительное поле |
|
| TradeOutlet | TradeOutletModel2 |
Дополнительное поле |
|
| Warehouse | WarehouseModel |
Дополнительное поле |
|
| PaymentForm | integer |
Дополнительное поле |
|
| PaymentType | PaymentTypeModel |
Дополнительное поле |
|
| Notes | string |
Нет |
|
| Positions | Collection of RefundPositionModel |
Нет |
|
| Sums | Collection of MultiCurrencySumModel |
Нет |
|
| DocumentDate | date |
Поддерживает сортировку |
|
| CreatedDate | date |
Поддерживает сортировку |
|
| CreatedByUser | UserModel |
Дополнительное поле |
|
| CreatedByClientId | string |
Нет |
|
| UpdatedDate | date |
Поддерживает сортировку |
|
| UpdatedByUser | UserModel |
Дополнительное поле |
|
| UpdatedByClientId | string |
Нет |
|
| User | UserModel |
Дополнительное поле |
|
| IsExchange | boolean |
Нет |
|
| Properties | Collection of EntityPropertyValueModel |
Дополнительное поле |
Форматы ответа
{
"id": "8c710f6a-ea69-4426-bf29-e883ffeea928",
"vendorId": "sample string 2",
"number": "sample string 3",
"status": {
"id": "d6c14f7e-a85d-46c5-933d-2d7027444244",
"name": "sample string 2"
},
"refundReason": {
"id": "9cddcad2-3101-4f85-a3c6-8fcc7c06807a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"statusDescription": "sample string 4",
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
},
"relationship": {
"id": "33ac5627-8cb5-457e-8702-ebee9dbc0f73",
"vendorId": "sample string 2",
"name": "sample string 3",
"customer": {
"id": "d89772d2-eb56-48fc-a252-d2c72c0afd9f",
"vendorId": "sample string 2",
"name": "sample string 3",
"taxNumber": "sample string 4",
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"tradeNetwork": {
"id": "957dcab4-3378-400b-aba8-b3ad96bf5499",
"vendorId": "sample string 2",
"name": "sample string 3",
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
},
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"minOrder": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"orderIndex": 1,
"isFixedPriceCategory": true,
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"brandPriceCategories": [
{
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
},
{
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
}
],
"groupPriceCategories": [
{
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
},
{
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
}
]
},
"customer": {
"id": "d89772d2-eb56-48fc-a252-d2c72c0afd9f",
"vendorId": "sample string 2",
"name": "sample string 3",
"taxNumber": "sample string 4",
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"tradeNetwork": {
"id": "957dcab4-3378-400b-aba8-b3ad96bf5499",
"vendorId": "sample string 2",
"name": "sample string 3",
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
},
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"tradeOutlet": {
"id": "d8f49c3c-5e3b-400f-bf28-11f1edcf84b1",
"vendorId": "sample string 2",
"name": "sample string 3",
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "a6d5c78a-e898-4b6c-a7c5-ccd5623482b4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "5972cc86-9052-4b21-baef-6b5cf5482dee",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "4428197b-746c-45c4-803a-116d2a4eb82f",
"vendorId": "sample string 2",
"type": {
"id": "73e7b572-18bb-4bfd-b9bc-36a3d3921a19",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "3aade055-ead5-4ae0-974b-8b4f93d0c60a",
"vendorId": "sample string 2",
"type": {
"id": "49a36463-b3f5-4aab-acfe-958dcffde5ee",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"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": "d4f4594e-606f-4f75-96a1-0bb7148dfed3",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "71f83540-752e-400b-97ba-7a66e71ae3d0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "3bae4b65-d71b-4bd4-8884-d264bcc4b5c1",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "4d9f2567-fbc1-4f18-b8ba-caefc11791ff",
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "a6d5c78a-e898-4b6c-a7c5-ccd5623482b4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "5972cc86-9052-4b21-baef-6b5cf5482dee",
"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": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"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": "71f83540-752e-400b-97ba-7a66e71ae3d0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "3bae4b65-d71b-4bd4-8884-d264bcc4b5c1",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "4d9f2567-fbc1-4f18-b8ba-caefc11791ff",
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "a6d5c78a-e898-4b6c-a7c5-ccd5623482b4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "5972cc86-9052-4b21-baef-6b5cf5482dee",
"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": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"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": "edac14f2-ed43-4162-b41a-92efea7544f4",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"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": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "edac14f2-ed43-4162-b41a-92efea7544f4",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"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": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"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": "4428197b-746c-45c4-803a-116d2a4eb82f",
"vendorId": "sample string 2",
"type": {
"id": "73e7b572-18bb-4bfd-b9bc-36a3d3921a19",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "3aade055-ead5-4ae0-974b-8b4f93d0c60a",
"vendorId": "sample string 2",
"type": {
"id": "49a36463-b3f5-4aab-acfe-958dcffde5ee",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"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": "d4f4594e-606f-4f75-96a1-0bb7148dfed3",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "71f83540-752e-400b-97ba-7a66e71ae3d0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "3bae4b65-d71b-4bd4-8884-d264bcc4b5c1",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "4d9f2567-fbc1-4f18-b8ba-caefc11791ff",
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "a6d5c78a-e898-4b6c-a7c5-ccd5623482b4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "5972cc86-9052-4b21-baef-6b5cf5482dee",
"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": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"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": "71f83540-752e-400b-97ba-7a66e71ae3d0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "3bae4b65-d71b-4bd4-8884-d264bcc4b5c1",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "4d9f2567-fbc1-4f18-b8ba-caefc11791ff",
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "a6d5c78a-e898-4b6c-a7c5-ccd5623482b4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "5972cc86-9052-4b21-baef-6b5cf5482dee",
"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": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"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": "edac14f2-ed43-4162-b41a-92efea7544f4",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"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": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "edac14f2-ed43-4162-b41a-92efea7544f4",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"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": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
}
],
"orderPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"refundPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"fetchMethod": "byRelationships"
}
],
"workingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"receivingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"relationships": [
{
"relationship": {
"id": "33ac5627-8cb5-457e-8702-ebee9dbc0f73",
"vendorId": "sample string 2",
"name": "sample string 3",
"customer": {
"id": "d89772d2-eb56-48fc-a252-d2c72c0afd9f",
"vendorId": "sample string 2",
"name": "sample string 3",
"taxNumber": "sample string 4",
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"tradeNetwork": {
"id": "957dcab4-3378-400b-aba8-b3ad96bf5499",
"vendorId": "sample string 2",
"name": "sample string 3",
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
},
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"minOrder": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"orderIndex": 1,
"isFixedPriceCategory": true,
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"brandPriceCategories": [
{
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
},
{
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
}
],
"groupPriceCategories": [
{
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
},
{
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
}
]
},
"route": {
"id": "4428197b-746c-45c4-803a-116d2a4eb82f",
"vendorId": "sample string 2",
"type": {
"id": "73e7b572-18bb-4bfd-b9bc-36a3d3921a19",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "3aade055-ead5-4ae0-974b-8b4f93d0c60a",
"vendorId": "sample string 2",
"type": {
"id": "49a36463-b3f5-4aab-acfe-958dcffde5ee",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"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": "d4f4594e-606f-4f75-96a1-0bb7148dfed3",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "71f83540-752e-400b-97ba-7a66e71ae3d0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "3bae4b65-d71b-4bd4-8884-d264bcc4b5c1",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "4d9f2567-fbc1-4f18-b8ba-caefc11791ff",
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "a6d5c78a-e898-4b6c-a7c5-ccd5623482b4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "5972cc86-9052-4b21-baef-6b5cf5482dee",
"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": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"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": "71f83540-752e-400b-97ba-7a66e71ae3d0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "3bae4b65-d71b-4bd4-8884-d264bcc4b5c1",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "4d9f2567-fbc1-4f18-b8ba-caefc11791ff",
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "a6d5c78a-e898-4b6c-a7c5-ccd5623482b4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "5972cc86-9052-4b21-baef-6b5cf5482dee",
"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": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"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": "edac14f2-ed43-4162-b41a-92efea7544f4",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"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": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "edac14f2-ed43-4162-b41a-92efea7544f4",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"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": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
}
],
"orderPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"refundPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"fetchMethod": "byRelationships"
},
"orderIndex": 1,
"isBlocked": true,
"blockReason": "sample string 2",
"oneActiveRouteInfo": {
"id": "de45f40d-8447-41b5-a35f-3d128f751133",
"name": "sample string 2"
}
},
{
"relationship": {
"id": "33ac5627-8cb5-457e-8702-ebee9dbc0f73",
"vendorId": "sample string 2",
"name": "sample string 3",
"customer": {
"id": "d89772d2-eb56-48fc-a252-d2c72c0afd9f",
"vendorId": "sample string 2",
"name": "sample string 3",
"taxNumber": "sample string 4",
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"tradeNetwork": {
"id": "957dcab4-3378-400b-aba8-b3ad96bf5499",
"vendorId": "sample string 2",
"name": "sample string 3",
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"timeZoneId": "sample string 4"
},
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"minOrder": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"orderIndex": 1,
"isFixedPriceCategory": true,
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"brandPriceCategories": [
{
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
},
{
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
}
],
"groupPriceCategories": [
{
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
},
{
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
}
]
},
"route": {
"id": "4428197b-746c-45c4-803a-116d2a4eb82f",
"vendorId": "sample string 2",
"type": {
"id": "73e7b572-18bb-4bfd-b9bc-36a3d3921a19",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "3aade055-ead5-4ae0-974b-8b4f93d0c60a",
"vendorId": "sample string 2",
"type": {
"id": "49a36463-b3f5-4aab-acfe-958dcffde5ee",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"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": "d4f4594e-606f-4f75-96a1-0bb7148dfed3",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "71f83540-752e-400b-97ba-7a66e71ae3d0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "3bae4b65-d71b-4bd4-8884-d264bcc4b5c1",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "4d9f2567-fbc1-4f18-b8ba-caefc11791ff",
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "a6d5c78a-e898-4b6c-a7c5-ccd5623482b4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "5972cc86-9052-4b21-baef-6b5cf5482dee",
"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": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"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": "71f83540-752e-400b-97ba-7a66e71ae3d0",
"vendorId": "sample string 2",
"tradeOutlet": {
"id": "3bae4b65-d71b-4bd4-8884-d264bcc4b5c1",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "4d9f2567-fbc1-4f18-b8ba-caefc11791ff",
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "a6d5c78a-e898-4b6c-a7c5-ccd5623482b4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "5972cc86-9052-4b21-baef-6b5cf5482dee",
"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": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "d3453f62-16d0-48d6-b918-9dd3bb458356",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"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": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "cb38787b-8490-4f9a-920a-f33d426bdf4b",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:11.5695185Z",
"dateTill": "2026-08-04T21:56:11.5695185Z",
"deliveryTypes": [
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "584cbdd8-359a-480c-acb1-5e0077e069b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"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": "edac14f2-ed43-4162-b41a-92efea7544f4",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"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": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "edac14f2-ed43-4162-b41a-92efea7544f4",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"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": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
}
],
"orderPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"refundPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"fetchMethod": "byRelationships"
},
"orderIndex": 1,
"isBlocked": true,
"blockReason": "sample string 2",
"oneActiveRouteInfo": {
"id": "de45f40d-8447-41b5-a35f-3d128f751133",
"name": "sample string 2"
}
}
],
"freeVisit": true,
"isBlocked": true,
"blockReason": "sample string 6",
"createdByUserId": "d832aa20-6aac-4e76-b440-9a583d5ea68a",
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"departments": [
{
"id": "be59b967-e22c-40c5-a9df-f5a2c8bb91aa",
"vendorId": "sample string 2",
"name": "sample string 3",
"tradeOutlets": []
},
{
"id": "be59b967-e22c-40c5-a9df-f5a2c8bb91aa",
"vendorId": "sample string 2",
"name": "sample string 3",
"tradeOutlets": []
}
]
},
"warehouse": {
"id": "edac14f2-ed43-4162-b41a-92efea7544f4",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "8078a787-bbf6-4356-95d6-8d6f86943dce",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"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": "f2282c51-c318-4178-a67c-01e49ecff475",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "b7d6ccb6-3c4c-4bbb-ba45-dea607f52164",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
"paymentForm": 5,
"paymentType": {
"id": "81a3d426-4361-4589-8ddb-673847339096",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"notes": "sample string 6",
"positions": [
{
"product": {
"id": "6e6fed30-b84b-439a-b51e-774fae590880",
"vendorId": "sample string 2",
"article": "sample string 3",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"brandline": {
"id": "556a86b3-e5ff-482d-b76a-501b54726a45",
"vendorId": "sample string 2",
"name": "sample string 3",
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"priceByProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"groups": [
{
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
}
],
"imageUrl": "sample string 4",
"switcherUrl": "sample string 5"
},
"name": "sample string 4",
"imageUrl": "sample string 5",
"inBox": 1.1,
"barcode": "sample string 6",
"weighted": true,
"minOrder": 1.1,
"multiplicity": 1.1,
"active": true,
"f1NotEnabled": true,
"f2NotEnabled": true,
"manufacturer": {
"id": "d4f4594e-606f-4f75-96a1-0bb7148dfed3",
"name": "sample string 2"
},
"prices": [
{
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"price": 1.0,
"description": "sample string 2",
"packagingId": "sample string 3"
},
{
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"price": 1.0,
"description": "sample string 2",
"packagingId": "sample string 3"
}
],
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"packagings": [
{
"packaging": {
"id": "95210f99-958e-4d0d-beb6-93c772b3d144",
"vendorId": "sample string 2",
"name": "sample string 3",
"shortName": "sample string 4",
"weighted": true,
"minOrder": 1.1,
"multiplicity": 1.1
},
"value": 1.1
},
{
"packaging": {
"id": "95210f99-958e-4d0d-beb6-93c772b3d144",
"vendorId": "sample string 2",
"name": "sample string 3",
"shortName": "sample string 4",
"weighted": true,
"minOrder": 1.1,
"multiplicity": 1.1
},
"value": 1.1
}
],
"packaging": {
"id": "95210f99-958e-4d0d-beb6-93c772b3d144",
"vendorId": "sample string 2",
"name": "sample string 3",
"shortName": "sample string 4",
"weighted": true,
"minOrder": 1.1,
"multiplicity": 1.1
}
},
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"quantity": 1.1,
"price": 2.0,
"sum": 3.0,
"comment": "sample string 4",
"packagingId": "sample string 5",
"packaging": "sample string 6"
},
{
"product": {
"id": "6e6fed30-b84b-439a-b51e-774fae590880",
"vendorId": "sample string 2",
"article": "sample string 3",
"group": {
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"brandline": {
"id": "556a86b3-e5ff-482d-b76a-501b54726a45",
"vendorId": "sample string 2",
"name": "sample string 3",
"brand": {
"id": "a97c8833-21dc-4cac-9598-9bbe0807a0ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"priceByProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"groups": [
{
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "39ef8a4f-5f80-4436-80f6-2bbe6d011dad",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
}
],
"imageUrl": "sample string 4",
"switcherUrl": "sample string 5"
},
"name": "sample string 4",
"imageUrl": "sample string 5",
"inBox": 1.1,
"barcode": "sample string 6",
"weighted": true,
"minOrder": 1.1,
"multiplicity": 1.1,
"active": true,
"f1NotEnabled": true,
"f2NotEnabled": true,
"manufacturer": {
"id": "d4f4594e-606f-4f75-96a1-0bb7148dfed3",
"name": "sample string 2"
},
"prices": [
{
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"price": 1.0,
"description": "sample string 2",
"packagingId": "sample string 3"
},
{
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"price": 1.0,
"description": "sample string 2",
"packagingId": "sample string 3"
}
],
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"packagings": [
{
"packaging": {
"id": "95210f99-958e-4d0d-beb6-93c772b3d144",
"vendorId": "sample string 2",
"name": "sample string 3",
"shortName": "sample string 4",
"weighted": true,
"minOrder": 1.1,
"multiplicity": 1.1
},
"value": 1.1
},
{
"packaging": {
"id": "95210f99-958e-4d0d-beb6-93c772b3d144",
"vendorId": "sample string 2",
"name": "sample string 3",
"shortName": "sample string 4",
"weighted": true,
"minOrder": 1.1,
"multiplicity": 1.1
},
"value": 1.1
}
],
"packaging": {
"id": "95210f99-958e-4d0d-beb6-93c772b3d144",
"vendorId": "sample string 2",
"name": "sample string 3",
"shortName": "sample string 4",
"weighted": true,
"minOrder": 1.1,
"multiplicity": 1.1
}
},
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"priceCategory": {
"id": "3096b7c7-17f8-464b-968b-46657d284f5a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"quantity": 1.1,
"price": 2.0,
"sum": 3.0,
"comment": "sample string 4",
"packagingId": "sample string 5",
"packaging": "sample string 6"
}
],
"sums": [
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "bb32d6a1-6b46-4f30-9935-7e34d6c7d176",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
}
],
"documentDate": "2026-08-04T21:56:11.5695185Z",
"createdDate": "2026-08-04T21:56:11.5695185Z",
"createdByUser": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2026-08-04T21:56:11.5695185Z",
"updatedByUser": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"user": {
"id": "e63a6093-e595-48a4-be9d-a243eff4ca97",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-08-04T21:56:11.5695185Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"isExchange": true,
"properties": [
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "f43a96a8-2c6c-4a67-bf57-563ea6660e6f",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
}
Sample not available.
Sample not available.