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>54c6977f-f8d2-4876-8727-331675fd0f2d</OwnerID>
  <AccountID>84769f5b-6efb-4b5b-96fe-953b9ac87e8e</AccountID>
</Request>

application/json, text/json

Sample:
{
  "OwnerID": "54c6977f-f8d2-4876-8727-331675fd0f2d",
  "AccountID": "84769f5b-6efb-4b5b-96fe-953b9ac87e8e"
}

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>705f335c-708b-4232-874b-c5fe3afcd1ac</RecognitionPackageId>
</Result>

application/json, text/json

Sample:
{
  "RecognitionPackageId": "705f335c-708b-4232-874b-c5fe3afcd1ac"
}