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>c7c9ceb6-a389-48c7-b2c0-f256cf9628cf</OwnerID> <AccountID>d5dc7902-7e53-485f-8a93-a594585e240c</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "c7c9ceb6-a389-48c7-b2c0-f256cf9628cf",
"AccountID": "d5dc7902-7e53-485f-8a93-a594585e240c"
}
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>39cca170-800f-4f54-ab12-77e5172a3c35</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "39cca170-800f-4f54-ab12-77e5172a3c35"
}