GET api/tasks/{id}/versions
Метод для получения истории изменений "Задачи"
Полный URL-адрес запроса: https://sfa-api.ddapp.biz/api/tasks/{id}/versions
Для этого метода требуется авторизация
Информация о запросе
URL параметры
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| id |
Уникальный идентификатор "Задачи" |
globally unique identifier |
Required |
| Fields |
Список дополнительных полей, которые необходимо вернуть |
string |
Нет |
| Sort |
Поле по которому необходима сортировка результатов |
string |
Нет |
| Page |
Номер страницы (начиная с 1) |
integer |
Интервал: с 1 по 2147483646 |
| PageSize |
Кол-во записей на странице (макс. 50) |
integer |
Интервал: с 1 по 50 |
| imageSize |
Размер картинки по умолчанию Big |
ImageSize |
Default value is Big |
Тело запроса
Нет параметров в теле запроса
Информация об ответе
PagedResponseModelOfTaskModel
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| Data | Collection of TaskModel |
Нет |
|
| Pagination | PaginationModel |
Нет |
Форматы ответа
{
"data": [
{
"id": "444b6ce5-72b9-4ff3-849a-a328e0c9c77b",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "56696a78-57c1-45a2-8471-c035b290287b",
"name": "sample string 2"
},
"dateFrom": "2026-05-05T13:51:04.01804Z",
"dateTill": "2026-05-05T13:51:04.01804Z",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "a7919e2b-f46e-427b-a96e-69324c29d2d1",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "d58f3fde-4b8d-4963-9d92-a2effca2b1cd",
"location": {
"country": {
"id": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "3d7f7e4b-1d70-4853-9d95-075cdf5ceaf1",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "e8945ffb-d23c-4225-9771-f4363f1ff53d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "69ecb4f6-ca71-450e-805e-5d1f6731b784",
"vendorId": "sample string 2",
"type": {
"id": "5e70d1c1-4e59-409b-8c00-ac3388df0365",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "eb88cf08-c44c-4b45-ab96-d432c7a0c0ba",
"vendorId": "sample string 2",
"type": {
"id": "5d7e5f96-8696-4beb-889b-8bcc192ea8fa",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "4f94da6f-4cd5-4c51-bd67-ba38374ff6fa",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"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": "d0bee225-e160-461a-9880-fbcb18b363d1",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-05-05T13:51:04.01804Z",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "7c3f8449-d519-4d80-bbb3-f818c8023141",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "7c3f8449-d519-4d80-bbb3-f818c8023141",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "fed8faab-288e-4da6-99f5-cddf3b633df8",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "4f94da6f-4cd5-4c51-bd67-ba38374ff6fa",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"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": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "fed8faab-288e-4da6-99f5-cddf3b633df8",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "4f94da6f-4cd5-4c51-bd67-ba38374ff6fa",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"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": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "b984b865-e647-479f-89e3-801160237735",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "b984b865-e647-479f-89e3-801160237735",
"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": "69ecb4f6-ca71-450e-805e-5d1f6731b784",
"vendorId": "sample string 2",
"type": {
"id": "5e70d1c1-4e59-409b-8c00-ac3388df0365",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "eb88cf08-c44c-4b45-ab96-d432c7a0c0ba",
"vendorId": "sample string 2",
"type": {
"id": "5d7e5f96-8696-4beb-889b-8bcc192ea8fa",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "4f94da6f-4cd5-4c51-bd67-ba38374ff6fa",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"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": "d0bee225-e160-461a-9880-fbcb18b363d1",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-05-05T13:51:04.01804Z",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "7c3f8449-d519-4d80-bbb3-f818c8023141",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "7c3f8449-d519-4d80-bbb3-f818c8023141",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "fed8faab-288e-4da6-99f5-cddf3b633df8",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "4f94da6f-4cd5-4c51-bd67-ba38374ff6fa",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"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": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "fed8faab-288e-4da6-99f5-cddf3b633df8",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "4f94da6f-4cd5-4c51-bd67-ba38374ff6fa",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"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": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "b984b865-e647-479f-89e3-801160237735",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "b984b865-e647-479f-89e3-801160237735",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
}
],
"orderPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"refundPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"fetchMethod": "byRelationships"
}
],
"workingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"receivingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"relationships": [
{
"id": "9d83687b-41d5-45d3-b3d2-66e9aa3e10b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "90311d27-7ba5-48ed-9178-7e102881678b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "90311d27-7ba5-48ed-9178-7e102881678b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "90311d27-7ba5-48ed-9178-7e102881678b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "7c7ec279-56af-431d-af93-5c3b6501d826",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "7c7ec279-56af-431d-af93-5c3b6501d826",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"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": "64a5c38f-d133-4d88-8a27-3158fc671592",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"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": "5506ab31-d5a8-4ee3-ae75-d15730ee2eec",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "5506ab31-d5a8-4ee3-ae75-d15730ee2eec",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "d4b24222-fbbc-4029-8b11-d2d8ae34ce34",
"group": {
"id": "b984b865-e647-479f-89e3-801160237735",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "d4b24222-fbbc-4029-8b11-d2d8ae34ce34",
"group": {
"id": "b984b865-e647-479f-89e3-801160237735",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:51:04.01804Z",
"dateTill": "2026-05-05T13:51:04.01804Z",
"deliveryTypes": [
{
"id": "2cd89057-4d39-4d4f-8f98-332a5e2ce280",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "2cd89057-4d39-4d4f-8f98-332a5e2ce280",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9d83687b-41d5-45d3-b3d2-66e9aa3e10b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "90311d27-7ba5-48ed-9178-7e102881678b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "90311d27-7ba5-48ed-9178-7e102881678b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "90311d27-7ba5-48ed-9178-7e102881678b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "7c7ec279-56af-431d-af93-5c3b6501d826",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "7c7ec279-56af-431d-af93-5c3b6501d826",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"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": "64a5c38f-d133-4d88-8a27-3158fc671592",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"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": "5506ab31-d5a8-4ee3-ae75-d15730ee2eec",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "5506ab31-d5a8-4ee3-ae75-d15730ee2eec",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "d4b24222-fbbc-4029-8b11-d2d8ae34ce34",
"group": {
"id": "b984b865-e647-479f-89e3-801160237735",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "d4b24222-fbbc-4029-8b11-d2d8ae34ce34",
"group": {
"id": "b984b865-e647-479f-89e3-801160237735",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:51:04.01804Z",
"dateTill": "2026-05-05T13:51:04.01804Z",
"deliveryTypes": [
{
"id": "2cd89057-4d39-4d4f-8f98-332a5e2ce280",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "2cd89057-4d39-4d4f-8f98-332a5e2ce280",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "5506ab31-d5a8-4ee3-ae75-d15730ee2eec",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "5506ab31-d5a8-4ee3-ae75-d15730ee2eec",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2026-05-05T13:51:04.01804Z",
"createdByUser": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2026-05-05T13:51:04.01804Z",
"updatedByUser": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "de041afb-b9e7-433a-ac74-491ca5fcd86f",
"comment": "sample string 2",
"createdDate": "2026-05-05T13:51:04.01804Z",
"createdByUser": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "de041afb-b9e7-433a-ac74-491ca5fcd86f",
"comment": "sample string 2",
"createdDate": "2026-05-05T13:51:04.01804Z",
"createdByUser": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
}
],
"attachments": [
"sample string 1",
"sample string 2"
],
"statusDescription": "sample string 10",
"groupTaskId": "b9d444de-14fa-402d-b1a5-07b589cfc2ba",
"groupTaskCount": 1,
"confirmImageRequired": true
},
{
"id": "444b6ce5-72b9-4ff3-849a-a328e0c9c77b",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "56696a78-57c1-45a2-8471-c035b290287b",
"name": "sample string 2"
},
"dateFrom": "2026-05-05T13:51:04.01804Z",
"dateTill": "2026-05-05T13:51:04.01804Z",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "a7919e2b-f46e-427b-a96e-69324c29d2d1",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "d58f3fde-4b8d-4963-9d92-a2effca2b1cd",
"location": {
"country": {
"id": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "3d7f7e4b-1d70-4853-9d95-075cdf5ceaf1",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "e8945ffb-d23c-4225-9771-f4363f1ff53d",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "69ecb4f6-ca71-450e-805e-5d1f6731b784",
"vendorId": "sample string 2",
"type": {
"id": "5e70d1c1-4e59-409b-8c00-ac3388df0365",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "eb88cf08-c44c-4b45-ab96-d432c7a0c0ba",
"vendorId": "sample string 2",
"type": {
"id": "5d7e5f96-8696-4beb-889b-8bcc192ea8fa",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "4f94da6f-4cd5-4c51-bd67-ba38374ff6fa",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"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": "d0bee225-e160-461a-9880-fbcb18b363d1",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-05-05T13:51:04.01804Z",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "7c3f8449-d519-4d80-bbb3-f818c8023141",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "7c3f8449-d519-4d80-bbb3-f818c8023141",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "fed8faab-288e-4da6-99f5-cddf3b633df8",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "4f94da6f-4cd5-4c51-bd67-ba38374ff6fa",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"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": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "fed8faab-288e-4da6-99f5-cddf3b633df8",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "4f94da6f-4cd5-4c51-bd67-ba38374ff6fa",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"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": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "b984b865-e647-479f-89e3-801160237735",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "b984b865-e647-479f-89e3-801160237735",
"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": "69ecb4f6-ca71-450e-805e-5d1f6731b784",
"vendorId": "sample string 2",
"type": {
"id": "5e70d1c1-4e59-409b-8c00-ac3388df0365",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "eb88cf08-c44c-4b45-ab96-d432c7a0c0ba",
"vendorId": "sample string 2",
"type": {
"id": "5d7e5f96-8696-4beb-889b-8bcc192ea8fa",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "4f94da6f-4cd5-4c51-bd67-ba38374ff6fa",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"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": "d0bee225-e160-461a-9880-fbcb18b363d1",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-05-05T13:51:04.01804Z",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "7c3f8449-d519-4d80-bbb3-f818c8023141",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "7c3f8449-d519-4d80-bbb3-f818c8023141",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "fed8faab-288e-4da6-99f5-cddf3b633df8",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "4f94da6f-4cd5-4c51-bd67-ba38374ff6fa",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"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": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "fed8faab-288e-4da6-99f5-cddf3b633df8",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "4f94da6f-4cd5-4c51-bd67-ba38374ff6fa",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"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": "d943ab71-a2a3-4855-b2b1-57c91f666123",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "85256ce8-c137-436d-b725-4b6b2c215d37",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "b984b865-e647-479f-89e3-801160237735",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "b984b865-e647-479f-89e3-801160237735",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
}
],
"orderPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"refundPricePolicy": {
"priceEditEnabled": true,
"discountPercentEnabled": true,
"discountPercentIsFractional": true,
"discountPercentFrom": 4.1,
"discountPercentTill": 5.1,
"markupPercentEnabled": true,
"markupPercentIsFractional": true,
"markupPercentFrom": 8.1,
"markupPercentTill": 9.1
},
"fetchMethod": "byRelationships"
}
],
"workingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"receivingHours": [
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
},
{
"dayOfWeek": 1,
"timeFrom": "00:00:00.1234567",
"timeTill": "00:00:00.1234567"
}
],
"relationships": [
{
"id": "9d83687b-41d5-45d3-b3d2-66e9aa3e10b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "90311d27-7ba5-48ed-9178-7e102881678b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "90311d27-7ba5-48ed-9178-7e102881678b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "90311d27-7ba5-48ed-9178-7e102881678b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "7c7ec279-56af-431d-af93-5c3b6501d826",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "7c7ec279-56af-431d-af93-5c3b6501d826",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"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": "64a5c38f-d133-4d88-8a27-3158fc671592",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"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": "5506ab31-d5a8-4ee3-ae75-d15730ee2eec",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "5506ab31-d5a8-4ee3-ae75-d15730ee2eec",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "d4b24222-fbbc-4029-8b11-d2d8ae34ce34",
"group": {
"id": "b984b865-e647-479f-89e3-801160237735",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "d4b24222-fbbc-4029-8b11-d2d8ae34ce34",
"group": {
"id": "b984b865-e647-479f-89e3-801160237735",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:51:04.01804Z",
"dateTill": "2026-05-05T13:51:04.01804Z",
"deliveryTypes": [
{
"id": "2cd89057-4d39-4d4f-8f98-332a5e2ce280",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "2cd89057-4d39-4d4f-8f98-332a5e2ce280",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9d83687b-41d5-45d3-b3d2-66e9aa3e10b8",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "90311d27-7ba5-48ed-9178-7e102881678b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "90311d27-7ba5-48ed-9178-7e102881678b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "90311d27-7ba5-48ed-9178-7e102881678b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "7c7ec279-56af-431d-af93-5c3b6501d826",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "7c7ec279-56af-431d-af93-5c3b6501d826",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"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": "64a5c38f-d133-4d88-8a27-3158fc671592",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"sum": 1.0
},
{
"currency": {
"id": "64a5c38f-d133-4d88-8a27-3158fc671592",
"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": "5506ab31-d5a8-4ee3-ae75-d15730ee2eec",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "5506ab31-d5a8-4ee3-ae75-d15730ee2eec",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "d4b24222-fbbc-4029-8b11-d2d8ae34ce34",
"group": {
"id": "b984b865-e647-479f-89e3-801160237735",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "d4b24222-fbbc-4029-8b11-d2d8ae34ce34",
"group": {
"id": "b984b865-e647-479f-89e3-801160237735",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "ed521c7e-10dc-462a-8a1e-91e2f5a8a94f",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T13:51:04.01804Z",
"dateTill": "2026-05-05T13:51:04.01804Z",
"deliveryTypes": [
{
"id": "2cd89057-4d39-4d4f-8f98-332a5e2ce280",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "2cd89057-4d39-4d4f-8f98-332a5e2ce280",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "5506ab31-d5a8-4ee3-ae75-d15730ee2eec",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "5506ab31-d5a8-4ee3-ae75-d15730ee2eec",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2026-05-05T13:51:04.01804Z",
"createdByUser": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2026-05-05T13:51:04.01804Z",
"updatedByUser": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "de041afb-b9e7-433a-ac74-491ca5fcd86f",
"comment": "sample string 2",
"createdDate": "2026-05-05T13:51:04.01804Z",
"createdByUser": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "de041afb-b9e7-433a-ac74-491ca5fcd86f",
"comment": "sample string 2",
"createdDate": "2026-05-05T13:51:04.01804Z",
"createdByUser": {
"id": "48bd8ebf-6d1a-45fc-9a35-09d941cd2d9c",
"vendorId": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"middleName": "sample string 5",
"fullName": "sample string 6",
"imageUrl": "sample string 7",
"email": "sample string 8",
"emailConfirmed": true,
"phoneNumber": "sample string 10",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-05-05T13:51:04.01804Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
}
],
"attachments": [
"sample string 1",
"sample string 2"
],
"statusDescription": "sample string 10",
"groupTaskId": "b9d444de-14fa-402d-b1a5-07b589cfc2ba",
"groupTaskCount": 1,
"confirmImageRequired": true
}
],
"pagination": {
"page": 1,
"pageSize": 2,
"totalCount": 3,
"totalPages": 4,
"prevPageLink": "sample string 5",
"nextPageLink": "sample string 6"
}
}
Sample not available.
Sample not available.