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": "b7b610aa-286f-46cc-a158-2c91af553083",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "13b100a6-3c79-4d88-bd2a-9e4b9dd15a1d",
"name": "sample string 2"
},
"dateFrom": "2026-05-05T06:52:16.0267209Z",
"dateTill": "2026-05-05T06:52:16.0267209Z",
"responsible": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "d90e955c-57f8-4c09-9d2e-d99eaf7b2890",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "1e343361-7d9d-41c1-8be2-fc6e273e294d",
"location": {
"country": {
"id": "3efebdfc-1c45-4814-a8bd-3dd1e3c3655f",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "fe62f341-5946-4d8b-a1e6-7e5b46c2d834",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "8e826352-4132-4668-b48d-da620cdfad6b",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "a964705c-d400-44d4-a582-d5219630de88",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "429a9425-da5b-4078-8453-ce439fbf4035",
"vendorId": "sample string 2",
"type": {
"id": "e91e5f5b-c047-478d-81e1-6e0ffa07d4b9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "f9d4c38c-9951-42e4-9b2f-4c9c5919bfcd",
"vendorId": "sample string 2",
"type": {
"id": "b204c588-e932-4ffb-a9d7-549e48f10526",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "3c54aadf-d673-422c-b7cb-b85033d8501c",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "3efebdfc-1c45-4814-a8bd-3dd1e3c3655f",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "fe62f341-5946-4d8b-a1e6-7e5b46c2d834",
"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": "01659c80-fdea-42af-846b-e029fbb6aec4",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-05-05T06:52:16.0267209Z",
"responsible": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "1e804f5c-ed82-48b3-9bce-d5a2c08e6875",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "1e804f5c-ed82-48b3-9bce-d5a2c08e6875",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "b5d808e8-8850-4c73-aa87-06937af090ee",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "3c54aadf-d673-422c-b7cb-b85033d8501c",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "3efebdfc-1c45-4814-a8bd-3dd1e3c3655f",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "fe62f341-5946-4d8b-a1e6-7e5b46c2d834",
"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": "3efebdfc-1c45-4814-a8bd-3dd1e3c3655f",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "fe62f341-5946-4d8b-a1e6-7e5b46c2d834",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "b5d808e8-8850-4c73-aa87-06937af090ee",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "3c54aadf-d673-422c-b7cb-b85033d8501c",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "3efebdfc-1c45-4814-a8bd-3dd1e3c3655f",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "fe62f341-5946-4d8b-a1e6-7e5b46c2d834",
"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": "3efebdfc-1c45-4814-a8bd-3dd1e3c3655f",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "fe62f341-5946-4d8b-a1e6-7e5b46c2d834",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "6310041a-fa4a-4d94-adc6-eeba55622f9e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "6310041a-fa4a-4d94-adc6-eeba55622f9e",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "ea266d54-82a9-45c4-95e4-9c26bdb6ae34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "ea266d54-82a9-45c4-95e4-9c26bdb6ae34",
"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": "429a9425-da5b-4078-8453-ce439fbf4035",
"vendorId": "sample string 2",
"type": {
"id": "e91e5f5b-c047-478d-81e1-6e0ffa07d4b9",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "f9d4c38c-9951-42e4-9b2f-4c9c5919bfcd",
"vendorId": "sample string 2",
"type": {
"id": "b204c588-e932-4ffb-a9d7-549e48f10526",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "3c54aadf-d673-422c-b7cb-b85033d8501c",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "3efebdfc-1c45-4814-a8bd-3dd1e3c3655f",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "fe62f341-5946-4d8b-a1e6-7e5b46c2d834",
"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": "01659c80-fdea-42af-846b-e029fbb6aec4",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-05-05T06:52:16.0267209Z",
"responsible": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "1e804f5c-ed82-48b3-9bce-d5a2c08e6875",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "1e804f5c-ed82-48b3-9bce-d5a2c08e6875",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "b5d808e8-8850-4c73-aa87-06937af090ee",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "3c54aadf-d673-422c-b7cb-b85033d8501c",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "3efebdfc-1c45-4814-a8bd-3dd1e3c3655f",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "fe62f341-5946-4d8b-a1e6-7e5b46c2d834",
"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": "3efebdfc-1c45-4814-a8bd-3dd1e3c3655f",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "fe62f341-5946-4d8b-a1e6-7e5b46c2d834",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "b5d808e8-8850-4c73-aa87-06937af090ee",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "3c54aadf-d673-422c-b7cb-b85033d8501c",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "3efebdfc-1c45-4814-a8bd-3dd1e3c3655f",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "fe62f341-5946-4d8b-a1e6-7e5b46c2d834",
"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": "3efebdfc-1c45-4814-a8bd-3dd1e3c3655f",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "fe62f341-5946-4d8b-a1e6-7e5b46c2d834",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "6310041a-fa4a-4d94-adc6-eeba55622f9e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "6310041a-fa4a-4d94-adc6-eeba55622f9e",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "ea266d54-82a9-45c4-95e4-9c26bdb6ae34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "ea266d54-82a9-45c4-95e4-9c26bdb6ae34",
"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": "a9478d61-b75a-45de-b55f-d0ebe7c75f99",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "62e05975-5a29-4763-8ebd-8c3bdcb68620",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "62e05975-5a29-4763-8ebd-8c3bdcb68620",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "62e05975-5a29-4763-8ebd-8c3bdcb68620",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "cab4b87e-6b84-4fd6-8b2c-ad47de285a7b",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "f7784b56-df11-4db5-bbdd-249b4bd8a43e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "f7784b56-df11-4db5-bbdd-249b4bd8a43e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "cab4b87e-6b84-4fd6-8b2c-ad47de285a7b",
"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": "cab4b87e-6b84-4fd6-8b2c-ad47de285a7b",
"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": "cab4b87e-6b84-4fd6-8b2c-ad47de285a7b",
"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": "cab4b87e-6b84-4fd6-8b2c-ad47de285a7b",
"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": "25a116ec-890d-45e0-baa4-f377fbe76ecc",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "25a116ec-890d-45e0-baa4-f377fbe76ecc",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "3ebb5035-9681-4972-b449-47189b038d14",
"group": {
"id": "ea266d54-82a9-45c4-95e4-9c26bdb6ae34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "6310041a-fa4a-4d94-adc6-eeba55622f9e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "3ebb5035-9681-4972-b449-47189b038d14",
"group": {
"id": "ea266d54-82a9-45c4-95e4-9c26bdb6ae34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "6310041a-fa4a-4d94-adc6-eeba55622f9e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T06:52:16.0267209Z",
"dateTill": "2026-05-05T06:52:16.0267209Z",
"deliveryTypes": [
{
"id": "cab82046-01e1-4466-917c-e6b77b4f7065",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "cab82046-01e1-4466-917c-e6b77b4f7065",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "a9478d61-b75a-45de-b55f-d0ebe7c75f99",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "62e05975-5a29-4763-8ebd-8c3bdcb68620",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "62e05975-5a29-4763-8ebd-8c3bdcb68620",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "62e05975-5a29-4763-8ebd-8c3bdcb68620",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "cab4b87e-6b84-4fd6-8b2c-ad47de285a7b",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "f7784b56-df11-4db5-bbdd-249b4bd8a43e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "f7784b56-df11-4db5-bbdd-249b4bd8a43e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "cab4b87e-6b84-4fd6-8b2c-ad47de285a7b",
"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": "cab4b87e-6b84-4fd6-8b2c-ad47de285a7b",
"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": "cab4b87e-6b84-4fd6-8b2c-ad47de285a7b",
"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": "cab4b87e-6b84-4fd6-8b2c-ad47de285a7b",
"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": "25a116ec-890d-45e0-baa4-f377fbe76ecc",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "25a116ec-890d-45e0-baa4-f377fbe76ecc",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "3ebb5035-9681-4972-b449-47189b038d14",
"group": {
"id": "ea266d54-82a9-45c4-95e4-9c26bdb6ae34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "6310041a-fa4a-4d94-adc6-eeba55622f9e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "3ebb5035-9681-4972-b449-47189b038d14",
"group": {
"id": "ea266d54-82a9-45c4-95e4-9c26bdb6ae34",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "6310041a-fa4a-4d94-adc6-eeba55622f9e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-05-05T06:52:16.0267209Z",
"dateTill": "2026-05-05T06:52:16.0267209Z",
"deliveryTypes": [
{
"id": "cab82046-01e1-4466-917c-e6b77b4f7065",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "cab82046-01e1-4466-917c-e6b77b4f7065",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "25a116ec-890d-45e0-baa4-f377fbe76ecc",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "25a116ec-890d-45e0-baa4-f377fbe76ecc",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2026-05-05T06:52:16.0267209Z",
"createdByUser": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2026-05-05T06:52:16.0267209Z",
"updatedByUser": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "36365d1f-4e12-4d57-a91d-5a9b6eeb293c",
"comment": "sample string 2",
"createdDate": "2026-05-05T06:52:16.0267209Z",
"createdByUser": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "36365d1f-4e12-4d57-a91d-5a9b6eeb293c",
"comment": "sample string 2",
"createdDate": "2026-05-05T06:52:16.0267209Z",
"createdByUser": {
"id": "287c9d5b-dd2f-43f0-b8d8-04b34e6aa813",
"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-05-05T06:52:16.0267209Z",
"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": "2ebe23bc-09a1-4de7-a101-cf76d2605da7",
"groupTaskCount": 1,
"confirmImageRequired": true
}
Sample not available.
Sample not available.