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>7b9fb75f-d1a1-4762-8593-b3f98b8b601c</OwnerID> <AccountID>182a3c34-1e13-4072-98f5-28a4be087446</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "7b9fb75f-d1a1-4762-8593-b3f98b8b601c",
"AccountID": "182a3c34-1e13-4072-98f5-28a4be087446"
}
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>795672c4-b34d-41bc-8e96-e1fa35e7ec6c</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "795672c4-b34d-41bc-8e96-e1fa35e7ec6c"
}