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>46b8b538-67d9-4122-a4ed-ea07c491abe8</OwnerID> <AccountID>2b2b9d0b-ae36-4287-9fbe-f13f3d96fc86</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "46b8b538-67d9-4122-a4ed-ea07c491abe8",
"AccountID": "2b2b9d0b-ae36-4287-9fbe-f13f3d96fc86"
}
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>c196aa87-9fad-4faa-9219-b2777c8c2cf8</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "c196aa87-9fad-4faa-9219-b2777c8c2cf8"
}