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": "08da5763-b3fc-4436-8b13-a3476306e41b",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "792a1b7c-8bdc-4675-9e0a-38a5710138fb",
"name": "sample string 2"
},
"dateFrom": "2026-02-03T18:41:37.5200549Z",
"dateTill": "2026-02-03T18:41:37.5200549Z",
"responsible": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "6ee94243-0862-4506-bc6f-4664858109c5",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "1ea2d7ef-3890-42c7-8762-b0874a9e7216",
"location": {
"country": {
"id": "11e36d50-5fe3-4039-ab58-aebcb216a34d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "f4de40f7-5ebb-452e-81dd-198f1be2ecaf",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "d4b8e3fe-bc7c-41a1-9d68-c380d5497e24",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "2f7d7bc5-d417-42db-a431-c3c081bd8109",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "ab7811d2-f3bd-47d7-a216-6f4a8f88fd69",
"vendorId": "sample string 2",
"type": {
"id": "8ebdf2ca-d916-4f9c-bd88-a0621d6e732c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "9d4f8d4a-a9ce-4977-a136-01646a7df088",
"vendorId": "sample string 2",
"type": {
"id": "cfb4c7d2-f62f-4d5a-9ed6-3ddfb5d54826",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2242d612-11ab-44be-9dfe-677a9d52a5bf",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "11e36d50-5fe3-4039-ab58-aebcb216a34d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "f4de40f7-5ebb-452e-81dd-198f1be2ecaf",
"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": "a0bb3eff-6993-4819-9048-330e432852a5",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-02-03T18:41:37.5200549Z",
"responsible": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "12b75697-79b3-4980-8b4b-78ffa9a6f999",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "12b75697-79b3-4980-8b4b-78ffa9a6f999",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "3f00936c-eb09-4d8b-880f-6183cebd7d87",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2242d612-11ab-44be-9dfe-677a9d52a5bf",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "11e36d50-5fe3-4039-ab58-aebcb216a34d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "f4de40f7-5ebb-452e-81dd-198f1be2ecaf",
"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": "11e36d50-5fe3-4039-ab58-aebcb216a34d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "f4de40f7-5ebb-452e-81dd-198f1be2ecaf",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "3f00936c-eb09-4d8b-880f-6183cebd7d87",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2242d612-11ab-44be-9dfe-677a9d52a5bf",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "11e36d50-5fe3-4039-ab58-aebcb216a34d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "f4de40f7-5ebb-452e-81dd-198f1be2ecaf",
"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": "11e36d50-5fe3-4039-ab58-aebcb216a34d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "f4de40f7-5ebb-452e-81dd-198f1be2ecaf",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "40659bfd-d854-4fb4-b95a-b75956c27c5e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "40659bfd-d854-4fb4-b95a-b75956c27c5e",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "b8dbe9e2-5ac8-4fcb-856d-abbb72366f5d",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "b8dbe9e2-5ac8-4fcb-856d-abbb72366f5d",
"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": "ab7811d2-f3bd-47d7-a216-6f4a8f88fd69",
"vendorId": "sample string 2",
"type": {
"id": "8ebdf2ca-d916-4f9c-bd88-a0621d6e732c",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "9d4f8d4a-a9ce-4977-a136-01646a7df088",
"vendorId": "sample string 2",
"type": {
"id": "cfb4c7d2-f62f-4d5a-9ed6-3ddfb5d54826",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "2242d612-11ab-44be-9dfe-677a9d52a5bf",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "11e36d50-5fe3-4039-ab58-aebcb216a34d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "f4de40f7-5ebb-452e-81dd-198f1be2ecaf",
"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": "a0bb3eff-6993-4819-9048-330e432852a5",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2026-02-03T18:41:37.5200549Z",
"responsible": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "12b75697-79b3-4980-8b4b-78ffa9a6f999",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "12b75697-79b3-4980-8b4b-78ffa9a6f999",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "3f00936c-eb09-4d8b-880f-6183cebd7d87",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2242d612-11ab-44be-9dfe-677a9d52a5bf",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "11e36d50-5fe3-4039-ab58-aebcb216a34d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "f4de40f7-5ebb-452e-81dd-198f1be2ecaf",
"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": "11e36d50-5fe3-4039-ab58-aebcb216a34d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "f4de40f7-5ebb-452e-81dd-198f1be2ecaf",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "3f00936c-eb09-4d8b-880f-6183cebd7d87",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "2242d612-11ab-44be-9dfe-677a9d52a5bf",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "11e36d50-5fe3-4039-ab58-aebcb216a34d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "f4de40f7-5ebb-452e-81dd-198f1be2ecaf",
"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": "11e36d50-5fe3-4039-ab58-aebcb216a34d",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "f4de40f7-5ebb-452e-81dd-198f1be2ecaf",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "40659bfd-d854-4fb4-b95a-b75956c27c5e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "40659bfd-d854-4fb4-b95a-b75956c27c5e",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "b8dbe9e2-5ac8-4fcb-856d-abbb72366f5d",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "b8dbe9e2-5ac8-4fcb-856d-abbb72366f5d",
"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": "8995c2e1-8115-4a1f-b6f6-c1c686bb8071",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "93ee20c7-b0f4-4bed-8fc2-6778ab75d9e9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "93ee20c7-b0f4-4bed-8fc2-6778ab75d9e9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "93ee20c7-b0f4-4bed-8fc2-6778ab75d9e9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "3e8ccd57-4c3e-4de5-b1a5-f91d2ceddc39",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "5f55e443-6521-48f9-8fc7-d513ed60a1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "5f55e443-6521-48f9-8fc7-d513ed60a1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "3e8ccd57-4c3e-4de5-b1a5-f91d2ceddc39",
"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": "3e8ccd57-4c3e-4de5-b1a5-f91d2ceddc39",
"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": "3e8ccd57-4c3e-4de5-b1a5-f91d2ceddc39",
"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": "3e8ccd57-4c3e-4de5-b1a5-f91d2ceddc39",
"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": "7b940c8c-c04a-4030-b8b7-550b8cbb9c49",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "7b940c8c-c04a-4030-b8b7-550b8cbb9c49",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "184ae7cc-3e26-4992-b1b1-dbe55eefb767",
"group": {
"id": "b8dbe9e2-5ac8-4fcb-856d-abbb72366f5d",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "40659bfd-d854-4fb4-b95a-b75956c27c5e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "184ae7cc-3e26-4992-b1b1-dbe55eefb767",
"group": {
"id": "b8dbe9e2-5ac8-4fcb-856d-abbb72366f5d",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "40659bfd-d854-4fb4-b95a-b75956c27c5e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-02-03T18:41:37.5200549Z",
"dateTill": "2026-02-03T18:41:37.5200549Z",
"deliveryTypes": [
{
"id": "79e19884-a894-4e23-871b-ce2bc65a952a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "79e19884-a894-4e23-871b-ce2bc65a952a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "8995c2e1-8115-4a1f-b6f6-c1c686bb8071",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "93ee20c7-b0f4-4bed-8fc2-6778ab75d9e9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "93ee20c7-b0f4-4bed-8fc2-6778ab75d9e9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "93ee20c7-b0f4-4bed-8fc2-6778ab75d9e9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "3e8ccd57-4c3e-4de5-b1a5-f91d2ceddc39",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "5f55e443-6521-48f9-8fc7-d513ed60a1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "5f55e443-6521-48f9-8fc7-d513ed60a1f9",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "3e8ccd57-4c3e-4de5-b1a5-f91d2ceddc39",
"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": "3e8ccd57-4c3e-4de5-b1a5-f91d2ceddc39",
"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": "3e8ccd57-4c3e-4de5-b1a5-f91d2ceddc39",
"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": "3e8ccd57-4c3e-4de5-b1a5-f91d2ceddc39",
"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": "7b940c8c-c04a-4030-b8b7-550b8cbb9c49",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "7b940c8c-c04a-4030-b8b7-550b8cbb9c49",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "184ae7cc-3e26-4992-b1b1-dbe55eefb767",
"group": {
"id": "b8dbe9e2-5ac8-4fcb-856d-abbb72366f5d",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "40659bfd-d854-4fb4-b95a-b75956c27c5e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "184ae7cc-3e26-4992-b1b1-dbe55eefb767",
"group": {
"id": "b8dbe9e2-5ac8-4fcb-856d-abbb72366f5d",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "40659bfd-d854-4fb4-b95a-b75956c27c5e",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2026-02-03T18:41:37.5200549Z",
"dateTill": "2026-02-03T18:41:37.5200549Z",
"deliveryTypes": [
{
"id": "79e19884-a894-4e23-871b-ce2bc65a952a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "79e19884-a894-4e23-871b-ce2bc65a952a",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "7b940c8c-c04a-4030-b8b7-550b8cbb9c49",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "7b940c8c-c04a-4030-b8b7-550b8cbb9c49",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2026-02-03T18:41:37.5200549Z",
"createdByUser": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2026-02-03T18:41:37.5200549Z",
"updatedByUser": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "4583d50c-337d-4a62-954a-532b37686a7c",
"comment": "sample string 2",
"createdDate": "2026-02-03T18:41:37.5200549Z",
"createdByUser": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "4583d50c-337d-4a62-954a-532b37686a7c",
"comment": "sample string 2",
"createdDate": "2026-02-03T18:41:37.5200549Z",
"createdByUser": {
"id": "9ec5419f-d916-4f2f-aac0-1f7b48e00cfc",
"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-02-03T18:41:37.5200549Z",
"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": "eaaa026a-4dc6-452f-99d4-89cabea7925f",
"groupTaskCount": 1,
"confirmImageRequired": true
}
Sample not available.
Sample not available.