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": "8de609c4-53a1-4dd0-8db5-9a367794247c", "vendorId": "sample string 2", "name": "sample string 3", "description": "sample string 4", "status": { "id": "a887bfe6-27fa-4785-8e61-140a106caa6e", "name": "sample string 2" }, "dateFrom": "2025-07-03T00:52:42.9535711Z", "dateTill": "2025-07-03T00:52:42.9535711Z", "responsible": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "tradeOutlet": { "id": "c82d57dc-f033-42c4-990c-86ab56e1c8ef", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "4b828d80-8d6d-457f-83e7-f16b6692a6d1", "location": { "country": { "id": "f09c53b9-b90c-4f79-a29e-ae87f91d23d4", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e57aabfb-fdff-41ca-ab8c-9fcddba089d0", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "25d75ae1-330e-4bc3-961c-85ed8561d20f", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "cc95a082-88ce-44e0-b8fb-8d39bdfc9467", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [ { "id": "f6b6e3fc-6753-43ec-8bf8-1e210d21d486", "vendorId": "sample string 2", "type": { "id": "f9c93320-2f44-4b7a-95d3-09f89df8d373", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "a8598034-73b9-4e2f-a46a-fb58f480e6ed", "vendorId": "sample string 2", "type": { "id": "bc199a41-59d1-4019-b5ab-fe770324a825", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "a9012746-0734-4062-b481-b84021580076", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "f09c53b9-b90c-4f79-a29e-ae87f91d23d4", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e57aabfb-fdff-41ca-ab8c-9fcddba089d0", "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": "d7225d4a-a359-45a3-9184-632f27675015", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T00:52:42.9535711Z", "responsible": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "1bc6f5f1-fda5-465d-b1e0-8195ceda2ab8", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 }, { "id": "1bc6f5f1-fda5-465d-b1e0-8195ceda2ab8", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 } ], "warehouses": [ { "id": "d66c8c89-ba45-4e45-9615-8980412230e2", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "a9012746-0734-4062-b481-b84021580076", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "f09c53b9-b90c-4f79-a29e-ae87f91d23d4", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e57aabfb-fdff-41ca-ab8c-9fcddba089d0", "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": "f09c53b9-b90c-4f79-a29e-ae87f91d23d4", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e57aabfb-fdff-41ca-ab8c-9fcddba089d0", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "d66c8c89-ba45-4e45-9615-8980412230e2", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "a9012746-0734-4062-b481-b84021580076", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "f09c53b9-b90c-4f79-a29e-ae87f91d23d4", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e57aabfb-fdff-41ca-ab8c-9fcddba089d0", "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": "f09c53b9-b90c-4f79-a29e-ae87f91d23d4", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e57aabfb-fdff-41ca-ab8c-9fcddba089d0", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "fbc71d9f-c6c6-44e0-84a9-1441a98649d4", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "fbc71d9f-c6c6-44e0-84a9-1441a98649d4", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "81341386-ad39-4b35-ab52-5c2a7507c0b8", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "81341386-ad39-4b35-ab52-5c2a7507c0b8", "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": "f6b6e3fc-6753-43ec-8bf8-1e210d21d486", "vendorId": "sample string 2", "type": { "id": "f9c93320-2f44-4b7a-95d3-09f89df8d373", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "a8598034-73b9-4e2f-a46a-fb58f480e6ed", "vendorId": "sample string 2", "type": { "id": "bc199a41-59d1-4019-b5ab-fe770324a825", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "a9012746-0734-4062-b481-b84021580076", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "f09c53b9-b90c-4f79-a29e-ae87f91d23d4", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e57aabfb-fdff-41ca-ab8c-9fcddba089d0", "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": "d7225d4a-a359-45a3-9184-632f27675015", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2025-07-03T00:52:42.9535711Z", "responsible": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "1bc6f5f1-fda5-465d-b1e0-8195ceda2ab8", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 }, { "id": "1bc6f5f1-fda5-465d-b1e0-8195ceda2ab8", "vendorId": "sample string 2", "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 } ], "warehouses": [ { "id": "d66c8c89-ba45-4e45-9615-8980412230e2", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "a9012746-0734-4062-b481-b84021580076", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "f09c53b9-b90c-4f79-a29e-ae87f91d23d4", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e57aabfb-fdff-41ca-ab8c-9fcddba089d0", "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": "f09c53b9-b90c-4f79-a29e-ae87f91d23d4", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e57aabfb-fdff-41ca-ab8c-9fcddba089d0", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "d66c8c89-ba45-4e45-9615-8980412230e2", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "a9012746-0734-4062-b481-b84021580076", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "f09c53b9-b90c-4f79-a29e-ae87f91d23d4", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e57aabfb-fdff-41ca-ab8c-9fcddba089d0", "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": "f09c53b9-b90c-4f79-a29e-ae87f91d23d4", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "e57aabfb-fdff-41ca-ab8c-9fcddba089d0", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "fbc71d9f-c6c6-44e0-84a9-1441a98649d4", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "fbc71d9f-c6c6-44e0-84a9-1441a98649d4", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "81341386-ad39-4b35-ab52-5c2a7507c0b8", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "81341386-ad39-4b35-ab52-5c2a7507c0b8", "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": "91e07803-6d1b-45fe-b9ca-bc442b2f6cfa", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "e7a7cb30-44c0-4129-a036-dd205cffb400", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "e7a7cb30-44c0-4129-a036-dd205cffb400", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "e7a7cb30-44c0-4129-a036-dd205cffb400", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "063f384a-83b5-4666-a182-7455e663ba64", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "cd387801-e811-4b95-b851-01ae29dc9396", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "cd387801-e811-4b95-b851-01ae29dc9396", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "063f384a-83b5-4666-a182-7455e663ba64", "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": "063f384a-83b5-4666-a182-7455e663ba64", "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": "063f384a-83b5-4666-a182-7455e663ba64", "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": "063f384a-83b5-4666-a182-7455e663ba64", "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": "823345da-ccbd-44ca-bde0-58f5014a4b2c", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "823345da-ccbd-44ca-bde0-58f5014a4b2c", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "2fe40f86-bd2e-4733-9f3c-f45f78e4a986", "group": { "id": "81341386-ad39-4b35-ab52-5c2a7507c0b8", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "fbc71d9f-c6c6-44e0-84a9-1441a98649d4", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "2fe40f86-bd2e-4733-9f3c-f45f78e4a986", "group": { "id": "81341386-ad39-4b35-ab52-5c2a7507c0b8", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "fbc71d9f-c6c6-44e0-84a9-1441a98649d4", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T00:52:42.9535711Z", "dateTill": "2025-07-03T00:52:42.9535711Z", "deliveryTypes": [ { "id": "12d0b9f3-2d8a-4286-a222-114a07aee7d9", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "12d0b9f3-2d8a-4286-a222-114a07aee7d9", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "91e07803-6d1b-45fe-b9ca-bc442b2f6cfa", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "e7a7cb30-44c0-4129-a036-dd205cffb400", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "e7a7cb30-44c0-4129-a036-dd205cffb400", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "e7a7cb30-44c0-4129-a036-dd205cffb400", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "063f384a-83b5-4666-a182-7455e663ba64", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "cd387801-e811-4b95-b851-01ae29dc9396", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "cd387801-e811-4b95-b851-01ae29dc9396", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "063f384a-83b5-4666-a182-7455e663ba64", "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": "063f384a-83b5-4666-a182-7455e663ba64", "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": "063f384a-83b5-4666-a182-7455e663ba64", "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": "063f384a-83b5-4666-a182-7455e663ba64", "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": "823345da-ccbd-44ca-bde0-58f5014a4b2c", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "823345da-ccbd-44ca-bde0-58f5014a4b2c", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "2fe40f86-bd2e-4733-9f3c-f45f78e4a986", "group": { "id": "81341386-ad39-4b35-ab52-5c2a7507c0b8", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "fbc71d9f-c6c6-44e0-84a9-1441a98649d4", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "2fe40f86-bd2e-4733-9f3c-f45f78e4a986", "group": { "id": "81341386-ad39-4b35-ab52-5c2a7507c0b8", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "fbc71d9f-c6c6-44e0-84a9-1441a98649d4", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2025-07-03T00:52:42.9535711Z", "dateTill": "2025-07-03T00:52:42.9535711Z", "deliveryTypes": [ { "id": "12d0b9f3-2d8a-4286-a222-114a07aee7d9", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "12d0b9f3-2d8a-4286-a222-114a07aee7d9", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "823345da-ccbd-44ca-bde0-58f5014a4b2c", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "823345da-ccbd-44ca-bde0-58f5014a4b2c", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "createdDate": "2025-07-03T00:52:42.9535711Z", "createdByUser": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "createdByClientId": "sample string 8", "updatedDate": "2025-07-03T00:52:42.9535711Z", "updatedByUser": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "updatedByClientId": "sample string 9", "comments": [ { "id": "a28931c1-e56c-4688-b5f4-abc698493751", "comment": "sample string 2", "createdDate": "2025-07-03T00:52:42.9535711Z", "createdByUser": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "createdByClientId": "sample string 4", "attachments": [ "sample string 1", "sample string 2" ] }, { "id": "a28931c1-e56c-4688-b5f4-abc698493751", "comment": "sample string 2", "createdDate": "2025-07-03T00:52:42.9535711Z", "createdByUser": { "id": "cff7088f-ca6f-48bf-9a02-9d67c82e1e46", "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-07-03T00:52:42.9535711Z", "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": "f81a7efc-73e7-450c-ad29-7879881442b1", "groupTaskCount": 1, "confirmImageRequired": true }
Sample not available.
Sample not available.