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": "5e5dbdce-517c-4fa1-85d5-fbddf4f24c7e", "vendorId": "sample string 2", "name": "sample string 3", "description": "sample string 4", "status": { "id": "4a1acc57-2d94-48f9-9911-5f064c07269c", "name": "sample string 2" }, "dateFrom": "2025-09-13T21:44:55.3893233Z", "dateTill": "2025-09-13T21:44:55.3893233Z", "responsible": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "tradeOutlet": { "id": "ff12a696-dd1a-40da-9549-330634d310a6", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "83b2a7bf-77b0-46a8-83a6-80f4942ef16c", "location": { "country": { "id": "44a0d1a1-e51a-40e5-ab50-d1721951d3a2", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e9e30db5-329c-49ac-a454-aa2c2bb49324", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "ae9681ff-67a2-4e1f-aa1d-cf10c24d94c6", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "6fd1f84e-7160-4005-b435-1a9d04b99712", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "7dcd7410-c86e-4906-921a-7005d70d0311", "vendorId": "sample string 2", "type": { "id": "c6ea4255-f4d8-44c5-9cd3-8abd7860ca1b", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "09452965-a83a-406f-866a-21c940992670", "vendorId": "sample string 2", "type": { "id": "fb73e2fc-cf60-4702-9a35-d53caa5ee52e", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "7b02556b-5184-4b4b-b3a8-d51052e0c45b", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "44a0d1a1-e51a-40e5-ab50-d1721951d3a2", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e9e30db5-329c-49ac-a454-aa2c2bb49324", "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": "b9557f0a-a09d-41c8-9d6b-a6ee19a64caa", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-09-13T21:44:55.3893233Z", "responsible": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "29e56b46-e8e4-4229-8c9d-5295e2b3c6d3", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 }, { "id": "29e56b46-e8e4-4229-8c9d-5295e2b3c6d3", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 } ], "warehouses": [ { "id": "3e5d6508-30f0-47ff-b58c-a4fd147cb635", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "7b02556b-5184-4b4b-b3a8-d51052e0c45b", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "44a0d1a1-e51a-40e5-ab50-d1721951d3a2", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e9e30db5-329c-49ac-a454-aa2c2bb49324", "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": "44a0d1a1-e51a-40e5-ab50-d1721951d3a2", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e9e30db5-329c-49ac-a454-aa2c2bb49324", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "3e5d6508-30f0-47ff-b58c-a4fd147cb635", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "7b02556b-5184-4b4b-b3a8-d51052e0c45b", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "44a0d1a1-e51a-40e5-ab50-d1721951d3a2", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e9e30db5-329c-49ac-a454-aa2c2bb49324", "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": "44a0d1a1-e51a-40e5-ab50-d1721951d3a2", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e9e30db5-329c-49ac-a454-aa2c2bb49324", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "71fd2f3a-9b65-4868-ac32-29c13feaa284", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "71fd2f3a-9b65-4868-ac32-29c13feaa284", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "ea96bd2d-3bca-4e09-bab8-1ce6dd6e9adf", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "ea96bd2d-3bca-4e09-bab8-1ce6dd6e9adf", "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": "7dcd7410-c86e-4906-921a-7005d70d0311", "vendorId": "sample string 2", "type": { "id": "c6ea4255-f4d8-44c5-9cd3-8abd7860ca1b", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "09452965-a83a-406f-866a-21c940992670", "vendorId": "sample string 2", "type": { "id": "fb73e2fc-cf60-4702-9a35-d53caa5ee52e", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "7b02556b-5184-4b4b-b3a8-d51052e0c45b", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "44a0d1a1-e51a-40e5-ab50-d1721951d3a2", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e9e30db5-329c-49ac-a454-aa2c2bb49324", "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": "b9557f0a-a09d-41c8-9d6b-a6ee19a64caa", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-09-13T21:44:55.3893233Z", "responsible": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "29e56b46-e8e4-4229-8c9d-5295e2b3c6d3", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 }, { "id": "29e56b46-e8e4-4229-8c9d-5295e2b3c6d3", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 } ], "warehouses": [ { "id": "3e5d6508-30f0-47ff-b58c-a4fd147cb635", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "7b02556b-5184-4b4b-b3a8-d51052e0c45b", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "44a0d1a1-e51a-40e5-ab50-d1721951d3a2", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e9e30db5-329c-49ac-a454-aa2c2bb49324", "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": "44a0d1a1-e51a-40e5-ab50-d1721951d3a2", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e9e30db5-329c-49ac-a454-aa2c2bb49324", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "3e5d6508-30f0-47ff-b58c-a4fd147cb635", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "7b02556b-5184-4b4b-b3a8-d51052e0c45b", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "44a0d1a1-e51a-40e5-ab50-d1721951d3a2", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e9e30db5-329c-49ac-a454-aa2c2bb49324", "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": "44a0d1a1-e51a-40e5-ab50-d1721951d3a2", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e9e30db5-329c-49ac-a454-aa2c2bb49324", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "71fd2f3a-9b65-4868-ac32-29c13feaa284", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "71fd2f3a-9b65-4868-ac32-29c13feaa284", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "ea96bd2d-3bca-4e09-bab8-1ce6dd6e9adf", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "ea96bd2d-3bca-4e09-bab8-1ce6dd6e9adf", "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": "8880d484-a90e-45fc-8bb1-9776ff1c385b", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "3cfd5d3a-9057-46df-af22-520e8af8d02d", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "3cfd5d3a-9057-46df-af22-520e8af8d02d", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "3cfd5d3a-9057-46df-af22-520e8af8d02d", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "6345575c-2545-4c2e-b6f8-671de8b835af", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "0fa2cd73-3948-486d-ad1c-1d9e95dd2285", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "0fa2cd73-3948-486d-ad1c-1d9e95dd2285", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "6345575c-2545-4c2e-b6f8-671de8b835af", "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": "6345575c-2545-4c2e-b6f8-671de8b835af", "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": "6345575c-2545-4c2e-b6f8-671de8b835af", "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": "6345575c-2545-4c2e-b6f8-671de8b835af", "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": "531a24ee-78f0-493c-b4bc-f5dd629f2376", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "531a24ee-78f0-493c-b4bc-f5dd629f2376", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "fb4a5777-fa7b-4896-b21e-dfb746ba7d01", "group": { "id": "ea96bd2d-3bca-4e09-bab8-1ce6dd6e9adf", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "71fd2f3a-9b65-4868-ac32-29c13feaa284", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "fb4a5777-fa7b-4896-b21e-dfb746ba7d01", "group": { "id": "ea96bd2d-3bca-4e09-bab8-1ce6dd6e9adf", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "71fd2f3a-9b65-4868-ac32-29c13feaa284", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-09-13T21:44:55.3893233Z", "dateTill": "2025-09-13T21:44:55.3893233Z", "deliveryTypes": [ { "id": "be593a0a-066e-401a-ae3c-543b2af9a572", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "be593a0a-066e-401a-ae3c-543b2af9a572", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "8880d484-a90e-45fc-8bb1-9776ff1c385b", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "3cfd5d3a-9057-46df-af22-520e8af8d02d", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "3cfd5d3a-9057-46df-af22-520e8af8d02d", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "3cfd5d3a-9057-46df-af22-520e8af8d02d", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "6345575c-2545-4c2e-b6f8-671de8b835af", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "0fa2cd73-3948-486d-ad1c-1d9e95dd2285", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "0fa2cd73-3948-486d-ad1c-1d9e95dd2285", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "6345575c-2545-4c2e-b6f8-671de8b835af", "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": "6345575c-2545-4c2e-b6f8-671de8b835af", "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": "6345575c-2545-4c2e-b6f8-671de8b835af", "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": "6345575c-2545-4c2e-b6f8-671de8b835af", "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": "531a24ee-78f0-493c-b4bc-f5dd629f2376", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "531a24ee-78f0-493c-b4bc-f5dd629f2376", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "fb4a5777-fa7b-4896-b21e-dfb746ba7d01", "group": { "id": "ea96bd2d-3bca-4e09-bab8-1ce6dd6e9adf", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "71fd2f3a-9b65-4868-ac32-29c13feaa284", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "fb4a5777-fa7b-4896-b21e-dfb746ba7d01", "group": { "id": "ea96bd2d-3bca-4e09-bab8-1ce6dd6e9adf", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "71fd2f3a-9b65-4868-ac32-29c13feaa284", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-09-13T21:44:55.3893233Z", "dateTill": "2025-09-13T21:44:55.3893233Z", "deliveryTypes": [ { "id": "be593a0a-066e-401a-ae3c-543b2af9a572", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "be593a0a-066e-401a-ae3c-543b2af9a572", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "531a24ee-78f0-493c-b4bc-f5dd629f2376", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "531a24ee-78f0-493c-b4bc-f5dd629f2376", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "createdDate": "2025-09-13T21:44:55.3893233Z", "createdByUser": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "createdByClientId": "sample string 8", "updatedDate": "2025-09-13T21:44:55.3893233Z", "updatedByUser": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "updatedByClientId": "sample string 9", "comments": [ { "id": "9d50245c-2f55-49b2-bbe2-c5bf2b86da39", "comment": "sample string 2", "createdDate": "2025-09-13T21:44:55.3893233Z", "createdByUser": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "createdByClientId": "sample string 4", "attachments": [ "sample string 1", "sample string 2" ] }, { "id": "9d50245c-2f55-49b2-bbe2-c5bf2b86da39", "comment": "sample string 2", "createdDate": "2025-09-13T21:44:55.3893233Z", "createdByUser": { "id": "506283fe-445a-4c35-8529-2c7516e1a3bb", "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-09-13T21:44:55.3893233Z", "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": "1011fd0b-ee09-4cbc-8032-7bd2142486bf", "groupTaskCount": 1, "confirmImageRequired": true }
Sample not available.
Sample not available.