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>0561588d-fd22-4c5c-992c-489b8973deca</OwnerID> <AccountID>71251f94-7447-4838-8d69-e416fbf20f3f</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "0561588d-fd22-4c5c-992c-489b8973deca",
"AccountID": "71251f94-7447-4838-8d69-e416fbf20f3f"
}
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>7839d34c-a60d-41ac-8853-655f311dc2b1</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "7839d34c-a60d-41ac-8853-655f311dc2b1"
}