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>625730ce-50f0-474d-a9fe-82888da4609f</OwnerID>
  <AccountID>f73cb05a-f582-49b7-a388-115c346f2955</AccountID>
</Request>

application/json, text/json

Sample:
{
  "OwnerID": "625730ce-50f0-474d-a9fe-82888da4609f",
  "AccountID": "f73cb05a-f582-49b7-a388-115c346f2955"
}

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>2de77519-db38-4f26-9036-1551db2f6949</RecognitionPackageId>
</Result>

application/json, text/json

Sample:
{
  "RecognitionPackageId": "2de77519-db38-4f26-9036-1551db2f6949"
}