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>50a9e11b-e984-4d81-8078-776dee86cf95</OwnerID> <AccountID>e927f95f-9291-4bb3-ae7c-0e22ab4f7fd7</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "50a9e11b-e984-4d81-8078-776dee86cf95",
"AccountID": "e927f95f-9291-4bb3-ae7c-0e22ab4f7fd7"
}
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>eb62ac20-0513-46d6-a33d-44c56470eff4</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "eb62ac20-0513-46d6-a33d-44c56470eff4"
}