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>5cd413fa-796e-4edc-86b0-097ce34ca982</OwnerID> <AccountID>ad6fff18-7210-4822-a807-5542a9a03757</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "5cd413fa-796e-4edc-86b0-097ce34ca982",
"AccountID": "ad6fff18-7210-4822-a807-5542a9a03757"
}
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>9008c0ab-2e17-4245-b871-bb348e0fb67c</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "9008c0ab-2e17-4245-b871-bb348e0fb67c"
}