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>555e4d53-e746-4e9c-9069-42bbf5465a93</OwnerID> <AccountID>11337bfe-03e0-45a7-836d-0c49aa506822</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "555e4d53-e746-4e9c-9069-42bbf5465a93",
"AccountID": "11337bfe-03e0-45a7-836d-0c49aa506822"
}
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>0cf1fd6d-4ab0-41b9-87d5-f901f956027d</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "0cf1fd6d-4ab0-41b9-87d5-f901f956027d"
}