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>28a386ae-98bc-45ad-93d2-78f43751f5c6</OwnerID> <AccountID>455cf058-49c5-477b-871b-dc8b7f81568f</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "28a386ae-98bc-45ad-93d2-78f43751f5c6",
"AccountID": "455cf058-49c5-477b-871b-dc8b7f81568f"
}
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>2a9eb481-2e5a-4daf-a4ae-efc869c9ea17</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "2a9eb481-2e5a-4daf-a4ae-efc869c9ea17"
}