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>186b09eb-6e7b-4839-8df0-7ecb5a22bf45</OwnerID> <AccountID>82028b6c-3f00-40bb-bc8f-53d1c19bf136</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "186b09eb-6e7b-4839-8df0-7ecb5a22bf45",
"AccountID": "82028b6c-3f00-40bb-bc8f-53d1c19bf136"
}
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>8c15a036-ea5f-4f5d-be1d-3077f579abbc</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "8c15a036-ea5f-4f5d-be1d-3077f579abbc"
}