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": "84f8d3ad-df77-42f8-b6c0-82f144fc9d78",
"vendorId": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"status": {
"id": "60c5c300-4372-4a29-94aa-9b1922381a76",
"name": "sample string 2"
},
"dateFrom": "2025-11-03T21:55:23.5974889Z",
"dateTill": "2025-11-03T21:55:23.5974889Z",
"responsible": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"tradeOutlet": {
"id": "804dbd0d-8311-4749-889f-c8e7a20903bc",
"vendorId": "sample string 2",
"name": "sample string 3",
"createdByUserId": "2994ea89-8b1f-447b-bc39-1ab95fd956de",
"location": {
"country": {
"id": "7541e34b-a00b-455f-bb4e-06dbc4aaab6b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "c3f3ce4c-8b48-483f-87d3-142da686637d",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
},
"category": {
"id": "31f73dcd-a643-4ee1-9189-5fa4bcc664ca",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"format": {
"id": "c688c314-6c3d-432d-b946-2ec0e199af30",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"routes": [
{
"id": "dbc30119-6775-42b8-86dc-4460d748d770",
"vendorId": "sample string 2",
"type": {
"id": "1f611f1d-f89c-468a-a7dd-ff97b41fc2ac",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "a1b09d5d-5243-41ea-9d67-4400b6ae3668",
"vendorId": "sample string 2",
"type": {
"id": "1b1abbe0-a251-4bbd-be26-704f7289fd03",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "346fc6f8-4d07-4de1-81cd-b84b9f974585",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7541e34b-a00b-455f-bb4e-06dbc4aaab6b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "c3f3ce4c-8b48-483f-87d3-142da686637d",
"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": "899736df-d09a-4bb6-829e-f9be228afab2",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2025-11-03T21:55:23.5974889Z",
"responsible": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "50bc0831-ebb8-43ae-be98-026629b6f822",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "50bc0831-ebb8-43ae-be98-026629b6f822",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "da13fe52-d06a-4c92-9e57-32ff665c3b08",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "346fc6f8-4d07-4de1-81cd-b84b9f974585",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7541e34b-a00b-455f-bb4e-06dbc4aaab6b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "c3f3ce4c-8b48-483f-87d3-142da686637d",
"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": "7541e34b-a00b-455f-bb4e-06dbc4aaab6b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "c3f3ce4c-8b48-483f-87d3-142da686637d",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "da13fe52-d06a-4c92-9e57-32ff665c3b08",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "346fc6f8-4d07-4de1-81cd-b84b9f974585",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7541e34b-a00b-455f-bb4e-06dbc4aaab6b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "c3f3ce4c-8b48-483f-87d3-142da686637d",
"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": "7541e34b-a00b-455f-bb4e-06dbc4aaab6b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "c3f3ce4c-8b48-483f-87d3-142da686637d",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "a86f08d5-93bd-4d95-857f-16242a63d551",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "a86f08d5-93bd-4d95-857f-16242a63d551",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "9084458f-5394-49af-84f7-6d2815d24d60",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "9084458f-5394-49af-84f7-6d2815d24d60",
"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": "dbc30119-6775-42b8-86dc-4460d748d770",
"vendorId": "sample string 2",
"type": {
"id": "1f611f1d-f89c-468a-a7dd-ff97b41fc2ac",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"salesDepartment": {
"id": "a1b09d5d-5243-41ea-9d67-4400b6ae3668",
"vendorId": "sample string 2",
"type": {
"id": "1b1abbe0-a251-4bbd-be26-704f7289fd03",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"responsible": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"name": "sample string 3",
"office": {
"id": "346fc6f8-4d07-4de1-81cd-b84b9f974585",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7541e34b-a00b-455f-bb4e-06dbc4aaab6b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "c3f3ce4c-8b48-483f-87d3-142da686637d",
"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": "899736df-d09a-4bb6-829e-f9be228afab2",
"name": "sample string 2"
},
"name": "sample string 3",
"dateFrom": "2025-11-03T21:55:23.5974889Z",
"responsible": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"items": [
{
"id": "50bc0831-ebb8-43ae-be98-026629b6f822",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
},
{
"id": "50bc0831-ebb8-43ae-be98-026629b6f822",
"vendorId": "sample string 2",
"weekNumber": 3,
"dayOfWeek": 4,
"positionInDay": 5
}
],
"warehouses": [
{
"id": "da13fe52-d06a-4c92-9e57-32ff665c3b08",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "346fc6f8-4d07-4de1-81cd-b84b9f974585",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7541e34b-a00b-455f-bb4e-06dbc4aaab6b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "c3f3ce4c-8b48-483f-87d3-142da686637d",
"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": "7541e34b-a00b-455f-bb4e-06dbc4aaab6b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "c3f3ce4c-8b48-483f-87d3-142da686637d",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
},
{
"id": "da13fe52-d06a-4c92-9e57-32ff665c3b08",
"vendorId": "sample string 2",
"name": "sample string 3",
"office": {
"id": "346fc6f8-4d07-4de1-81cd-b84b9f974585",
"vendorId": "sample string 2",
"name": "sample string 3",
"responsible": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"location": {
"country": {
"id": "7541e34b-a00b-455f-bb4e-06dbc4aaab6b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "c3f3ce4c-8b48-483f-87d3-142da686637d",
"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": "7541e34b-a00b-455f-bb4e-06dbc4aaab6b",
"isoCode": "sample string 2",
"name": "sample string 3"
},
"province": {
"id": "c3f3ce4c-8b48-483f-87d3-142da686637d",
"name": "sample string 2"
},
"settlement": "sample string 1",
"addressLine": "sample string 2",
"geoCoordinate": {
"latitude": 1.1,
"longitude": 1.1
}
}
}
],
"brands": [
{
"id": "a86f08d5-93bd-4d95-857f-16242a63d551",
"vendorId": "sample string 2",
"name": "sample string 3"
},
{
"id": "a86f08d5-93bd-4d95-857f-16242a63d551",
"vendorId": "sample string 2",
"name": "sample string 3"
}
],
"groups": [
{
"id": "9084458f-5394-49af-84f7-6d2815d24d60",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
{
"id": "9084458f-5394-49af-84f7-6d2815d24d60",
"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": "06872ece-88f0-478b-8c08-1dc1e34f8149",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "eee6b522-f510-4dcf-bc35-b2d9e9fe423e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "eee6b522-f510-4dcf-bc35-b2d9e9fe423e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "eee6b522-f510-4dcf-bc35-b2d9e9fe423e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "8bc751ff-1e1d-4ed4-b4c6-72ed0bfc48be",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "31701caf-5ed6-45bb-8d24-97252ec5b0a7",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "31701caf-5ed6-45bb-8d24-97252ec5b0a7",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "8bc751ff-1e1d-4ed4-b4c6-72ed0bfc48be",
"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": "8bc751ff-1e1d-4ed4-b4c6-72ed0bfc48be",
"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": "8bc751ff-1e1d-4ed4-b4c6-72ed0bfc48be",
"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": "8bc751ff-1e1d-4ed4-b4c6-72ed0bfc48be",
"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": "6590fe43-7483-492f-a2f0-837798ef3d31",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "6590fe43-7483-492f-a2f0-837798ef3d31",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "35e7c95d-d503-43ee-b582-218331143f5e",
"group": {
"id": "9084458f-5394-49af-84f7-6d2815d24d60",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a86f08d5-93bd-4d95-857f-16242a63d551",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "35e7c95d-d503-43ee-b582-218331143f5e",
"group": {
"id": "9084458f-5394-49af-84f7-6d2815d24d60",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a86f08d5-93bd-4d95-857f-16242a63d551",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2025-11-03T21:55:23.5974889Z",
"dateTill": "2025-11-03T21:55:23.5974889Z",
"deliveryTypes": [
{
"id": "9c848f9a-d3f0-4397-9d95-942322c26976",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "9c848f9a-d3f0-4397-9d95-942322c26976",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
},
{
"id": "06872ece-88f0-478b-8c08-1dc1e34f8149",
"vendorId": "sample string 2",
"name": "sample string 3",
"priceCategory": {
"id": "eee6b522-f510-4dcf-bc35-b2d9e9fe423e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
"priceTiers": [
{
"id": "eee6b522-f510-4dcf-bc35-b2d9e9fe423e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "eee6b522-f510-4dcf-bc35-b2d9e9fe423e",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"currency": {
"id": "8bc751ff-1e1d-4ed4-b4c6-72ed0bfc48be",
"isoCode": "sample string 2",
"isoNumber3": "sample string 3",
"name": "sample string 4",
"shortName": "sample string 5",
"symbol": "sample string 6"
},
"paymentTypes": [
{
"id": "31701caf-5ed6-45bb-8d24-97252ec5b0a7",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "31701caf-5ed6-45bb-8d24-97252ec5b0a7",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
],
"paymentForms": [
1,
2
],
"deferment": 1,
"limit": 1.0,
"debts": [
{
"currency": {
"id": "8bc751ff-1e1d-4ed4-b4c6-72ed0bfc48be",
"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": "8bc751ff-1e1d-4ed4-b4c6-72ed0bfc48be",
"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": "8bc751ff-1e1d-4ed4-b4c6-72ed0bfc48be",
"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": "8bc751ff-1e1d-4ed4-b4c6-72ed0bfc48be",
"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": "6590fe43-7483-492f-a2f0-837798ef3d31",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "6590fe43-7483-492f-a2f0-837798ef3d31",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
],
"discounts": [
{
"id": "35e7c95d-d503-43ee-b582-218331143f5e",
"group": {
"id": "9084458f-5394-49af-84f7-6d2815d24d60",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a86f08d5-93bd-4d95-857f-16242a63d551",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
},
{
"id": "35e7c95d-d503-43ee-b582-218331143f5e",
"group": {
"id": "9084458f-5394-49af-84f7-6d2815d24d60",
"vendorId": "sample string 2",
"name": "sample string 3",
"hierarchy": {
"level": 1,
"path": "sample string 2"
}
},
"brand": {
"id": "a86f08d5-93bd-4d95-857f-16242a63d551",
"vendorId": "sample string 2",
"name": "sample string 3"
},
"percent": 2.1
}
],
"active": true,
"dateFrom": "2025-11-03T21:55:23.5974889Z",
"dateTill": "2025-11-03T21:55:23.5974889Z",
"deliveryTypes": [
{
"id": "9c848f9a-d3f0-4397-9d95-942322c26976",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
},
{
"id": "9c848f9a-d3f0-4397-9d95-942322c26976",
"vendorId": "sample string 2",
"name": "sample string 3",
"orderIndex": 1
}
]
}
],
"properties": [
{
"entityProperty": {
"id": "6590fe43-7483-492f-a2f0-837798ef3d31",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
},
{
"entityProperty": {
"id": "6590fe43-7483-492f-a2f0-837798ef3d31",
"vendorId": "sample string 2",
"name": "sample string 3",
"entityDataType": "string",
"valueLookup": "contacts",
"required": true
},
"value": "sample string 1"
}
]
},
"createdDate": "2025-11-03T21:55:23.5974889Z",
"createdByUser": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 8",
"updatedDate": "2025-11-03T21:55:23.5974889Z",
"updatedByUser": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"updatedByClientId": "sample string 9",
"comments": [
{
"id": "85b24571-8afe-4394-8e41-28ee081cbf4b",
"comment": "sample string 2",
"createdDate": "2025-11-03T21:55:23.5974889Z",
"createdByUser": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"lockoutEnabled": true,
"roles": [
"sample string 1",
"sample string 2"
]
},
"createdByClientId": "sample string 4",
"attachments": [
"sample string 1",
"sample string 2"
]
},
{
"id": "85b24571-8afe-4394-8e41-28ee081cbf4b",
"comment": "sample string 2",
"createdDate": "2025-11-03T21:55:23.5974889Z",
"createdByUser": {
"id": "59464615-6bb5-4718-b319-cc94c196986e",
"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": "2025-11-03T21:55:23.5974889Z",
"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": "668f5fbc-8a9e-4287-b3cc-c1eb84d5c938",
"groupTaskCount": 1,
"confirmImageRequired": true
}
Sample not available.
Sample not available.