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": "38cc45ba-c33f-4f10-960f-8406c6d03a4c",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "d6ae98be-00c2-41ab-8e2b-341f19011ad7",
"name": "sample string 2"
},
"dateFrom": "2026-08-04T21:56:55.9945001Z",
"dateTill": "2026-08-04T21:56:55.9945001Z",
"responsible": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "ba8eade9-8dc5-4809-9485-3bdb3d0eda8e",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "aa004bcc-fc62-42c3-9df5-f4cb7f286333",
"location": {
"country": {
"id": "238c1097-8dd6-4f6d-965f-dcd8a399c25b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "bca07047-cebf-4fdc-b2ba-87b98d0ea2d4",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "ec19d9a7-2a35-47f7-b0ad-4b24d08a9ed6",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "b21bdc32-114b-4c26-82f7-4cd9a369cc35",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "f4c7d251-0126-4cf0-ab76-39d4db458d61",
"vendorId": "sample string 2",
"type": {
"id": "dc4814f4-4f5b-476b-91ae-772588e9ac80",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "57e88b2c-3a67-4eb5-8451-2136c360eecd",
"vendorId": "sample string 2",
"type": {
"id": "3ec4d56e-b2be-4133-8e95-c715e07cad35",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "549a267e-7a6b-4927-ab62-d5ac1346b5b5",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "238c1097-8dd6-4f6d-965f-dcd8a399c25b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "bca07047-cebf-4fdc-b2ba-87b98d0ea2d4",
"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": "adaf4886-344c-48b7-ba70-89e4efa89b51",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:56:55.9945001Z",
"responsible": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "d3c6fb57-0ee9-4ae8-983c-e849eebd0699",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "d3c6fb57-0ee9-4ae8-983c-e849eebd0699",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "487a0bae-0173-43a0-9d7f-ff1f63013a4f",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "549a267e-7a6b-4927-ab62-d5ac1346b5b5",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "238c1097-8dd6-4f6d-965f-dcd8a399c25b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "bca07047-cebf-4fdc-b2ba-87b98d0ea2d4",
"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": "238c1097-8dd6-4f6d-965f-dcd8a399c25b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "bca07047-cebf-4fdc-b2ba-87b98d0ea2d4",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "487a0bae-0173-43a0-9d7f-ff1f63013a4f",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "549a267e-7a6b-4927-ab62-d5ac1346b5b5",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "238c1097-8dd6-4f6d-965f-dcd8a399c25b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "bca07047-cebf-4fdc-b2ba-87b98d0ea2d4",
"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": "238c1097-8dd6-4f6d-965f-dcd8a399c25b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "bca07047-cebf-4fdc-b2ba-87b98d0ea2d4",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "3815a234-87c3-456f-89f7-7d4ddf11c3a4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "3815a234-87c3-456f-89f7-7d4ddf11c3a4",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3ad56ef1-d6f6-47c7-81b5-eb9c5f71758d",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3ad56ef1-d6f6-47c7-81b5-eb9c5f71758d",
"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": "f4c7d251-0126-4cf0-ab76-39d4db458d61",
"vendorId": "sample string 2",
"type": {
"id": "dc4814f4-4f5b-476b-91ae-772588e9ac80",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "57e88b2c-3a67-4eb5-8451-2136c360eecd",
"vendorId": "sample string 2",
"type": {
"id": "3ec4d56e-b2be-4133-8e95-c715e07cad35",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "549a267e-7a6b-4927-ab62-d5ac1346b5b5",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "238c1097-8dd6-4f6d-965f-dcd8a399c25b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "bca07047-cebf-4fdc-b2ba-87b98d0ea2d4",
"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": "adaf4886-344c-48b7-ba70-89e4efa89b51",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-08-04T21:56:55.9945001Z",
"responsible": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "d3c6fb57-0ee9-4ae8-983c-e849eebd0699",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "d3c6fb57-0ee9-4ae8-983c-e849eebd0699",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "487a0bae-0173-43a0-9d7f-ff1f63013a4f",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "549a267e-7a6b-4927-ab62-d5ac1346b5b5",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "238c1097-8dd6-4f6d-965f-dcd8a399c25b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "bca07047-cebf-4fdc-b2ba-87b98d0ea2d4",
"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": "238c1097-8dd6-4f6d-965f-dcd8a399c25b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "bca07047-cebf-4fdc-b2ba-87b98d0ea2d4",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "487a0bae-0173-43a0-9d7f-ff1f63013a4f",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "549a267e-7a6b-4927-ab62-d5ac1346b5b5",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "238c1097-8dd6-4f6d-965f-dcd8a399c25b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "bca07047-cebf-4fdc-b2ba-87b98d0ea2d4",
"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": "238c1097-8dd6-4f6d-965f-dcd8a399c25b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "bca07047-cebf-4fdc-b2ba-87b98d0ea2d4",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "3815a234-87c3-456f-89f7-7d4ddf11c3a4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "3815a234-87c3-456f-89f7-7d4ddf11c3a4",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "3ad56ef1-d6f6-47c7-81b5-eb9c5f71758d",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "3ad56ef1-d6f6-47c7-81b5-eb9c5f71758d",
"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": "82340262-0f85-4fcb-af1a-f51538dac885",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "5ca17c2f-5e51-42b0-86cc-f52d52ab8933",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "5ca17c2f-5e51-42b0-86cc-f52d52ab8933",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "5ca17c2f-5e51-42b0-86cc-f52d52ab8933",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "41d50e11-efd7-40a8-8214-ea141838e630",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "41017a90-0eb6-427b-8e74-a2bcc6969636",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "41017a90-0eb6-427b-8e74-a2bcc6969636",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "41d50e11-efd7-40a8-8214-ea141838e630",
"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": "41d50e11-efd7-40a8-8214-ea141838e630",
"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": "41d50e11-efd7-40a8-8214-ea141838e630",
"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": "41d50e11-efd7-40a8-8214-ea141838e630",
"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": "b5aefa2f-965a-4b8f-baaf-a4160df30c79",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "b5aefa2f-965a-4b8f-baaf-a4160df30c79",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "7fdfbedf-4b81-4bb7-8c99-32a1abd74062",
"group": {
"id": "3ad56ef1-d6f6-47c7-81b5-eb9c5f71758d",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "3815a234-87c3-456f-89f7-7d4ddf11c3a4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "7fdfbedf-4b81-4bb7-8c99-32a1abd74062",
"group": {
"id": "3ad56ef1-d6f6-47c7-81b5-eb9c5f71758d",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "3815a234-87c3-456f-89f7-7d4ddf11c3a4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:55.9945001Z",
"dateTill": "2026-08-04T21:56:55.9945001Z",
"deliveryTypes": [
{
"id": "fce186fa-f148-459a-b051-930fb163e7df",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "fce186fa-f148-459a-b051-930fb163e7df",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "82340262-0f85-4fcb-af1a-f51538dac885",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "5ca17c2f-5e51-42b0-86cc-f52d52ab8933",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "5ca17c2f-5e51-42b0-86cc-f52d52ab8933",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "5ca17c2f-5e51-42b0-86cc-f52d52ab8933",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "41d50e11-efd7-40a8-8214-ea141838e630",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "41017a90-0eb6-427b-8e74-a2bcc6969636",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "41017a90-0eb6-427b-8e74-a2bcc6969636",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "41d50e11-efd7-40a8-8214-ea141838e630",
"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": "41d50e11-efd7-40a8-8214-ea141838e630",
"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": "41d50e11-efd7-40a8-8214-ea141838e630",
"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": "41d50e11-efd7-40a8-8214-ea141838e630",
"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": "b5aefa2f-965a-4b8f-baaf-a4160df30c79",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "b5aefa2f-965a-4b8f-baaf-a4160df30c79",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "7fdfbedf-4b81-4bb7-8c99-32a1abd74062",
"group": {
"id": "3ad56ef1-d6f6-47c7-81b5-eb9c5f71758d",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "3815a234-87c3-456f-89f7-7d4ddf11c3a4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "7fdfbedf-4b81-4bb7-8c99-32a1abd74062",
"group": {
"id": "3ad56ef1-d6f6-47c7-81b5-eb9c5f71758d",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "3815a234-87c3-456f-89f7-7d4ddf11c3a4",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-08-04T21:56:55.9945001Z",
"dateTill": "2026-08-04T21:56:55.9945001Z",
"deliveryTypes": [
{
"id": "fce186fa-f148-459a-b051-930fb163e7df",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "fce186fa-f148-459a-b051-930fb163e7df",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "b5aefa2f-965a-4b8f-baaf-a4160df30c79",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "b5aefa2f-965a-4b8f-baaf-a4160df30c79",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2026-08-04T21:56:55.9945001Z",
"createdByUser": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2026-08-04T21:56:55.9945001Z",
"updatedByUser": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "8d853455-a1eb-496c-acf9-89fc5f3ac55b",
"comment": "sample string 2",
"createdDate": "2026-08-04T21:56:55.9945001Z",
"createdByUser": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "8d853455-a1eb-496c-acf9-89fc5f3ac55b",
"comment": "sample string 2",
"createdDate": "2026-08-04T21:56:55.9945001Z",
"createdByUser": {
"id": "0d51a198-0f7a-4241-a7de-cfba6280714d",
"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-08-04T21:56:55.9945001Z",
"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": "7720ae69-1f52-4143-9760-3fba61160132",
"groupTaskCount": 1,
"confirmImageRequired": true
}
Sample not available.
Sample not available.