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": "476b8f11-709d-4a4a-a2e9-a5358d86e63f",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "d723f4f8-045d-45f9-9d8e-ee7258926c47",
"name": "sample string 2"
},
"dateFrom": "2026-02-04T02:29:04.6511242Z",
"dateTill": "2026-02-04T02:29:04.6511242Z",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "154583f5-4c6a-47a3-96fa-82a0500d8281",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "5151cdf2-6ae4-42b9-94e3-ad7d1f01ce2b",
"location": {
"country": {
"id": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "51579703-3c4e-4751-9e41-f73739ff71b3",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "f2d6b3d9-e121-40c6-bee4-7d726b18dc6b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "b0132a46-86c9-4d28-83be-7312155f9cd1",
"vendorId": "sample string 2",
"type": {
"id": "f782c18a-8656-4cbb-a226-fb60571b81f7",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "721795a3-2fc7-4d68-a81d-63d50688b6eb",
"vendorId": "sample string 2",
"type": {
"id": "e8baaa24-33ae-4140-a71e-e6f3bca57314",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "7e0dffa0-cf83-44c8-8256-535c774dad6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"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": "d4191ce4-e5c2-439e-88bf-4d12928dab17",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-02-04T02:29:04.6511242Z",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "ceb73baf-daa6-429f-a56a-0cdfb51e390c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "ceb73baf-daa6-429f-a56a-0cdfb51e390c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "7fe50c6c-2a1b-45b5-b201-953152448e02",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "7e0dffa0-cf83-44c8-8256-535c774dad6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"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": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "7fe50c6c-2a1b-45b5-b201-953152448e02",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "7e0dffa0-cf83-44c8-8256-535c774dad6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"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": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"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": "b0132a46-86c9-4d28-83be-7312155f9cd1",
"vendorId": "sample string 2",
"type": {
"id": "f782c18a-8656-4cbb-a226-fb60571b81f7",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "721795a3-2fc7-4d68-a81d-63d50688b6eb",
"vendorId": "sample string 2",
"type": {
"id": "e8baaa24-33ae-4140-a71e-e6f3bca57314",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "7e0dffa0-cf83-44c8-8256-535c774dad6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"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": "d4191ce4-e5c2-439e-88bf-4d12928dab17",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-02-04T02:29:04.6511242Z",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "ceb73baf-daa6-429f-a56a-0cdfb51e390c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "ceb73baf-daa6-429f-a56a-0cdfb51e390c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "7fe50c6c-2a1b-45b5-b201-953152448e02",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "7e0dffa0-cf83-44c8-8256-535c774dad6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"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": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "7fe50c6c-2a1b-45b5-b201-953152448e02",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "7e0dffa0-cf83-44c8-8256-535c774dad6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"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": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"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": "b988742a-5287-4c70-b8ae-2668eef555f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "172e882e-269d-4bc2-b1d8-04e470f892a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "172e882e-269d-4bc2-b1d8-04e470f892a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "172e882e-269d-4bc2-b1d8-04e470f892a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "dbbefa1e-6986-4811-822e-1ae68499695b",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "5149ec40-a423-4d6c-a005-08e64198d009",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "5149ec40-a423-4d6c-a005-08e64198d009",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "bf31c6d5-9b23-4c21-8e04-ef89e5c450e0",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "bf31c6d5-9b23-4c21-8e04-ef89e5c450e0",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "f235775c-e6f7-4992-9b08-025e389de560",
"group": {
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "f235775c-e6f7-4992-9b08-025e389de560",
"group": {
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-02-04T02:29:04.6511242Z",
"dateTill": "2026-02-04T02:29:04.6511242Z",
"deliveryTypes": [
{
"id": "7aed6bc9-34f6-4ff3-8794-f1acc7f3b98c",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "7aed6bc9-34f6-4ff3-8794-f1acc7f3b98c",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "b988742a-5287-4c70-b8ae-2668eef555f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "172e882e-269d-4bc2-b1d8-04e470f892a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "172e882e-269d-4bc2-b1d8-04e470f892a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "172e882e-269d-4bc2-b1d8-04e470f892a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "dbbefa1e-6986-4811-822e-1ae68499695b",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "5149ec40-a423-4d6c-a005-08e64198d009",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "5149ec40-a423-4d6c-a005-08e64198d009",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "bf31c6d5-9b23-4c21-8e04-ef89e5c450e0",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "bf31c6d5-9b23-4c21-8e04-ef89e5c450e0",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "f235775c-e6f7-4992-9b08-025e389de560",
"group": {
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "f235775c-e6f7-4992-9b08-025e389de560",
"group": {
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-02-04T02:29:04.6511242Z",
"dateTill": "2026-02-04T02:29:04.6511242Z",
"deliveryTypes": [
{
"id": "7aed6bc9-34f6-4ff3-8794-f1acc7f3b98c",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "7aed6bc9-34f6-4ff3-8794-f1acc7f3b98c",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "bf31c6d5-9b23-4c21-8e04-ef89e5c450e0",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "bf31c6d5-9b23-4c21-8e04-ef89e5c450e0",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2026-02-04T02:29:04.6511242Z",
"createdByUser": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2026-02-04T02:29:04.6511242Z",
"updatedByUser": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "25fa1f55-8917-4083-9db1-ac33c67bfd33",
"comment": "sample string 2",
"createdDate": "2026-02-04T02:29:04.6511242Z",
"createdByUser": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "25fa1f55-8917-4083-9db1-ac33c67bfd33",
"comment": "sample string 2",
"createdDate": "2026-02-04T02:29:04.6511242Z",
"createdByUser": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"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": "140ae811-e826-4ec8-9780-e05b6ffade98",
"groupTaskCount": 1,
"confirmImageRequired": true
},
{
"id": "476b8f11-709d-4a4a-a2e9-a5358d86e63f",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "d723f4f8-045d-45f9-9d8e-ee7258926c47",
"name": "sample string 2"
},
"dateFrom": "2026-02-04T02:29:04.6511242Z",
"dateTill": "2026-02-04T02:29:04.6511242Z",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "154583f5-4c6a-47a3-96fa-82a0500d8281",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "5151cdf2-6ae4-42b9-94e3-ad7d1f01ce2b",
"location": {
"country": {
"id": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "51579703-3c4e-4751-9e41-f73739ff71b3",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "f2d6b3d9-e121-40c6-bee4-7d726b18dc6b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "b0132a46-86c9-4d28-83be-7312155f9cd1",
"vendorId": "sample string 2",
"type": {
"id": "f782c18a-8656-4cbb-a226-fb60571b81f7",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "721795a3-2fc7-4d68-a81d-63d50688b6eb",
"vendorId": "sample string 2",
"type": {
"id": "e8baaa24-33ae-4140-a71e-e6f3bca57314",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "7e0dffa0-cf83-44c8-8256-535c774dad6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"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": "d4191ce4-e5c2-439e-88bf-4d12928dab17",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-02-04T02:29:04.6511242Z",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "ceb73baf-daa6-429f-a56a-0cdfb51e390c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "ceb73baf-daa6-429f-a56a-0cdfb51e390c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "7fe50c6c-2a1b-45b5-b201-953152448e02",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "7e0dffa0-cf83-44c8-8256-535c774dad6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"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": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "7fe50c6c-2a1b-45b5-b201-953152448e02",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "7e0dffa0-cf83-44c8-8256-535c774dad6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"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": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"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": "b0132a46-86c9-4d28-83be-7312155f9cd1",
"vendorId": "sample string 2",
"type": {
"id": "f782c18a-8656-4cbb-a226-fb60571b81f7",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "721795a3-2fc7-4d68-a81d-63d50688b6eb",
"vendorId": "sample string 2",
"type": {
"id": "e8baaa24-33ae-4140-a71e-e6f3bca57314",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "7e0dffa0-cf83-44c8-8256-535c774dad6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"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": "d4191ce4-e5c2-439e-88bf-4d12928dab17",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-02-04T02:29:04.6511242Z",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "ceb73baf-daa6-429f-a56a-0cdfb51e390c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "ceb73baf-daa6-429f-a56a-0cdfb51e390c",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "7fe50c6c-2a1b-45b5-b201-953152448e02",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "7e0dffa0-cf83-44c8-8256-535c774dad6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"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": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "7fe50c6c-2a1b-45b5-b201-953152448e02",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "7e0dffa0-cf83-44c8-8256-535c774dad6e",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"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": "2dfad535-0210-4662-bc1a-b2d127ddb97e",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "dfa53f82-6931-4d6f-827a-9f879ae93459",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"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": "b988742a-5287-4c70-b8ae-2668eef555f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "172e882e-269d-4bc2-b1d8-04e470f892a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "172e882e-269d-4bc2-b1d8-04e470f892a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "172e882e-269d-4bc2-b1d8-04e470f892a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "dbbefa1e-6986-4811-822e-1ae68499695b",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "5149ec40-a423-4d6c-a005-08e64198d009",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "5149ec40-a423-4d6c-a005-08e64198d009",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "bf31c6d5-9b23-4c21-8e04-ef89e5c450e0",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "bf31c6d5-9b23-4c21-8e04-ef89e5c450e0",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "f235775c-e6f7-4992-9b08-025e389de560",
"group": {
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "f235775c-e6f7-4992-9b08-025e389de560",
"group": {
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-02-04T02:29:04.6511242Z",
"dateTill": "2026-02-04T02:29:04.6511242Z",
"deliveryTypes": [
{
"id": "7aed6bc9-34f6-4ff3-8794-f1acc7f3b98c",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "7aed6bc9-34f6-4ff3-8794-f1acc7f3b98c",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "b988742a-5287-4c70-b8ae-2668eef555f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "172e882e-269d-4bc2-b1d8-04e470f892a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "172e882e-269d-4bc2-b1d8-04e470f892a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "172e882e-269d-4bc2-b1d8-04e470f892a1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "dbbefa1e-6986-4811-822e-1ae68499695b",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "5149ec40-a423-4d6c-a005-08e64198d009",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "5149ec40-a423-4d6c-a005-08e64198d009",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "dbbefa1e-6986-4811-822e-1ae68499695b",
"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": "bf31c6d5-9b23-4c21-8e04-ef89e5c450e0",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "bf31c6d5-9b23-4c21-8e04-ef89e5c450e0",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "f235775c-e6f7-4992-9b08-025e389de560",
"group": {
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "f235775c-e6f7-4992-9b08-025e389de560",
"group": {
"id": "b26f4aee-047f-4d97-9bf6-75d1a3d112f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "8e6d0710-ff7e-4ec3-8b1c-cec011d48172",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-02-04T02:29:04.6511242Z",
"dateTill": "2026-02-04T02:29:04.6511242Z",
"deliveryTypes": [
{
"id": "7aed6bc9-34f6-4ff3-8794-f1acc7f3b98c",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "7aed6bc9-34f6-4ff3-8794-f1acc7f3b98c",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "bf31c6d5-9b23-4c21-8e04-ef89e5c450e0",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "bf31c6d5-9b23-4c21-8e04-ef89e5c450e0",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2026-02-04T02:29:04.6511242Z",
"createdByUser": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2026-02-04T02:29:04.6511242Z",
"updatedByUser": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "25fa1f55-8917-4083-9db1-ac33c67bfd33",
"comment": "sample string 2",
"createdDate": "2026-02-04T02:29:04.6511242Z",
"createdByUser": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "25fa1f55-8917-4083-9db1-ac33c67bfd33",
"comment": "sample string 2",
"createdDate": "2026-02-04T02:29:04.6511242Z",
"createdByUser": {
"id": "542e0ba2-f64e-4692-8db9-5b1aae28844d",
"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-02-04T02:29:04.6511242Z",
"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": "140ae811-e826-4ec8-9780-e05b6ffade98",
"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.