GET api/repository/documents/{id}
Метод для получения информации о "Документе" в хранилище
Полный URL-адрес запроса: https://sfa-api.ddapp.biz/api/repository/documents/{id}
Для этого метода требуется авторизация
Информация о запросе
URL параметры
Название | Описание | Тип данных | Дополнительная информация |
---|---|---|---|
id |
Уникальный идентификатор "Документа" в хранилище |
string |
Required |
fields |
Список дополнительных полей, которые необходимо вернуть |
string |
Нет |
Тело запроса
Нет параметров в теле запроса
Информация об ответе
RepositoryDocumentModel
Название | Описание | Тип данных | Дополнительная информация |
---|---|---|---|
Id | globally unique identifier |
Поддерживает сортировку |
|
VendorId | string |
Нет |
|
Group | RepositoryGroupModel |
Дополнительное поле |
|
Name | string |
Нет |
|
FullName | string |
Нет |
|
ContentType | string |
Нет |
|
Length | integer |
Нет |
|
Url | string |
Нет |
|
CreatedDate | date |
Поддерживает сортировку |
|
CreatedByUser | UserModel |
Дополнительное поле |
|
CreatedByClientId | string |
Нет |
|
SalesDepartmentTypes | Collection of SalesDepartmentTypeModel |
Дополнительное поле |
|
SalesDepartments | Collection of SalesDepartmentModel |
Дополнительное поле |
|
RouteTypes | Collection of RouteTypeModel |
Дополнительное поле |
|
Routes | Collection of RouteModel |
Дополнительное поле |
|
Provinces | Collection of ProvinceModel |
Дополнительное поле |
Форматы ответа
{ "id": "71592f4b-c1e1-4c90-b6ce-cb77d21570cb", "vendorId": "sample string 2", "group": { "id": "97a6a91b-083b-42fe-a989-d4e475dddca1", "vendorId": "sample string 2", "name": "sample string 3", "createdDate": "2024-11-22T00:26:02.2567205Z" }, "name": "sample string 3", "fullName": "sample string 4", "contentType": "sample string 5", "length": 6, "url": "sample string 7", "createdDate": "2024-11-22T00:26:02.2567205Z", "createdByUser": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "createdByClientId": "sample string 9", "salesDepartmentTypes": [ { "id": "7dd5335e-5319-41e4-b9f2-596acaabd1ff", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "7dd5335e-5319-41e4-b9f2-596acaabd1ff", "vendorId": "sample string 2", "name": "sample string 3" } ], "salesDepartments": [ { "id": "c2b20a41-55c4-4c4a-a749-01318629bade", "vendorId": "sample string 2", "type": { "id": "7dd5335e-5319-41e4-b9f2-596acaabd1ff", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "85ba2a95-9f56-4fe7-9486-e9e57e8782c3", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "timeZoneId": "sample string 4" } }, { "id": "c2b20a41-55c4-4c4a-a749-01318629bade", "vendorId": "sample string 2", "type": { "id": "7dd5335e-5319-41e4-b9f2-596acaabd1ff", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "85ba2a95-9f56-4fe7-9486-e9e57e8782c3", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "timeZoneId": "sample string 4" } } ], "routeTypes": [ { "id": "3992ef2d-6d72-4717-ab64-81d16dfd1e76", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "3992ef2d-6d72-4717-ab64-81d16dfd1e76", "vendorId": "sample string 2", "name": "sample string 3" } ], "routes": [ { "id": "4e0df2b1-a50b-47d1-88f2-f239228c23ca", "vendorId": "sample string 2", "type": { "id": "3992ef2d-6d72-4717-ab64-81d16dfd1e76", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "c2b20a41-55c4-4c4a-a749-01318629bade", "vendorId": "sample string 2", "type": { "id": "7dd5335e-5319-41e4-b9f2-596acaabd1ff", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "85ba2a95-9f56-4fe7-9486-e9e57e8782c3", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "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": "f4ff21ee-6a4e-44c7-a2ac-a77e82b53509", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2024-11-22T00:26:02.2567205Z", "responsible": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "338a0d34-a569-4569-9f9a-1ef14ff3fe09", "vendorId": "sample string 2", "tradeOutlet": { "id": "823a3d4a-1bb3-4dc2-b2a5-9a23b8481c73", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "4fc09744-2519-4ff3-b31e-9849b0b4b4dd", "location": { "country": { "id": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "07bffbf9-7446-46b1-9870-f07887ffd777", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "84d826ef-5778-41bf-ada0-56b666825338", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [], "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": "917318e9-f51e-493b-89dc-673b196c8a28", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2024-11-22T00:26:02.2567205Z", "dateTill": "2024-11-22T00:26:02.2567205Z", "deliveryTypes": [ { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "917318e9-f51e-493b-89dc-673b196c8a28", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2024-11-22T00:26:02.2567205Z", "dateTill": "2024-11-22T00:26:02.2567205Z", "deliveryTypes": [ { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 }, { "id": "338a0d34-a569-4569-9f9a-1ef14ff3fe09", "vendorId": "sample string 2", "tradeOutlet": { "id": "823a3d4a-1bb3-4dc2-b2a5-9a23b8481c73", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "4fc09744-2519-4ff3-b31e-9849b0b4b4dd", "location": { "country": { "id": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "07bffbf9-7446-46b1-9870-f07887ffd777", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "84d826ef-5778-41bf-ada0-56b666825338", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [], "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": "917318e9-f51e-493b-89dc-673b196c8a28", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2024-11-22T00:26:02.2567205Z", "dateTill": "2024-11-22T00:26:02.2567205Z", "deliveryTypes": [ { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "917318e9-f51e-493b-89dc-673b196c8a28", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2024-11-22T00:26:02.2567205Z", "dateTill": "2024-11-22T00:26:02.2567205Z", "deliveryTypes": [ { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 } ], "warehouses": [ { "id": "cd6f12c0-7bd8-4980-aad6-f6449369b9cd", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "85ba2a95-9f56-4fe7-9486-e9e57e8782c3", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "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": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "cd6f12c0-7bd8-4980-aad6-f6449369b9cd", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "85ba2a95-9f56-4fe7-9486-e9e57e8782c3", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "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": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "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": "4e0df2b1-a50b-47d1-88f2-f239228c23ca", "vendorId": "sample string 2", "type": { "id": "3992ef2d-6d72-4717-ab64-81d16dfd1e76", "vendorId": "sample string 2", "name": "sample string 3" }, "salesDepartment": { "id": "c2b20a41-55c4-4c4a-a749-01318629bade", "vendorId": "sample string 2", "type": { "id": "7dd5335e-5319-41e4-b9f2-596acaabd1ff", "vendorId": "sample string 2", "name": "sample string 3" }, "responsible": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "name": "sample string 3", "office": { "id": "85ba2a95-9f56-4fe7-9486-e9e57e8782c3", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "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": "f4ff21ee-6a4e-44c7-a2ac-a77e82b53509", "name": "sample string 2" }, "name": "sample string 3", "dateFrom": "2024-11-22T00:26:02.2567205Z", "responsible": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "items": [ { "id": "338a0d34-a569-4569-9f9a-1ef14ff3fe09", "vendorId": "sample string 2", "tradeOutlet": { "id": "823a3d4a-1bb3-4dc2-b2a5-9a23b8481c73", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "4fc09744-2519-4ff3-b31e-9849b0b4b4dd", "location": { "country": { "id": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "07bffbf9-7446-46b1-9870-f07887ffd777", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "84d826ef-5778-41bf-ada0-56b666825338", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [], "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": "917318e9-f51e-493b-89dc-673b196c8a28", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2024-11-22T00:26:02.2567205Z", "dateTill": "2024-11-22T00:26:02.2567205Z", "deliveryTypes": [ { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "917318e9-f51e-493b-89dc-673b196c8a28", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2024-11-22T00:26:02.2567205Z", "dateTill": "2024-11-22T00:26:02.2567205Z", "deliveryTypes": [ { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 }, { "id": "338a0d34-a569-4569-9f9a-1ef14ff3fe09", "vendorId": "sample string 2", "tradeOutlet": { "id": "823a3d4a-1bb3-4dc2-b2a5-9a23b8481c73", "vendorId": "sample string 2", "name": "sample string 3", "createdByUserId": "4fc09744-2519-4ff3-b31e-9849b0b4b4dd", "location": { "country": { "id": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } }, "category": { "id": "07bffbf9-7446-46b1-9870-f07887ffd777", "vendorId": "sample string 2", "name": "sample string 3" }, "format": { "id": "84d826ef-5778-41bf-ada0-56b666825338", "vendorId": "sample string 2", "name": "sample string 3" }, "routes": [], "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": "917318e9-f51e-493b-89dc-673b196c8a28", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2024-11-22T00:26:02.2567205Z", "dateTill": "2024-11-22T00:26:02.2567205Z", "deliveryTypes": [ { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] }, { "id": "917318e9-f51e-493b-89dc-673b196c8a28", "vendorId": "sample string 2", "name": "sample string 3", "priceCategory": { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, "priceTiers": [ { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "7a89ee90-4c38-4c37-8108-c6965e0eae4a", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "isoCode": "sample string 2", "isoNumber3": "sample string 3", "name": "sample string 4", "shortName": "sample string 5", "symbol": "sample string 6" }, "paymentTypes": [ { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "8514ae6c-b357-4729-9d1f-7703225effdf", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ], "paymentForms": [ 1, 2 ], "deferment": 1, "limit": 1.0, "debts": [ { "currency": { "id": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "2857be9b-1d35-48f6-be83-8354aea1e65c", "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": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ], "discounts": [ { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 }, { "id": "3f5aaa91-a027-48f4-927e-0ba30f22315c", "group": { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, "brand": { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, "percent": 2.1 } ], "active": true, "dateFrom": "2024-11-22T00:26:02.2567205Z", "dateTill": "2024-11-22T00:26:02.2567205Z", "deliveryTypes": [ { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 }, { "id": "9aca68a4-ffd3-45e1-8e91-c17f3fda2633", "vendorId": "sample string 2", "name": "sample string 3", "orderIndex": 1 } ] } ], "properties": [ { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" }, { "entityProperty": { "id": "1c677b0d-e818-452b-afa6-53990a4ffd68", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "value": "sample string 1" } ] }, "weekNumber": 3, "dayOfWeek": 4, "positionInDay": 5 } ], "warehouses": [ { "id": "cd6f12c0-7bd8-4980-aad6-f6449369b9cd", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "85ba2a95-9f56-4fe7-9486-e9e57e8782c3", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "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": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } }, { "id": "cd6f12c0-7bd8-4980-aad6-f6449369b9cd", "vendorId": "sample string 2", "name": "sample string 3", "office": { "id": "85ba2a95-9f56-4fe7-9486-e9e57e8782c3", "vendorId": "sample string 2", "name": "sample string 3", "responsible": { "id": "e52c7a6e-9561-47c5-9469-ff691c7c7fcd", "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": "2024-11-22T00:26:02.2567205Z", "lockoutEnabled": true, "roles": [ "sample string 1", "sample string 2" ] }, "location": { "country": { "id": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "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": "88d7bd18-3b44-4177-9c77-5f686a21f0c6", "isoCode": "sample string 2", "name": "sample string 3" }, "province": { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "name": "sample string 2" }, "settlement": "sample string 1", "addressLine": "sample string 2", "geoCoordinate": { "latitude": 1.1, "longitude": 1.1 } } } ], "brands": [ { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" }, { "id": "5524fbde-127a-41e4-aef2-6da6751e1d92", "vendorId": "sample string 2", "name": "sample string 3" } ], "groups": [ { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "965e71ed-ac2c-46bb-8ee2-bd8f77330210", "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" } ], "provinces": [ { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "name": "sample string 2" }, { "id": "1cd9a5c3-e00d-41ed-b359-450e884bc236", "name": "sample string 2" } ] }
Sample not available.
Sample not available.