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": "59dff8dc-bfc8-406f-9d04-da0f5e6b4bfb",
  "vendorId": "sample string 2",
  "name": "sample string 3",
  "description": "sample string 4",
  "status": {
    "id": "865d1a18-0c61-403a-aa40-4c944ae75e24",
    "name": "sample string 2"
  },
  "dateFrom": "2024-10-06T19:17:46.8009051Z",
  "dateTill": "2024-10-06T19:17:46.8009051Z",
  "responsible": {
    "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
    "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-10-06T19:17:46.8009051Z",
    "lockoutEnabled": true,
    "roles": [
      "sample string 1",
      "sample string 2"
    ]
  },
  "tradeOutlet": {
    "id": "0efc889f-e1d4-4ea1-be45-981ed181ce6f",
    "vendorId": "sample string 2",
    "name": "sample string 3",
    "createdByUserId": "f5005e28-f8ef-4c26-bbd0-c9f996c978f5",
    "location": {
      "country": {
        "id": "2c4324fe-9833-48ca-92f6-624aea42a25f",
        "isoCode": "sample string 2",
        "name": "sample string 3"
      },
      "province": {
        "id": "bca40de3-d167-45fe-b632-f73c57fba591",
        "name": "sample string 2"
      },
      "settlement": "sample string 1",
      "addressLine": "sample string 2",
      "geoCoordinate": {
        "latitude": 1.1,
        "longitude": 1.1
      }
    },
    "category": {
      "id": "a4f79b01-8621-4111-a0c8-056cc50f287a",
      "vendorId": "sample string 2",
      "name": "sample string 3"
    },
    "format": {
      "id": "d611ac78-bccb-4005-a2a0-559f6a0d92f2",
      "vendorId": "sample string 2",
      "name": "sample string 3"
    },
    "routes": [
      {
        "id": "4bb2668e-7e0f-493e-8b37-133a28c31d1b",
        "vendorId": "sample string 2",
        "type": {
          "id": "a938950c-f294-4d1b-b68c-6266e960c09e",
          "vendorId": "sample string 2",
          "name": "sample string 3"
        },
        "salesDepartment": {
          "id": "8bf87200-b0d8-4bbe-8db1-aca53145627e",
          "vendorId": "sample string 2",
          "type": {
            "id": "519a0672-10a4-4024-bd22-e70a999aea32",
            "vendorId": "sample string 2",
            "name": "sample string 3"
          },
          "responsible": {
            "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
            "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-10-06T19:17:46.8009051Z",
            "lockoutEnabled": true,
            "roles": [
              "sample string 1",
              "sample string 2"
            ]
          },
          "name": "sample string 3",
          "office": {
            "id": "49eee8c4-dc0a-45f6-ad8d-7ea34a21b594",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "responsible": {
              "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
              "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-10-06T19:17:46.8009051Z",
              "lockoutEnabled": true,
              "roles": [
                "sample string 1",
                "sample string 2"
              ]
            },
            "location": {
              "country": {
                "id": "2c4324fe-9833-48ca-92f6-624aea42a25f",
                "isoCode": "sample string 2",
                "name": "sample string 3"
              },
              "province": {
                "id": "bca40de3-d167-45fe-b632-f73c57fba591",
                "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": "46bd58de-caf6-44bd-ad8f-c7e420dad8b0",
          "name": "sample string 2"
        },
        "name": "sample string 3",
        "dateFrom": "2024-10-06T19:17:46.8009051Z",
        "responsible": {
          "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
          "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-10-06T19:17:46.8009051Z",
          "lockoutEnabled": true,
          "roles": [
            "sample string 1",
            "sample string 2"
          ]
        },
        "items": [
          {
            "id": "2655cc01-0e5a-4bcc-908b-1591c262e109",
            "vendorId": "sample string 2",
            "weekNumber": 3,
            "dayOfWeek": 4,
            "positionInDay": 5
          },
          {
            "id": "2655cc01-0e5a-4bcc-908b-1591c262e109",
            "vendorId": "sample string 2",
            "weekNumber": 3,
            "dayOfWeek": 4,
            "positionInDay": 5
          }
        ],
        "warehouses": [
          {
            "id": "edca3057-4ba9-4b60-9b3a-f5079710ab4c",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "office": {
              "id": "49eee8c4-dc0a-45f6-ad8d-7ea34a21b594",
              "vendorId": "sample string 2",
              "name": "sample string 3",
              "responsible": {
                "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
                "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-10-06T19:17:46.8009051Z",
                "lockoutEnabled": true,
                "roles": [
                  "sample string 1",
                  "sample string 2"
                ]
              },
              "location": {
                "country": {
                  "id": "2c4324fe-9833-48ca-92f6-624aea42a25f",
                  "isoCode": "sample string 2",
                  "name": "sample string 3"
                },
                "province": {
                  "id": "bca40de3-d167-45fe-b632-f73c57fba591",
                  "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": "2c4324fe-9833-48ca-92f6-624aea42a25f",
                "isoCode": "sample string 2",
                "name": "sample string 3"
              },
              "province": {
                "id": "bca40de3-d167-45fe-b632-f73c57fba591",
                "name": "sample string 2"
              },
              "settlement": "sample string 1",
              "addressLine": "sample string 2",
              "geoCoordinate": {
                "latitude": 1.1,
                "longitude": 1.1
              }
            }
          },
          {
            "id": "edca3057-4ba9-4b60-9b3a-f5079710ab4c",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "office": {
              "id": "49eee8c4-dc0a-45f6-ad8d-7ea34a21b594",
              "vendorId": "sample string 2",
              "name": "sample string 3",
              "responsible": {
                "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
                "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-10-06T19:17:46.8009051Z",
                "lockoutEnabled": true,
                "roles": [
                  "sample string 1",
                  "sample string 2"
                ]
              },
              "location": {
                "country": {
                  "id": "2c4324fe-9833-48ca-92f6-624aea42a25f",
                  "isoCode": "sample string 2",
                  "name": "sample string 3"
                },
                "province": {
                  "id": "bca40de3-d167-45fe-b632-f73c57fba591",
                  "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": "2c4324fe-9833-48ca-92f6-624aea42a25f",
                "isoCode": "sample string 2",
                "name": "sample string 3"
              },
              "province": {
                "id": "bca40de3-d167-45fe-b632-f73c57fba591",
                "name": "sample string 2"
              },
              "settlement": "sample string 1",
              "addressLine": "sample string 2",
              "geoCoordinate": {
                "latitude": 1.1,
                "longitude": 1.1
              }
            }
          }
        ],
        "brands": [
          {
            "id": "266434a6-dbc5-4341-ab65-fca9a488e4e3",
            "vendorId": "sample string 2",
            "name": "sample string 3"
          },
          {
            "id": "266434a6-dbc5-4341-ab65-fca9a488e4e3",
            "vendorId": "sample string 2",
            "name": "sample string 3"
          }
        ],
        "groups": [
          {
            "id": "3b7c3400-e2fd-4c6b-b884-8f7c8d9110ff",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "hierarchy": {
              "level": 1,
              "path": "sample string 2"
            }
          },
          {
            "id": "3b7c3400-e2fd-4c6b-b884-8f7c8d9110ff",
            "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": "4bb2668e-7e0f-493e-8b37-133a28c31d1b",
        "vendorId": "sample string 2",
        "type": {
          "id": "a938950c-f294-4d1b-b68c-6266e960c09e",
          "vendorId": "sample string 2",
          "name": "sample string 3"
        },
        "salesDepartment": {
          "id": "8bf87200-b0d8-4bbe-8db1-aca53145627e",
          "vendorId": "sample string 2",
          "type": {
            "id": "519a0672-10a4-4024-bd22-e70a999aea32",
            "vendorId": "sample string 2",
            "name": "sample string 3"
          },
          "responsible": {
            "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
            "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-10-06T19:17:46.8009051Z",
            "lockoutEnabled": true,
            "roles": [
              "sample string 1",
              "sample string 2"
            ]
          },
          "name": "sample string 3",
          "office": {
            "id": "49eee8c4-dc0a-45f6-ad8d-7ea34a21b594",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "responsible": {
              "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
              "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-10-06T19:17:46.8009051Z",
              "lockoutEnabled": true,
              "roles": [
                "sample string 1",
                "sample string 2"
              ]
            },
            "location": {
              "country": {
                "id": "2c4324fe-9833-48ca-92f6-624aea42a25f",
                "isoCode": "sample string 2",
                "name": "sample string 3"
              },
              "province": {
                "id": "bca40de3-d167-45fe-b632-f73c57fba591",
                "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": "46bd58de-caf6-44bd-ad8f-c7e420dad8b0",
          "name": "sample string 2"
        },
        "name": "sample string 3",
        "dateFrom": "2024-10-06T19:17:46.8009051Z",
        "responsible": {
          "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
          "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-10-06T19:17:46.8009051Z",
          "lockoutEnabled": true,
          "roles": [
            "sample string 1",
            "sample string 2"
          ]
        },
        "items": [
          {
            "id": "2655cc01-0e5a-4bcc-908b-1591c262e109",
            "vendorId": "sample string 2",
            "weekNumber": 3,
            "dayOfWeek": 4,
            "positionInDay": 5
          },
          {
            "id": "2655cc01-0e5a-4bcc-908b-1591c262e109",
            "vendorId": "sample string 2",
            "weekNumber": 3,
            "dayOfWeek": 4,
            "positionInDay": 5
          }
        ],
        "warehouses": [
          {
            "id": "edca3057-4ba9-4b60-9b3a-f5079710ab4c",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "office": {
              "id": "49eee8c4-dc0a-45f6-ad8d-7ea34a21b594",
              "vendorId": "sample string 2",
              "name": "sample string 3",
              "responsible": {
                "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
                "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-10-06T19:17:46.8009051Z",
                "lockoutEnabled": true,
                "roles": [
                  "sample string 1",
                  "sample string 2"
                ]
              },
              "location": {
                "country": {
                  "id": "2c4324fe-9833-48ca-92f6-624aea42a25f",
                  "isoCode": "sample string 2",
                  "name": "sample string 3"
                },
                "province": {
                  "id": "bca40de3-d167-45fe-b632-f73c57fba591",
                  "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": "2c4324fe-9833-48ca-92f6-624aea42a25f",
                "isoCode": "sample string 2",
                "name": "sample string 3"
              },
              "province": {
                "id": "bca40de3-d167-45fe-b632-f73c57fba591",
                "name": "sample string 2"
              },
              "settlement": "sample string 1",
              "addressLine": "sample string 2",
              "geoCoordinate": {
                "latitude": 1.1,
                "longitude": 1.1
              }
            }
          },
          {
            "id": "edca3057-4ba9-4b60-9b3a-f5079710ab4c",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "office": {
              "id": "49eee8c4-dc0a-45f6-ad8d-7ea34a21b594",
              "vendorId": "sample string 2",
              "name": "sample string 3",
              "responsible": {
                "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
                "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-10-06T19:17:46.8009051Z",
                "lockoutEnabled": true,
                "roles": [
                  "sample string 1",
                  "sample string 2"
                ]
              },
              "location": {
                "country": {
                  "id": "2c4324fe-9833-48ca-92f6-624aea42a25f",
                  "isoCode": "sample string 2",
                  "name": "sample string 3"
                },
                "province": {
                  "id": "bca40de3-d167-45fe-b632-f73c57fba591",
                  "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": "2c4324fe-9833-48ca-92f6-624aea42a25f",
                "isoCode": "sample string 2",
                "name": "sample string 3"
              },
              "province": {
                "id": "bca40de3-d167-45fe-b632-f73c57fba591",
                "name": "sample string 2"
              },
              "settlement": "sample string 1",
              "addressLine": "sample string 2",
              "geoCoordinate": {
                "latitude": 1.1,
                "longitude": 1.1
              }
            }
          }
        ],
        "brands": [
          {
            "id": "266434a6-dbc5-4341-ab65-fca9a488e4e3",
            "vendorId": "sample string 2",
            "name": "sample string 3"
          },
          {
            "id": "266434a6-dbc5-4341-ab65-fca9a488e4e3",
            "vendorId": "sample string 2",
            "name": "sample string 3"
          }
        ],
        "groups": [
          {
            "id": "3b7c3400-e2fd-4c6b-b884-8f7c8d9110ff",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "hierarchy": {
              "level": 1,
              "path": "sample string 2"
            }
          },
          {
            "id": "3b7c3400-e2fd-4c6b-b884-8f7c8d9110ff",
            "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": "0ab64ca2-39d0-4bb6-b9ca-819098235bed",
        "vendorId": "sample string 2",
        "name": "sample string 3",
        "priceCategory": {
          "id": "d0552cce-31ea-43c7-b2cb-650ed8cf952c",
          "vendorId": "sample string 2",
          "name": "sample string 3",
          "orderIndex": 1
        },
        "priceTiers": [
          {
            "id": "d0552cce-31ea-43c7-b2cb-650ed8cf952c",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "orderIndex": 1
          },
          {
            "id": "d0552cce-31ea-43c7-b2cb-650ed8cf952c",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "orderIndex": 1
          }
        ],
        "currency": {
          "id": "3437f18d-b618-4e21-8e28-ed6e3ca33ab8",
          "isoCode": "sample string 2",
          "isoNumber3": "sample string 3",
          "name": "sample string 4",
          "shortName": "sample string 5",
          "symbol": "sample string 6"
        },
        "paymentTypes": [
          {
            "id": "e1f187b8-083e-4de4-bd74-a21d802f2c44",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "orderIndex": 1
          },
          {
            "id": "e1f187b8-083e-4de4-bd74-a21d802f2c44",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "orderIndex": 1
          }
        ],
        "paymentForms": [
          1,
          2
        ],
        "deferment": 1,
        "limit": 1.0,
        "debts": [
          {
            "currency": {
              "id": "3437f18d-b618-4e21-8e28-ed6e3ca33ab8",
              "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": "3437f18d-b618-4e21-8e28-ed6e3ca33ab8",
              "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": "3437f18d-b618-4e21-8e28-ed6e3ca33ab8",
              "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": "3437f18d-b618-4e21-8e28-ed6e3ca33ab8",
              "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": "57563368-85ab-4a1e-8e40-7100db063743",
              "vendorId": "sample string 2",
              "name": "sample string 3",
              "entityDataType": "string",
              "valueLookup": "contacts",
              "required": true
            },
            "value": "sample string 1"
          },
          {
            "entityProperty": {
              "id": "57563368-85ab-4a1e-8e40-7100db063743",
              "vendorId": "sample string 2",
              "name": "sample string 3",
              "entityDataType": "string",
              "valueLookup": "contacts",
              "required": true
            },
            "value": "sample string 1"
          }
        ],
        "discounts": [
          {
            "id": "32c42b35-1484-45e0-97cb-8f585199b5c8",
            "group": {
              "id": "3b7c3400-e2fd-4c6b-b884-8f7c8d9110ff",
              "vendorId": "sample string 2",
              "name": "sample string 3",
              "hierarchy": {
                "level": 1,
                "path": "sample string 2"
              }
            },
            "brand": {
              "id": "266434a6-dbc5-4341-ab65-fca9a488e4e3",
              "vendorId": "sample string 2",
              "name": "sample string 3"
            },
            "percent": 2.1
          },
          {
            "id": "32c42b35-1484-45e0-97cb-8f585199b5c8",
            "group": {
              "id": "3b7c3400-e2fd-4c6b-b884-8f7c8d9110ff",
              "vendorId": "sample string 2",
              "name": "sample string 3",
              "hierarchy": {
                "level": 1,
                "path": "sample string 2"
              }
            },
            "brand": {
              "id": "266434a6-dbc5-4341-ab65-fca9a488e4e3",
              "vendorId": "sample string 2",
              "name": "sample string 3"
            },
            "percent": 2.1
          }
        ],
        "active": true,
        "dateFrom": "2024-10-06T19:17:46.8009051Z",
        "dateTill": "2024-10-06T19:17:46.8009051Z",
        "deliveryTypes": [
          {
            "id": "ad0eb894-a421-4b41-9157-fe00b24c5728",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "orderIndex": 1
          },
          {
            "id": "ad0eb894-a421-4b41-9157-fe00b24c5728",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "orderIndex": 1
          }
        ]
      },
      {
        "id": "0ab64ca2-39d0-4bb6-b9ca-819098235bed",
        "vendorId": "sample string 2",
        "name": "sample string 3",
        "priceCategory": {
          "id": "d0552cce-31ea-43c7-b2cb-650ed8cf952c",
          "vendorId": "sample string 2",
          "name": "sample string 3",
          "orderIndex": 1
        },
        "priceTiers": [
          {
            "id": "d0552cce-31ea-43c7-b2cb-650ed8cf952c",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "orderIndex": 1
          },
          {
            "id": "d0552cce-31ea-43c7-b2cb-650ed8cf952c",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "orderIndex": 1
          }
        ],
        "currency": {
          "id": "3437f18d-b618-4e21-8e28-ed6e3ca33ab8",
          "isoCode": "sample string 2",
          "isoNumber3": "sample string 3",
          "name": "sample string 4",
          "shortName": "sample string 5",
          "symbol": "sample string 6"
        },
        "paymentTypes": [
          {
            "id": "e1f187b8-083e-4de4-bd74-a21d802f2c44",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "orderIndex": 1
          },
          {
            "id": "e1f187b8-083e-4de4-bd74-a21d802f2c44",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "orderIndex": 1
          }
        ],
        "paymentForms": [
          1,
          2
        ],
        "deferment": 1,
        "limit": 1.0,
        "debts": [
          {
            "currency": {
              "id": "3437f18d-b618-4e21-8e28-ed6e3ca33ab8",
              "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": "3437f18d-b618-4e21-8e28-ed6e3ca33ab8",
              "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": "3437f18d-b618-4e21-8e28-ed6e3ca33ab8",
              "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": "3437f18d-b618-4e21-8e28-ed6e3ca33ab8",
              "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": "57563368-85ab-4a1e-8e40-7100db063743",
              "vendorId": "sample string 2",
              "name": "sample string 3",
              "entityDataType": "string",
              "valueLookup": "contacts",
              "required": true
            },
            "value": "sample string 1"
          },
          {
            "entityProperty": {
              "id": "57563368-85ab-4a1e-8e40-7100db063743",
              "vendorId": "sample string 2",
              "name": "sample string 3",
              "entityDataType": "string",
              "valueLookup": "contacts",
              "required": true
            },
            "value": "sample string 1"
          }
        ],
        "discounts": [
          {
            "id": "32c42b35-1484-45e0-97cb-8f585199b5c8",
            "group": {
              "id": "3b7c3400-e2fd-4c6b-b884-8f7c8d9110ff",
              "vendorId": "sample string 2",
              "name": "sample string 3",
              "hierarchy": {
                "level": 1,
                "path": "sample string 2"
              }
            },
            "brand": {
              "id": "266434a6-dbc5-4341-ab65-fca9a488e4e3",
              "vendorId": "sample string 2",
              "name": "sample string 3"
            },
            "percent": 2.1
          },
          {
            "id": "32c42b35-1484-45e0-97cb-8f585199b5c8",
            "group": {
              "id": "3b7c3400-e2fd-4c6b-b884-8f7c8d9110ff",
              "vendorId": "sample string 2",
              "name": "sample string 3",
              "hierarchy": {
                "level": 1,
                "path": "sample string 2"
              }
            },
            "brand": {
              "id": "266434a6-dbc5-4341-ab65-fca9a488e4e3",
              "vendorId": "sample string 2",
              "name": "sample string 3"
            },
            "percent": 2.1
          }
        ],
        "active": true,
        "dateFrom": "2024-10-06T19:17:46.8009051Z",
        "dateTill": "2024-10-06T19:17:46.8009051Z",
        "deliveryTypes": [
          {
            "id": "ad0eb894-a421-4b41-9157-fe00b24c5728",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "orderIndex": 1
          },
          {
            "id": "ad0eb894-a421-4b41-9157-fe00b24c5728",
            "vendorId": "sample string 2",
            "name": "sample string 3",
            "orderIndex": 1
          }
        ]
      }
    ],
    "properties": [
      {
        "entityProperty": {
          "id": "57563368-85ab-4a1e-8e40-7100db063743",
          "vendorId": "sample string 2",
          "name": "sample string 3",
          "entityDataType": "string",
          "valueLookup": "contacts",
          "required": true
        },
        "value": "sample string 1"
      },
      {
        "entityProperty": {
          "id": "57563368-85ab-4a1e-8e40-7100db063743",
          "vendorId": "sample string 2",
          "name": "sample string 3",
          "entityDataType": "string",
          "valueLookup": "contacts",
          "required": true
        },
        "value": "sample string 1"
      }
    ]
  },
  "createdDate": "2024-10-06T19:17:46.8009051Z",
  "createdByUser": {
    "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
    "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-10-06T19:17:46.8009051Z",
    "lockoutEnabled": true,
    "roles": [
      "sample string 1",
      "sample string 2"
    ]
  },
  "createdByClientId": "sample string 8",
  "updatedDate": "2024-10-06T19:17:46.8009051Z",
  "updatedByUser": {
    "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
    "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-10-06T19:17:46.8009051Z",
    "lockoutEnabled": true,
    "roles": [
      "sample string 1",
      "sample string 2"
    ]
  },
  "updatedByClientId": "sample string 9",
  "comments": [
    {
      "id": "0743a691-fc5a-43f1-8879-b5108c25f373",
      "comment": "sample string 2",
      "createdDate": "2024-10-06T19:17:46.8009051Z",
      "createdByUser": {
        "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
        "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-10-06T19:17:46.8009051Z",
        "lockoutEnabled": true,
        "roles": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "createdByClientId": "sample string 4",
      "attachments": [
        "sample string 1",
        "sample string 2"
      ]
    },
    {
      "id": "0743a691-fc5a-43f1-8879-b5108c25f373",
      "comment": "sample string 2",
      "createdDate": "2024-10-06T19:17:46.8009051Z",
      "createdByUser": {
        "id": "89ff2408-0543-4098-a3c6-00ceaa00adb9",
        "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-10-06T19:17:46.8009051Z",
        "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": "8d0e7a42-acf0-403d-a3d9-b679f93d9f01",
  "groupTaskCount": 1,
  "confirmImageRequired": true
}

Sample not available.

Sample not available.