POST api_v1/RecognitionPackages/CreatePackage
Создать новый пакет
Request Information
Body Parameters
CreatePackageModelName | Description | Type | Additional information |
---|---|---|---|
OwnerID | globally unique identifier |
None. |
|
AccountID | globally unique identifier |
None. |
Request Formats
application/xml, text/xml
Sample:
<Request> <OwnerID>4a7a2ec0-6a18-4ba4-a6ed-0af408cf0f0d</OwnerID> <AccountID>674c2c4c-5e17-476b-bfd6-d2178a42c739</AccountID> </Request>
application/json, text/json
Sample:
{ "OwnerID": "4a7a2ec0-6a18-4ba4-a6ed-0af408cf0f0d", "AccountID": "674c2c4c-5e17-476b-bfd6-d2178a42c739" }
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
RecognitionPackageIdDTOName | Description | Type | Additional information |
---|---|---|---|
RecognitionPackageId | globally unique identifier |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result> <RecognitionPackageId>31792877-54b2-4cc8-8b87-c7921c8b21cd</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{ "RecognitionPackageId": "31792877-54b2-4cc8-8b87-c7921c8b21cd" }