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>f6f80661-9560-4b54-a1aa-ca05c66645fc</OwnerID> <AccountID>2f449ccf-f642-46e1-beb4-904a41fc7a24</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "f6f80661-9560-4b54-a1aa-ca05c66645fc",
"AccountID": "2f449ccf-f642-46e1-beb4-904a41fc7a24"
}
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>fe63179a-1fe4-43bc-abfb-43f84c3b50e4</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "fe63179a-1fe4-43bc-abfb-43f84c3b50e4"
}