GET api/tasks/{id}
Метод для получения информации о "Задаче"
Полный URL-адрес запроса: https://sfa-api.ddapp.biz/api/tasks/{id}
Для этого метода требуется авторизация
Информация о запросе
URL параметры
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| id |
Уникальный идентификатор "Задачи" |
globally unique identifier |
Required |
| imageSize |
Размер картинки по умолчанию Big |
ImageSize |
Default value is Big |
| fields |
Список дополнительных полей, которые необходимо вернуть |
string |
Нет |
Тело запроса
Нет параметров в теле запроса
Информация об ответе
TaskModel
| Название | Описание | Тип данных | Дополнительная информация |
|---|---|---|---|
| Id | globally unique identifier |
Нет |
|
| VendorId | string |
Поддерживает сортировку |
|
| Name | string |
Нет |
|
| Description | string |
Нет |
|
| Status | TaskStatusModel |
Нет |
|
| DateFrom | date |
Поддерживает сортировку |
|
| DateTill | date |
Поддерживает сортировку |
|
| Responsible | UserModel |
Нет |
|
| TradeOutlet | TradeOutletModel |
Дополнительное поле |
|
| CreatedDate | date |
Поддерживает сортировку |
|
| CreatedByUser | UserModel |
Дополнительное поле |
|
| CreatedByClientId | string |
Нет |
|
| UpdatedDate | date |
Поддерживает сортировку |
|
| UpdatedByUser | UserModel |
Дополнительное поле |
|
| UpdatedByClientId | string |
Нет |
|
| Comments | Collection of TaskCommentModel |
Дополнительное поле |
|
| Attachments | Collection of string |
Дополнительное поле |
|
| StatusDescription | string |
Нет |
|
| GroupTaskId | globally unique identifier |
Нет |
|
| GroupTaskCount | integer |
Нет |
|
| ConfirmImageRequired | boolean |
Нет |
Форматы ответа
{
"id": "ba8a90dc-d2e5-4d80-ab9f-e3d6d00e82c5",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "c19518e7-db37-44c3-b84a-205d21f80bbf",
"name": "sample string 2"
},
"dateFrom": "2025-12-20T13:05:52.6328636Z",
"dateTill": "2025-12-20T13:05:52.6328636Z",
"responsible": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "c4de8777-2254-40c5-ab40-70df95ad81b1",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "2c1bc05b-cf07-4c60-80e9-6e1f7ef0d6dc",
"location": {
"country": {
"id": "7a768c6f-f896-4428-8197-ab2565dc2058",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "d2b1e4cb-a01c-4ee9-a23f-b7ba8dd1cd1f",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "6d6d755b-45df-4f5d-a3a0-d918cc3b5df3",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "31ef10f9-e43a-4c08-8e81-ba2657af9d62",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "065fab51-3900-4122-b05c-b8255090263c",
"vendorId": "sample string 2",
"type": {
"id": "8dbedfa3-148e-42cd-bfdd-3a1da93da519",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "ade41ecc-1966-4373-af7d-0151f2162154",
"vendorId": "sample string 2",
"type": {
"id": "66c48a2c-ef50-4bac-a988-443a02060946",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "060bff65-85b7-4876-b721-b53869d24bae",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7a768c6f-f896-4428-8197-ab2565dc2058",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "d2b1e4cb-a01c-4ee9-a23f-b7ba8dd1cd1f",
"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": "31321c60-9b16-4ece-946a-367e2d1ead8b",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2025-12-20T13:05:52.6328636Z",
"responsible": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "cf88c32a-ab43-4f0e-8228-255ed56203c5",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "cf88c32a-ab43-4f0e-8228-255ed56203c5",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "5349edf4-7c6d-4866-9761-b1eb04e143cf",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "060bff65-85b7-4876-b721-b53869d24bae",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7a768c6f-f896-4428-8197-ab2565dc2058",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "d2b1e4cb-a01c-4ee9-a23f-b7ba8dd1cd1f",
"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": "7a768c6f-f896-4428-8197-ab2565dc2058",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "d2b1e4cb-a01c-4ee9-a23f-b7ba8dd1cd1f",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "5349edf4-7c6d-4866-9761-b1eb04e143cf",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "060bff65-85b7-4876-b721-b53869d24bae",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7a768c6f-f896-4428-8197-ab2565dc2058",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "d2b1e4cb-a01c-4ee9-a23f-b7ba8dd1cd1f",
"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": "7a768c6f-f896-4428-8197-ab2565dc2058",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "d2b1e4cb-a01c-4ee9-a23f-b7ba8dd1cd1f",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "4077441f-e95a-4189-8aeb-c4839047b4dd",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "4077441f-e95a-4189-8aeb-c4839047b4dd",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "66c96407-3071-4069-8482-6910fa0add27",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "66c96407-3071-4069-8482-6910fa0add27",
"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": "065fab51-3900-4122-b05c-b8255090263c",
"vendorId": "sample string 2",
"type": {
"id": "8dbedfa3-148e-42cd-bfdd-3a1da93da519",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "ade41ecc-1966-4373-af7d-0151f2162154",
"vendorId": "sample string 2",
"type": {
"id": "66c48a2c-ef50-4bac-a988-443a02060946",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "060bff65-85b7-4876-b721-b53869d24bae",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7a768c6f-f896-4428-8197-ab2565dc2058",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "d2b1e4cb-a01c-4ee9-a23f-b7ba8dd1cd1f",
"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": "31321c60-9b16-4ece-946a-367e2d1ead8b",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2025-12-20T13:05:52.6328636Z",
"responsible": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "cf88c32a-ab43-4f0e-8228-255ed56203c5",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "cf88c32a-ab43-4f0e-8228-255ed56203c5",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "5349edf4-7c6d-4866-9761-b1eb04e143cf",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "060bff65-85b7-4876-b721-b53869d24bae",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7a768c6f-f896-4428-8197-ab2565dc2058",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "d2b1e4cb-a01c-4ee9-a23f-b7ba8dd1cd1f",
"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": "7a768c6f-f896-4428-8197-ab2565dc2058",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "d2b1e4cb-a01c-4ee9-a23f-b7ba8dd1cd1f",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "5349edf4-7c6d-4866-9761-b1eb04e143cf",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "060bff65-85b7-4876-b721-b53869d24bae",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7a768c6f-f896-4428-8197-ab2565dc2058",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "d2b1e4cb-a01c-4ee9-a23f-b7ba8dd1cd1f",
"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": "7a768c6f-f896-4428-8197-ab2565dc2058",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "d2b1e4cb-a01c-4ee9-a23f-b7ba8dd1cd1f",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "4077441f-e95a-4189-8aeb-c4839047b4dd",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "4077441f-e95a-4189-8aeb-c4839047b4dd",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "66c96407-3071-4069-8482-6910fa0add27",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "66c96407-3071-4069-8482-6910fa0add27",
"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": "6f4b1e32-3e0d-457e-b5d5-1a9bf8964796",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "9049dddb-303c-42ad-9681-6b74321477d9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "9049dddb-303c-42ad-9681-6b74321477d9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "9049dddb-303c-42ad-9681-6b74321477d9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "3803fc03-72d3-4568-9cf7-1c901db9000c",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "031f097b-c091-48c8-a05e-50fa1d8c712d",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "031f097b-c091-48c8-a05e-50fa1d8c712d",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "3803fc03-72d3-4568-9cf7-1c901db9000c",
"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": "3803fc03-72d3-4568-9cf7-1c901db9000c",
"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": "3803fc03-72d3-4568-9cf7-1c901db9000c",
"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": "3803fc03-72d3-4568-9cf7-1c901db9000c",
"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": "b167925b-1daa-4210-8008-28bd35a09bd8",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "b167925b-1daa-4210-8008-28bd35a09bd8",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "0af961f4-e6ff-45c9-80a5-adb28f2491f8",
"group": {
"id": "66c96407-3071-4069-8482-6910fa0add27",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "4077441f-e95a-4189-8aeb-c4839047b4dd",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "0af961f4-e6ff-45c9-80a5-adb28f2491f8",
"group": {
"id": "66c96407-3071-4069-8482-6910fa0add27",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "4077441f-e95a-4189-8aeb-c4839047b4dd",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2025-12-20T13:05:52.6328636Z",
"dateTill": "2025-12-20T13:05:52.6328636Z",
"deliveryTypes": [
{
"id": "b08f0949-80b6-4f8b-98a3-a8b228e13668",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "b08f0949-80b6-4f8b-98a3-a8b228e13668",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "6f4b1e32-3e0d-457e-b5d5-1a9bf8964796",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "9049dddb-303c-42ad-9681-6b74321477d9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "9049dddb-303c-42ad-9681-6b74321477d9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "9049dddb-303c-42ad-9681-6b74321477d9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "3803fc03-72d3-4568-9cf7-1c901db9000c",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "031f097b-c091-48c8-a05e-50fa1d8c712d",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "031f097b-c091-48c8-a05e-50fa1d8c712d",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "3803fc03-72d3-4568-9cf7-1c901db9000c",
"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": "3803fc03-72d3-4568-9cf7-1c901db9000c",
"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": "3803fc03-72d3-4568-9cf7-1c901db9000c",
"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": "3803fc03-72d3-4568-9cf7-1c901db9000c",
"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": "b167925b-1daa-4210-8008-28bd35a09bd8",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "b167925b-1daa-4210-8008-28bd35a09bd8",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "0af961f4-e6ff-45c9-80a5-adb28f2491f8",
"group": {
"id": "66c96407-3071-4069-8482-6910fa0add27",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "4077441f-e95a-4189-8aeb-c4839047b4dd",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "0af961f4-e6ff-45c9-80a5-adb28f2491f8",
"group": {
"id": "66c96407-3071-4069-8482-6910fa0add27",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "4077441f-e95a-4189-8aeb-c4839047b4dd",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2025-12-20T13:05:52.6328636Z",
"dateTill": "2025-12-20T13:05:52.6328636Z",
"deliveryTypes": [
{
"id": "b08f0949-80b6-4f8b-98a3-a8b228e13668",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "b08f0949-80b6-4f8b-98a3-a8b228e13668",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "b167925b-1daa-4210-8008-28bd35a09bd8",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "b167925b-1daa-4210-8008-28bd35a09bd8",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2025-12-20T13:05:52.6328636Z",
"createdByUser": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2025-12-20T13:05:52.6328636Z",
"updatedByUser": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "8ed2e752-9b78-4f72-bcc9-6505aac333ab",
"comment": "sample string 2",
"createdDate": "2025-12-20T13:05:52.6328636Z",
"createdByUser": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "8ed2e752-9b78-4f72-bcc9-6505aac333ab",
"comment": "sample string 2",
"createdDate": "2025-12-20T13:05:52.6328636Z",
"createdByUser": {
"id": "b12b2338-1fe7-48f5-947a-de70b90f26fc",
"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-12-20T13:05:52.6328636Z",
"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": "296fba34-c4ee-41ac-b856-a8e539f8bc3a",
"groupTaskCount": 1,
"confirmImageRequired": true
}
Sample not available.
Sample not available.