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": "10a662e8-fc5c-489c-8ffe-60c5654c089a",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "a33ec1b1-1d75-4736-9583-c3c3ee95959b",
"name": "sample string 2"
},
"dateFrom": "2026-09-19T08:18:50.1875736Z",
"dateTill": "2026-09-19T08:18:50.1875736Z",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "cf924158-782f-40cc-b1cd-5aeabbeebe73",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "b228c266-aed6-4fb5-9a46-31740239eb6b",
"location": {
"country": {
"id": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "e0bac5a0-00c4-43bb-a407-7d14d43c6f15",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "4dd5a3af-3857-4901-a347-bc703b246191",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "286f8878-5230-42fc-a17f-bf34e39c4043",
"vendorId": "sample string 2",
"type": {
"id": "0cac87f4-0b02-471f-8e82-359291999f1a",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "354424b2-bfb7-4735-bfd9-0cd829ccf51c",
"vendorId": "sample string 2",
"type": {
"id": "921a94f0-c48c-432a-87c8-46b08ef0630c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "10abce4e-1644-4b26-858b-2d2780cab540",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"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": "fadb64c2-cf19-4bb4-a954-5c49b31be58f",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-09-19T08:18:50.1875736Z",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "3c52243a-ddd3-4ce9-9d13-131c7841b300",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "3c52243a-ddd3-4ce9-9d13-131c7841b300",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "3a8d0269-08ba-444d-8143-dc66099eeba7",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "10abce4e-1644-4b26-858b-2d2780cab540",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"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": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "3a8d0269-08ba-444d-8143-dc66099eeba7",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "10abce4e-1644-4b26-858b-2d2780cab540",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"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": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"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": "286f8878-5230-42fc-a17f-bf34e39c4043",
"vendorId": "sample string 2",
"type": {
"id": "0cac87f4-0b02-471f-8e82-359291999f1a",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "354424b2-bfb7-4735-bfd9-0cd829ccf51c",
"vendorId": "sample string 2",
"type": {
"id": "921a94f0-c48c-432a-87c8-46b08ef0630c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "10abce4e-1644-4b26-858b-2d2780cab540",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"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": "fadb64c2-cf19-4bb4-a954-5c49b31be58f",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-09-19T08:18:50.1875736Z",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "3c52243a-ddd3-4ce9-9d13-131c7841b300",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "3c52243a-ddd3-4ce9-9d13-131c7841b300",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "3a8d0269-08ba-444d-8143-dc66099eeba7",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "10abce4e-1644-4b26-858b-2d2780cab540",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"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": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "3a8d0269-08ba-444d-8143-dc66099eeba7",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "10abce4e-1644-4b26-858b-2d2780cab540",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"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": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"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": "9f2882fc-4ecc-469b-a86c-deb2f49fb90e",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3e00aeb9-a6ae-486e-b940-8077da5f002f",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3e00aeb9-a6ae-486e-b940-8077da5f002f",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3e00aeb9-a6ae-486e-b940-8077da5f002f",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "5fb93299-aedf-43cd-9d29-c07f718c4dfe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "5fb93299-aedf-43cd-9d29-c07f718c4dfe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "0821763f-fe98-49fb-aebc-424e860c4385",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "0821763f-fe98-49fb-aebc-424e860c4385",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "e61ca607-49dd-4abe-abef-8f547c1082c6",
"group": {
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "e61ca607-49dd-4abe-abef-8f547c1082c6",
"group": {
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-09-19T08:18:50.1875736Z",
"dateTill": "2026-09-19T08:18:50.1875736Z",
"deliveryTypes": [
{
"id": "d0777afa-7a69-4136-a492-26b3d637d331",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "d0777afa-7a69-4136-a492-26b3d637d331",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9f2882fc-4ecc-469b-a86c-deb2f49fb90e",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3e00aeb9-a6ae-486e-b940-8077da5f002f",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3e00aeb9-a6ae-486e-b940-8077da5f002f",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3e00aeb9-a6ae-486e-b940-8077da5f002f",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "5fb93299-aedf-43cd-9d29-c07f718c4dfe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "5fb93299-aedf-43cd-9d29-c07f718c4dfe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "0821763f-fe98-49fb-aebc-424e860c4385",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "0821763f-fe98-49fb-aebc-424e860c4385",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "e61ca607-49dd-4abe-abef-8f547c1082c6",
"group": {
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "e61ca607-49dd-4abe-abef-8f547c1082c6",
"group": {
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-09-19T08:18:50.1875736Z",
"dateTill": "2026-09-19T08:18:50.1875736Z",
"deliveryTypes": [
{
"id": "d0777afa-7a69-4136-a492-26b3d637d331",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "d0777afa-7a69-4136-a492-26b3d637d331",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "0821763f-fe98-49fb-aebc-424e860c4385",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "0821763f-fe98-49fb-aebc-424e860c4385",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2026-09-19T08:18:50.1875736Z",
"createdByUser": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2026-09-19T08:18:50.1875736Z",
"updatedByUser": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "71680707-4c72-49cf-8c8a-2075ded989a1",
"comment": "sample string 2",
"createdDate": "2026-09-19T08:18:50.1875736Z",
"createdByUser": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "71680707-4c72-49cf-8c8a-2075ded989a1",
"comment": "sample string 2",
"createdDate": "2026-09-19T08:18:50.1875736Z",
"createdByUser": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"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": "c2056556-6bf4-442a-90f3-1ce732976681",
"groupTaskCount": 1,
"confirmImageRequired": true
},
{
"id": "10a662e8-fc5c-489c-8ffe-60c5654c089a",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "a33ec1b1-1d75-4736-9583-c3c3ee95959b",
"name": "sample string 2"
},
"dateFrom": "2026-09-19T08:18:50.1875736Z",
"dateTill": "2026-09-19T08:18:50.1875736Z",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "cf924158-782f-40cc-b1cd-5aeabbeebe73",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "b228c266-aed6-4fb5-9a46-31740239eb6b",
"location": {
"country": {
"id": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "e0bac5a0-00c4-43bb-a407-7d14d43c6f15",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "4dd5a3af-3857-4901-a347-bc703b246191",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "286f8878-5230-42fc-a17f-bf34e39c4043",
"vendorId": "sample string 2",
"type": {
"id": "0cac87f4-0b02-471f-8e82-359291999f1a",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "354424b2-bfb7-4735-bfd9-0cd829ccf51c",
"vendorId": "sample string 2",
"type": {
"id": "921a94f0-c48c-432a-87c8-46b08ef0630c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "10abce4e-1644-4b26-858b-2d2780cab540",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"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": "fadb64c2-cf19-4bb4-a954-5c49b31be58f",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-09-19T08:18:50.1875736Z",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "3c52243a-ddd3-4ce9-9d13-131c7841b300",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "3c52243a-ddd3-4ce9-9d13-131c7841b300",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "3a8d0269-08ba-444d-8143-dc66099eeba7",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "10abce4e-1644-4b26-858b-2d2780cab540",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"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": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "3a8d0269-08ba-444d-8143-dc66099eeba7",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "10abce4e-1644-4b26-858b-2d2780cab540",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"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": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"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": "286f8878-5230-42fc-a17f-bf34e39c4043",
"vendorId": "sample string 2",
"type": {
"id": "0cac87f4-0b02-471f-8e82-359291999f1a",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "354424b2-bfb7-4735-bfd9-0cd829ccf51c",
"vendorId": "sample string 2",
"type": {
"id": "921a94f0-c48c-432a-87c8-46b08ef0630c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "10abce4e-1644-4b26-858b-2d2780cab540",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"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": "fadb64c2-cf19-4bb4-a954-5c49b31be58f",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-09-19T08:18:50.1875736Z",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "3c52243a-ddd3-4ce9-9d13-131c7841b300",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "3c52243a-ddd3-4ce9-9d13-131c7841b300",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "3a8d0269-08ba-444d-8143-dc66099eeba7",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "10abce4e-1644-4b26-858b-2d2780cab540",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"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": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "3a8d0269-08ba-444d-8143-dc66099eeba7",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "10abce4e-1644-4b26-858b-2d2780cab540",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"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": "ee2c3ea6-6799-436d-92c2-c85bf3b98ff2",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "de6fcdb1-1c80-4c54-9aea-3fe6eb631f84",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"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": "9f2882fc-4ecc-469b-a86c-deb2f49fb90e",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3e00aeb9-a6ae-486e-b940-8077da5f002f",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3e00aeb9-a6ae-486e-b940-8077da5f002f",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3e00aeb9-a6ae-486e-b940-8077da5f002f",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "5fb93299-aedf-43cd-9d29-c07f718c4dfe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "5fb93299-aedf-43cd-9d29-c07f718c4dfe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "0821763f-fe98-49fb-aebc-424e860c4385",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "0821763f-fe98-49fb-aebc-424e860c4385",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "e61ca607-49dd-4abe-abef-8f547c1082c6",
"group": {
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "e61ca607-49dd-4abe-abef-8f547c1082c6",
"group": {
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-09-19T08:18:50.1875736Z",
"dateTill": "2026-09-19T08:18:50.1875736Z",
"deliveryTypes": [
{
"id": "d0777afa-7a69-4136-a492-26b3d637d331",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "d0777afa-7a69-4136-a492-26b3d637d331",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "9f2882fc-4ecc-469b-a86c-deb2f49fb90e",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "3e00aeb9-a6ae-486e-b940-8077da5f002f",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "3e00aeb9-a6ae-486e-b940-8077da5f002f",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "3e00aeb9-a6ae-486e-b940-8077da5f002f",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "5fb93299-aedf-43cd-9d29-c07f718c4dfe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "5fb93299-aedf-43cd-9d29-c07f718c4dfe",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "dcedb46c-8e47-450c-9a14-97a504c876b3",
"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": "0821763f-fe98-49fb-aebc-424e860c4385",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "0821763f-fe98-49fb-aebc-424e860c4385",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "e61ca607-49dd-4abe-abef-8f547c1082c6",
"group": {
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "e61ca607-49dd-4abe-abef-8f547c1082c6",
"group": {
"id": "6b926ed0-5dfd-400a-9db7-dd910d3b063f",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "857f2d7b-dc84-475d-9f12-945b5cc8e3ce",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-09-19T08:18:50.1875736Z",
"dateTill": "2026-09-19T08:18:50.1875736Z",
"deliveryTypes": [
{
"id": "d0777afa-7a69-4136-a492-26b3d637d331",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "d0777afa-7a69-4136-a492-26b3d637d331",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "0821763f-fe98-49fb-aebc-424e860c4385",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "0821763f-fe98-49fb-aebc-424e860c4385",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2026-09-19T08:18:50.1875736Z",
"createdByUser": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2026-09-19T08:18:50.1875736Z",
"updatedByUser": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "71680707-4c72-49cf-8c8a-2075ded989a1",
"comment": "sample string 2",
"createdDate": "2026-09-19T08:18:50.1875736Z",
"createdByUser": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "71680707-4c72-49cf-8c8a-2075ded989a1",
"comment": "sample string 2",
"createdDate": "2026-09-19T08:18:50.1875736Z",
"createdByUser": {
"id": "c2a0c7b0-60b7-4968-81c2-2d28664b8480",
"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-09-19T08:18:50.1875736Z",
"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": "c2056556-6bf4-442a-90f3-1ce732976681",
"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.