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>1b9f53fe-062f-4712-9e6c-03ceaa31f9fd</OwnerID> <AccountID>054a265e-99b3-4551-a143-9efca39447b3</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "1b9f53fe-062f-4712-9e6c-03ceaa31f9fd",
"AccountID": "054a265e-99b3-4551-a143-9efca39447b3"
}
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>ca96c6f4-f443-414a-b30f-130e825e2b8b</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "ca96c6f4-f443-414a-b30f-130e825e2b8b"
}