POST api_v1/RecognitionPackages/CreatePackage

Создать новый пакет

Request Information

Body Parameters

CreatePackageModel
NameDescriptionTypeAdditional information
OwnerID

globally unique identifier

None.

AccountID

globally unique identifier

None.

Request Formats

application/xml, text/xml

Sample:
<Request>
  <OwnerID>67e35a26-98c5-4147-bc7c-f26bd20e4944</OwnerID>
  <AccountID>9ae982c8-81ad-404d-8860-00a929bbe133</AccountID>
</Request>

application/json, text/json

Sample:
{
  "OwnerID": "67e35a26-98c5-4147-bc7c-f26bd20e4944",
  "AccountID": "9ae982c8-81ad-404d-8860-00a929bbe133"
}

Response Information

output может быть предоставлен в одном из следующих форматов:

  • json – задает вывод в формате JavaScript Object Notation (JSON)
  • xml – задает вывод в формате XML

Resource Description

RecognitionPackageIdDTO
NameDescriptionTypeAdditional information
RecognitionPackageId

globally unique identifier

None.

Response Formats

application/xml, text/xml

Sample:
<Result>
  <RecognitionPackageId>8e44f02c-a816-46e5-974b-3eeb833a826d</RecognitionPackageId>
</Result>

application/json, text/json

Sample:
{
  "RecognitionPackageId": "8e44f02c-a816-46e5-974b-3eeb833a826d"
}