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>275d5d2e-13b5-4b8c-bcf8-9fb84a6d4c98</OwnerID> <AccountID>b56d8c02-63fc-4a04-8d0f-19b0a0ae20b9</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "275d5d2e-13b5-4b8c-bcf8-9fb84a6d4c98",
"AccountID": "b56d8c02-63fc-4a04-8d0f-19b0a0ae20b9"
}
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>83059389-7053-441a-8890-721ec2eb5806</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "83059389-7053-441a-8890-721ec2eb5806"
}