POST api_v1/RecognitionPackages/CreatePackage
Создать новый пакет
Request Information
Body Parameters
CreatePackageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerID | globally unique identifier |
None. |
|
| AccountID | globally unique identifier |
None. |
Request Formats
application/xml, text/xml
Sample:
<Request> <OwnerID>29f8129c-1219-4302-ac32-2e2a6b379cc2</OwnerID> <AccountID>d788608f-73d8-4f74-815c-eba168a85b72</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "29f8129c-1219-4302-ac32-2e2a6b379cc2",
"AccountID": "d788608f-73d8-4f74-815c-eba168a85b72"
}
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
RecognitionPackageIdDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| RecognitionPackageId | globally unique identifier |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result> <RecognitionPackageId>7d0f9356-c9d0-4d97-a506-b656e5cc61f9</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "7d0f9356-c9d0-4d97-a506-b656e5cc61f9"
}