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": "c3c1a611-ceac-4439-8961-9f1695315182",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "82e300bb-eb9c-49c5-8717-2e71e2e6a81f",
"name": "sample string 2"
},
"dateFrom": "2026-09-19T08:17:21.1774385Z",
"dateTill": "2026-09-19T08:17:21.1774385Z",
"responsible": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "7fc20ee4-fb60-4716-9993-b3b4de681a75",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "d9189c43-a1e8-4e5e-94be-f49d13f37b53",
"location": {
"country": {
"id": "a2ad770e-a5ca-4577-b972-02b6346ee55a",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "015f5635-c198-4ee0-8994-801a484f7baa",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "93b36494-d874-4a25-aecd-bd9849a2860f",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "4be86670-58d2-487f-bfc6-d821f52c3b95",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "7903e7a3-cf2a-4056-bbc3-91e35473a28b",
"vendorId": "sample string 2",
"type": {
"id": "bdfb34f0-e677-43c5-a550-0a4b840cad02",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "b4d4969a-82bf-4b3c-98ab-2545d3af79de",
"vendorId": "sample string 2",
"type": {
"id": "4d3f5d32-431a-449f-bb53-4dfbc149aba5",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "32546932-f7f0-41ec-9544-ac07e5ee985b",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "a2ad770e-a5ca-4577-b972-02b6346ee55a",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "015f5635-c198-4ee0-8994-801a484f7baa",
"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": "36d39ceb-5b75-4e7e-9d51-f7ba2bc4ff3f",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-09-19T08:17:21.1774385Z",
"responsible": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "5cc97a5b-bba5-49b2-b994-7de09d1c1715",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "5cc97a5b-bba5-49b2-b994-7de09d1c1715",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "73b53dd0-2264-48da-ac80-f25b393edb75",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "32546932-f7f0-41ec-9544-ac07e5ee985b",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "a2ad770e-a5ca-4577-b972-02b6346ee55a",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "015f5635-c198-4ee0-8994-801a484f7baa",
"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": "a2ad770e-a5ca-4577-b972-02b6346ee55a",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "015f5635-c198-4ee0-8994-801a484f7baa",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "73b53dd0-2264-48da-ac80-f25b393edb75",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "32546932-f7f0-41ec-9544-ac07e5ee985b",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "a2ad770e-a5ca-4577-b972-02b6346ee55a",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "015f5635-c198-4ee0-8994-801a484f7baa",
"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": "a2ad770e-a5ca-4577-b972-02b6346ee55a",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "015f5635-c198-4ee0-8994-801a484f7baa",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "4b935664-9ea7-49cd-a0ba-ba79307cf12e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "4b935664-9ea7-49cd-a0ba-ba79307cf12e",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "c89d41ee-884c-4f58-8b32-f1ae56516897",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "c89d41ee-884c-4f58-8b32-f1ae56516897",
"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": "7903e7a3-cf2a-4056-bbc3-91e35473a28b",
"vendorId": "sample string 2",
"type": {
"id": "bdfb34f0-e677-43c5-a550-0a4b840cad02",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "b4d4969a-82bf-4b3c-98ab-2545d3af79de",
"vendorId": "sample string 2",
"type": {
"id": "4d3f5d32-431a-449f-bb53-4dfbc149aba5",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "32546932-f7f0-41ec-9544-ac07e5ee985b",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "a2ad770e-a5ca-4577-b972-02b6346ee55a",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "015f5635-c198-4ee0-8994-801a484f7baa",
"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": "36d39ceb-5b75-4e7e-9d51-f7ba2bc4ff3f",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-09-19T08:17:21.1774385Z",
"responsible": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "5cc97a5b-bba5-49b2-b994-7de09d1c1715",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "5cc97a5b-bba5-49b2-b994-7de09d1c1715",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "73b53dd0-2264-48da-ac80-f25b393edb75",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "32546932-f7f0-41ec-9544-ac07e5ee985b",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "a2ad770e-a5ca-4577-b972-02b6346ee55a",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "015f5635-c198-4ee0-8994-801a484f7baa",
"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": "a2ad770e-a5ca-4577-b972-02b6346ee55a",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "015f5635-c198-4ee0-8994-801a484f7baa",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "73b53dd0-2264-48da-ac80-f25b393edb75",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "32546932-f7f0-41ec-9544-ac07e5ee985b",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "a2ad770e-a5ca-4577-b972-02b6346ee55a",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "015f5635-c198-4ee0-8994-801a484f7baa",
"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": "a2ad770e-a5ca-4577-b972-02b6346ee55a",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "015f5635-c198-4ee0-8994-801a484f7baa",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "4b935664-9ea7-49cd-a0ba-ba79307cf12e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "4b935664-9ea7-49cd-a0ba-ba79307cf12e",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "c89d41ee-884c-4f58-8b32-f1ae56516897",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "c89d41ee-884c-4f58-8b32-f1ae56516897",
"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": "3f926d82-50d4-41bb-800a-fae0bdaee500",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "13c61d75-4b32-465b-821c-372e76b31753",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "13c61d75-4b32-465b-821c-372e76b31753",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "13c61d75-4b32-465b-821c-372e76b31753",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "e96008d4-f0bb-4443-9192-9fe5908265ed",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "c5fa2ea8-93a3-4d9d-9818-f926d427090b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "c5fa2ea8-93a3-4d9d-9818-f926d427090b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "e96008d4-f0bb-4443-9192-9fe5908265ed",
"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": "e96008d4-f0bb-4443-9192-9fe5908265ed",
"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": "e96008d4-f0bb-4443-9192-9fe5908265ed",
"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": "e96008d4-f0bb-4443-9192-9fe5908265ed",
"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": "4cc910ff-2015-4075-bcfb-ecdb9b3fc48a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "4cc910ff-2015-4075-bcfb-ecdb9b3fc48a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "2ad844d7-3713-4dd9-b510-62edc8fff6d7",
"group": {
"id": "c89d41ee-884c-4f58-8b32-f1ae56516897",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "4b935664-9ea7-49cd-a0ba-ba79307cf12e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "2ad844d7-3713-4dd9-b510-62edc8fff6d7",
"group": {
"id": "c89d41ee-884c-4f58-8b32-f1ae56516897",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "4b935664-9ea7-49cd-a0ba-ba79307cf12e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-09-19T08:17:21.1774385Z",
"dateTill": "2026-09-19T08:17:21.1774385Z",
"deliveryTypes": [
{
"id": "63fa4b61-5d3b-42b0-8bb8-86b91f690447",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "63fa4b61-5d3b-42b0-8bb8-86b91f690447",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "3f926d82-50d4-41bb-800a-fae0bdaee500",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "13c61d75-4b32-465b-821c-372e76b31753",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "13c61d75-4b32-465b-821c-372e76b31753",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "13c61d75-4b32-465b-821c-372e76b31753",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "e96008d4-f0bb-4443-9192-9fe5908265ed",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "c5fa2ea8-93a3-4d9d-9818-f926d427090b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "c5fa2ea8-93a3-4d9d-9818-f926d427090b",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "e96008d4-f0bb-4443-9192-9fe5908265ed",
"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": "e96008d4-f0bb-4443-9192-9fe5908265ed",
"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": "e96008d4-f0bb-4443-9192-9fe5908265ed",
"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": "e96008d4-f0bb-4443-9192-9fe5908265ed",
"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": "4cc910ff-2015-4075-bcfb-ecdb9b3fc48a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "4cc910ff-2015-4075-bcfb-ecdb9b3fc48a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "2ad844d7-3713-4dd9-b510-62edc8fff6d7",
"group": {
"id": "c89d41ee-884c-4f58-8b32-f1ae56516897",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "4b935664-9ea7-49cd-a0ba-ba79307cf12e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "2ad844d7-3713-4dd9-b510-62edc8fff6d7",
"group": {
"id": "c89d41ee-884c-4f58-8b32-f1ae56516897",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "4b935664-9ea7-49cd-a0ba-ba79307cf12e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-09-19T08:17:21.1774385Z",
"dateTill": "2026-09-19T08:17:21.1774385Z",
"deliveryTypes": [
{
"id": "63fa4b61-5d3b-42b0-8bb8-86b91f690447",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "63fa4b61-5d3b-42b0-8bb8-86b91f690447",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "4cc910ff-2015-4075-bcfb-ecdb9b3fc48a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "4cc910ff-2015-4075-bcfb-ecdb9b3fc48a",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2026-09-19T08:17:21.1774385Z",
"createdByUser": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2026-09-19T08:17:21.1774385Z",
"updatedByUser": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "912c7737-7dcb-48e9-94ba-bbccc5415fe6",
"comment": "sample string 2",
"createdDate": "2026-09-19T08:17:21.1774385Z",
"createdByUser": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "912c7737-7dcb-48e9-94ba-bbccc5415fe6",
"comment": "sample string 2",
"createdDate": "2026-09-19T08:17:21.1774385Z",
"createdByUser": {
"id": "b89f4924-9070-42c2-92ee-a840b58faf26",
"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-09-19T08:17:21.1774385Z",
"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": "b9f9cf10-91d9-4f5f-a515-87280ca1ea42",
"groupTaskCount": 1,
"confirmImageRequired": true
}
Sample not available.
Sample not available.