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": "38c5966b-2223-444b-b49d-d4fbd5d49305",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "d39e6e33-86a6-4a46-96b2-1c99f83dec9b",
"name": "sample string 2"
},
"dateFrom": "2025-11-03T21:57:01.4899209Z",
"dateTill": "2025-11-03T21:57:01.4899209Z",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "ec6a82b6-85a4-4793-9264-85d9555e0cec",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "7674eaa8-878b-4965-956c-8787dc25a364",
"location": {
"country": {
"id": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "4c23d199-5748-4e9a-9f05-fe83303fc8d2",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "7a452b11-abb9-42ce-ab40-ac20fd6db88b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "30d1947c-0a2b-4801-a99a-fc4b353f7fc1",
"vendorId": "sample string 2",
"type": {
"id": "3bb47704-cbb8-40cf-8339-15e7af735db0",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "f62fdf16-8264-4c5e-82d2-7b695864bd91",
"vendorId": "sample string 2",
"type": {
"id": "3fce988a-f9dc-41aa-bd2d-bb196a872711",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "1e992106-1297-408a-bb6c-c9f4a431235a",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"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": "83eee3dc-4e0f-4dac-bd9e-70d217d379a3",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2025-11-03T21:57:01.4899209Z",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "f80f424a-a871-4392-a797-e6e5a0d79c4c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "f80f424a-a871-4392-a797-e6e5a0d79c4c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "ae927f36-7c74-483a-a79b-e6c06cc6ff07",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "1e992106-1297-408a-bb6c-c9f4a431235a",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"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": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "ae927f36-7c74-483a-a79b-e6c06cc6ff07",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "1e992106-1297-408a-bb6c-c9f4a431235a",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"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": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"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": "30d1947c-0a2b-4801-a99a-fc4b353f7fc1",
"vendorId": "sample string 2",
"type": {
"id": "3bb47704-cbb8-40cf-8339-15e7af735db0",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "f62fdf16-8264-4c5e-82d2-7b695864bd91",
"vendorId": "sample string 2",
"type": {
"id": "3fce988a-f9dc-41aa-bd2d-bb196a872711",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "1e992106-1297-408a-bb6c-c9f4a431235a",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"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": "83eee3dc-4e0f-4dac-bd9e-70d217d379a3",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2025-11-03T21:57:01.4899209Z",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "f80f424a-a871-4392-a797-e6e5a0d79c4c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "f80f424a-a871-4392-a797-e6e5a0d79c4c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "ae927f36-7c74-483a-a79b-e6c06cc6ff07",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "1e992106-1297-408a-bb6c-c9f4a431235a",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"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": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "ae927f36-7c74-483a-a79b-e6c06cc6ff07",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "1e992106-1297-408a-bb6c-c9f4a431235a",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"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": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"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": "bc6bd60f-3da8-48f9-9561-b52039929f2d",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "ae8ae672-8fd0-4064-982e-ead64b119091",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "ae8ae672-8fd0-4064-982e-ead64b119091",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ae8ae672-8fd0-4064-982e-ead64b119091",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "ed3c167e-0dc9-4792-aa9a-b540008f60ed",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ed3c167e-0dc9-4792-aa9a-b540008f60ed",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "4c47c2d4-af6b-44d5-84e8-8382f03ec70e",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "4c47c2d4-af6b-44d5-84e8-8382f03ec70e",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "f68b1c58-b82d-475a-8987-c8e1e09d8ad1",
"group": {
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "f68b1c58-b82d-475a-8987-c8e1e09d8ad1",
"group": {
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2025-11-03T21:57:01.4899209Z",
"dateTill": "2025-11-03T21:57:01.4899209Z",
"deliveryTypes": [
{
"id": "09739579-752c-4b27-b82b-0d6e7ebb0735",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "09739579-752c-4b27-b82b-0d6e7ebb0735",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "bc6bd60f-3da8-48f9-9561-b52039929f2d",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "ae8ae672-8fd0-4064-982e-ead64b119091",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "ae8ae672-8fd0-4064-982e-ead64b119091",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ae8ae672-8fd0-4064-982e-ead64b119091",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "ed3c167e-0dc9-4792-aa9a-b540008f60ed",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ed3c167e-0dc9-4792-aa9a-b540008f60ed",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "4c47c2d4-af6b-44d5-84e8-8382f03ec70e",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "4c47c2d4-af6b-44d5-84e8-8382f03ec70e",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "f68b1c58-b82d-475a-8987-c8e1e09d8ad1",
"group": {
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "f68b1c58-b82d-475a-8987-c8e1e09d8ad1",
"group": {
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2025-11-03T21:57:01.4899209Z",
"dateTill": "2025-11-03T21:57:01.4899209Z",
"deliveryTypes": [
{
"id": "09739579-752c-4b27-b82b-0d6e7ebb0735",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "09739579-752c-4b27-b82b-0d6e7ebb0735",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "4c47c2d4-af6b-44d5-84e8-8382f03ec70e",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "4c47c2d4-af6b-44d5-84e8-8382f03ec70e",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2025-11-03T21:57:01.4899209Z",
"createdByUser": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2025-11-03T21:57:01.4899209Z",
"updatedByUser": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "e22dd7bb-c07c-403d-856b-b5f1b0ba9814",
"comment": "sample string 2",
"createdDate": "2025-11-03T21:57:01.4899209Z",
"createdByUser": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "e22dd7bb-c07c-403d-856b-b5f1b0ba9814",
"comment": "sample string 2",
"createdDate": "2025-11-03T21:57:01.4899209Z",
"createdByUser": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"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": "723d46b4-710c-4d8e-9ef5-fa2925d9c1b4",
"groupTaskCount": 1,
"confirmImageRequired": true
},
{
"id": "38c5966b-2223-444b-b49d-d4fbd5d49305",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "d39e6e33-86a6-4a46-96b2-1c99f83dec9b",
"name": "sample string 2"
},
"dateFrom": "2025-11-03T21:57:01.4899209Z",
"dateTill": "2025-11-03T21:57:01.4899209Z",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "ec6a82b6-85a4-4793-9264-85d9555e0cec",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "7674eaa8-878b-4965-956c-8787dc25a364",
"location": {
"country": {
"id": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "4c23d199-5748-4e9a-9f05-fe83303fc8d2",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "7a452b11-abb9-42ce-ab40-ac20fd6db88b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "30d1947c-0a2b-4801-a99a-fc4b353f7fc1",
"vendorId": "sample string 2",
"type": {
"id": "3bb47704-cbb8-40cf-8339-15e7af735db0",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "f62fdf16-8264-4c5e-82d2-7b695864bd91",
"vendorId": "sample string 2",
"type": {
"id": "3fce988a-f9dc-41aa-bd2d-bb196a872711",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "1e992106-1297-408a-bb6c-c9f4a431235a",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"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": "83eee3dc-4e0f-4dac-bd9e-70d217d379a3",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2025-11-03T21:57:01.4899209Z",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "f80f424a-a871-4392-a797-e6e5a0d79c4c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "f80f424a-a871-4392-a797-e6e5a0d79c4c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "ae927f36-7c74-483a-a79b-e6c06cc6ff07",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "1e992106-1297-408a-bb6c-c9f4a431235a",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"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": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "ae927f36-7c74-483a-a79b-e6c06cc6ff07",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "1e992106-1297-408a-bb6c-c9f4a431235a",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"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": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"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": "30d1947c-0a2b-4801-a99a-fc4b353f7fc1",
"vendorId": "sample string 2",
"type": {
"id": "3bb47704-cbb8-40cf-8339-15e7af735db0",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "f62fdf16-8264-4c5e-82d2-7b695864bd91",
"vendorId": "sample string 2",
"type": {
"id": "3fce988a-f9dc-41aa-bd2d-bb196a872711",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "1e992106-1297-408a-bb6c-c9f4a431235a",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"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": "83eee3dc-4e0f-4dac-bd9e-70d217d379a3",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2025-11-03T21:57:01.4899209Z",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "f80f424a-a871-4392-a797-e6e5a0d79c4c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "f80f424a-a871-4392-a797-e6e5a0d79c4c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "ae927f36-7c74-483a-a79b-e6c06cc6ff07",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "1e992106-1297-408a-bb6c-c9f4a431235a",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"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": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "ae927f36-7c74-483a-a79b-e6c06cc6ff07",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "1e992106-1297-408a-bb6c-c9f4a431235a",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"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": "cf2197ce-dbeb-4109-b154-edfbb8e9a68c",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "2103115c-bfd1-4591-8422-b1a5c93f1290",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"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": "bc6bd60f-3da8-48f9-9561-b52039929f2d",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "ae8ae672-8fd0-4064-982e-ead64b119091",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "ae8ae672-8fd0-4064-982e-ead64b119091",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ae8ae672-8fd0-4064-982e-ead64b119091",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "ed3c167e-0dc9-4792-aa9a-b540008f60ed",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ed3c167e-0dc9-4792-aa9a-b540008f60ed",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "4c47c2d4-af6b-44d5-84e8-8382f03ec70e",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "4c47c2d4-af6b-44d5-84e8-8382f03ec70e",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "f68b1c58-b82d-475a-8987-c8e1e09d8ad1",
"group": {
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "f68b1c58-b82d-475a-8987-c8e1e09d8ad1",
"group": {
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2025-11-03T21:57:01.4899209Z",
"dateTill": "2025-11-03T21:57:01.4899209Z",
"deliveryTypes": [
{
"id": "09739579-752c-4b27-b82b-0d6e7ebb0735",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "09739579-752c-4b27-b82b-0d6e7ebb0735",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "bc6bd60f-3da8-48f9-9561-b52039929f2d",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "ae8ae672-8fd0-4064-982e-ead64b119091",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "ae8ae672-8fd0-4064-982e-ead64b119091",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ae8ae672-8fd0-4064-982e-ead64b119091",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "ed3c167e-0dc9-4792-aa9a-b540008f60ed",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "ed3c167e-0dc9-4792-aa9a-b540008f60ed",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "e3fec958-9d61-4ac1-87b4-870b66996d42",
"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": "4c47c2d4-af6b-44d5-84e8-8382f03ec70e",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "4c47c2d4-af6b-44d5-84e8-8382f03ec70e",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "f68b1c58-b82d-475a-8987-c8e1e09d8ad1",
"group": {
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "f68b1c58-b82d-475a-8987-c8e1e09d8ad1",
"group": {
"id": "3d1348f5-0efd-4bea-bc6a-e74085977b34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "02c6d452-2e3b-41cb-ba27-9c1da53656a9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2025-11-03T21:57:01.4899209Z",
"dateTill": "2025-11-03T21:57:01.4899209Z",
"deliveryTypes": [
{
"id": "09739579-752c-4b27-b82b-0d6e7ebb0735",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "09739579-752c-4b27-b82b-0d6e7ebb0735",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "4c47c2d4-af6b-44d5-84e8-8382f03ec70e",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "4c47c2d4-af6b-44d5-84e8-8382f03ec70e",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2025-11-03T21:57:01.4899209Z",
"createdByUser": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2025-11-03T21:57:01.4899209Z",
"updatedByUser": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "e22dd7bb-c07c-403d-856b-b5f1b0ba9814",
"comment": "sample string 2",
"createdDate": "2025-11-03T21:57:01.4899209Z",
"createdByUser": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "e22dd7bb-c07c-403d-856b-b5f1b0ba9814",
"comment": "sample string 2",
"createdDate": "2025-11-03T21:57:01.4899209Z",
"createdByUser": {
"id": "73f48d67-1024-4adc-ae14-670c2917c1a6",
"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": "2025-11-03T21:57:01.4899209Z",
"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": "723d46b4-710c-4d8e-9ef5-fa2925d9c1b4",
"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.