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": "2a658894-93c9-4c39-9d1c-6a44034a16ea",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "07b9ac1b-bf43-430c-822c-e12309861929",
"name": "sample string 2"
},
"dateFrom": "2026-03-21T06:37:20.4858972Z",
"dateTill": "2026-03-21T06:37:20.4858972Z",
"responsible": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "0f4a24d1-76a3-4307-b36d-f3d46476ccdf",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "2d3389c4-90bb-4ded-a40f-f8d7a449011a",
"location": {
"country": {
"id": "628780d9-d698-465a-8326-4a726ee70632",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "a8a9d32a-8c80-404e-8157-88a7c42cccb0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "f2677f5c-f4b0-470b-913f-acbcd406e07c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "ad17c59a-ae41-4057-92b4-217c2a6a74d1",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "bf4bad2c-d065-47b0-8a3e-0715cfc9d90e",
"vendorId": "sample string 2",
"type": {
"id": "21d257c2-29a1-4d21-a9c2-dba8fe6362c7",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "0bb3ceef-a891-4103-bd6e-04dd7b35dade",
"vendorId": "sample string 2",
"type": {
"id": "9d71123f-4a05-4b88-9358-e10a2a2164f4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "6f470a3c-fea9-416d-914f-075093922826",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "628780d9-d698-465a-8326-4a726ee70632",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "a8a9d32a-8c80-404e-8157-88a7c42cccb0",
"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": "95b89aa2-2ac1-4198-a1a4-e5c740ccf94f",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-03-21T06:37:20.5014936Z",
"responsible": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "45f2070f-b121-4578-b11f-7065f32a6788",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "45f2070f-b121-4578-b11f-7065f32a6788",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "d2445c86-fb45-486f-8667-72c0f5e6e4b1",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "6f470a3c-fea9-416d-914f-075093922826",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "628780d9-d698-465a-8326-4a726ee70632",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "a8a9d32a-8c80-404e-8157-88a7c42cccb0",
"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": "628780d9-d698-465a-8326-4a726ee70632",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "a8a9d32a-8c80-404e-8157-88a7c42cccb0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "d2445c86-fb45-486f-8667-72c0f5e6e4b1",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "6f470a3c-fea9-416d-914f-075093922826",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "628780d9-d698-465a-8326-4a726ee70632",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "a8a9d32a-8c80-404e-8157-88a7c42cccb0",
"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": "628780d9-d698-465a-8326-4a726ee70632",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "a8a9d32a-8c80-404e-8157-88a7c42cccb0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "9899129c-06fb-4711-8326-c676ab6c532e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "9899129c-06fb-4711-8326-c676ab6c532e",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "547ef89e-9383-408c-9b1f-6e2047185741",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "547ef89e-9383-408c-9b1f-6e2047185741",
"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": "bf4bad2c-d065-47b0-8a3e-0715cfc9d90e",
"vendorId": "sample string 2",
"type": {
"id": "21d257c2-29a1-4d21-a9c2-dba8fe6362c7",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "0bb3ceef-a891-4103-bd6e-04dd7b35dade",
"vendorId": "sample string 2",
"type": {
"id": "9d71123f-4a05-4b88-9358-e10a2a2164f4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "6f470a3c-fea9-416d-914f-075093922826",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "628780d9-d698-465a-8326-4a726ee70632",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "a8a9d32a-8c80-404e-8157-88a7c42cccb0",
"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": "95b89aa2-2ac1-4198-a1a4-e5c740ccf94f",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-03-21T06:37:20.5014936Z",
"responsible": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "45f2070f-b121-4578-b11f-7065f32a6788",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "45f2070f-b121-4578-b11f-7065f32a6788",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "d2445c86-fb45-486f-8667-72c0f5e6e4b1",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "6f470a3c-fea9-416d-914f-075093922826",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "628780d9-d698-465a-8326-4a726ee70632",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "a8a9d32a-8c80-404e-8157-88a7c42cccb0",
"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": "628780d9-d698-465a-8326-4a726ee70632",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "a8a9d32a-8c80-404e-8157-88a7c42cccb0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "d2445c86-fb45-486f-8667-72c0f5e6e4b1",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "6f470a3c-fea9-416d-914f-075093922826",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "628780d9-d698-465a-8326-4a726ee70632",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "a8a9d32a-8c80-404e-8157-88a7c42cccb0",
"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": "628780d9-d698-465a-8326-4a726ee70632",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "a8a9d32a-8c80-404e-8157-88a7c42cccb0",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "9899129c-06fb-4711-8326-c676ab6c532e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "9899129c-06fb-4711-8326-c676ab6c532e",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "547ef89e-9383-408c-9b1f-6e2047185741",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "547ef89e-9383-408c-9b1f-6e2047185741",
"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": "77353be5-298a-46ac-b889-30bc5bae3741",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "47916e61-0f43-40fc-b6c0-5860c13445e1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "47916e61-0f43-40fc-b6c0-5860c13445e1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "47916e61-0f43-40fc-b6c0-5860c13445e1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "5bfbb9a7-72b6-48dd-a7bf-6ddb8dde5ad2",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "e1550f02-259a-46be-929b-5fc1ade03dee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "e1550f02-259a-46be-929b-5fc1ade03dee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "5bfbb9a7-72b6-48dd-a7bf-6ddb8dde5ad2",
"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": "5bfbb9a7-72b6-48dd-a7bf-6ddb8dde5ad2",
"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": "5bfbb9a7-72b6-48dd-a7bf-6ddb8dde5ad2",
"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": "5bfbb9a7-72b6-48dd-a7bf-6ddb8dde5ad2",
"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": "4ba98d92-ab8d-4336-9554-2f391732276b",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "4ba98d92-ab8d-4336-9554-2f391732276b",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "3b0747d1-3f5d-4ce3-a510-4902c208d1ef",
"group": {
"id": "547ef89e-9383-408c-9b1f-6e2047185741",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "9899129c-06fb-4711-8326-c676ab6c532e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "3b0747d1-3f5d-4ce3-a510-4902c208d1ef",
"group": {
"id": "547ef89e-9383-408c-9b1f-6e2047185741",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "9899129c-06fb-4711-8326-c676ab6c532e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:37:20.5014936Z",
"dateTill": "2026-03-21T06:37:20.5014936Z",
"deliveryTypes": [
{
"id": "91902618-83cd-43ce-b8a7-e297bf62252d",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "91902618-83cd-43ce-b8a7-e297bf62252d",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "77353be5-298a-46ac-b889-30bc5bae3741",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "47916e61-0f43-40fc-b6c0-5860c13445e1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "47916e61-0f43-40fc-b6c0-5860c13445e1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "47916e61-0f43-40fc-b6c0-5860c13445e1",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "5bfbb9a7-72b6-48dd-a7bf-6ddb8dde5ad2",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "e1550f02-259a-46be-929b-5fc1ade03dee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "e1550f02-259a-46be-929b-5fc1ade03dee",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "5bfbb9a7-72b6-48dd-a7bf-6ddb8dde5ad2",
"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": "5bfbb9a7-72b6-48dd-a7bf-6ddb8dde5ad2",
"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": "5bfbb9a7-72b6-48dd-a7bf-6ddb8dde5ad2",
"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": "5bfbb9a7-72b6-48dd-a7bf-6ddb8dde5ad2",
"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": "4ba98d92-ab8d-4336-9554-2f391732276b",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "4ba98d92-ab8d-4336-9554-2f391732276b",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "3b0747d1-3f5d-4ce3-a510-4902c208d1ef",
"group": {
"id": "547ef89e-9383-408c-9b1f-6e2047185741",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "9899129c-06fb-4711-8326-c676ab6c532e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "3b0747d1-3f5d-4ce3-a510-4902c208d1ef",
"group": {
"id": "547ef89e-9383-408c-9b1f-6e2047185741",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "9899129c-06fb-4711-8326-c676ab6c532e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-03-21T06:37:20.5014936Z",
"dateTill": "2026-03-21T06:37:20.5014936Z",
"deliveryTypes": [
{
"id": "91902618-83cd-43ce-b8a7-e297bf62252d",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "91902618-83cd-43ce-b8a7-e297bf62252d",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "4ba98d92-ab8d-4336-9554-2f391732276b",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "4ba98d92-ab8d-4336-9554-2f391732276b",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2026-03-21T06:37:20.5014936Z",
"createdByUser": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2026-03-21T06:37:20.5014936Z",
"updatedByUser": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "f216a25b-84b4-4404-8dad-10592dd1ff49",
"comment": "sample string 2",
"createdDate": "2026-03-21T06:37:20.5014936Z",
"createdByUser": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "f216a25b-84b4-4404-8dad-10592dd1ff49",
"comment": "sample string 2",
"createdDate": "2026-03-21T06:37:20.5014936Z",
"createdByUser": {
"id": "af026475-7a49-4ce4-b353-fc589c5f6cd6",
"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-03-21T06:37:20.4858972Z",
"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": "d87ccad4-a8fa-45ad-9e71-0a66b7719a05",
"groupTaskCount": 1,
"confirmImageRequired": true
}
Sample not available.
Sample not available.