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>ce371a87-eb74-48dc-be3f-49d3714dddcb</OwnerID> <AccountID>98ce14fd-06e2-4375-9c56-9cb3dbb0f4ad</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "ce371a87-eb74-48dc-be3f-49d3714dddcb",
"AccountID": "98ce14fd-06e2-4375-9c56-9cb3dbb0f4ad"
}
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>e677fb2c-aaf6-422f-ad49-8ab3f76bbbb6</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "e677fb2c-aaf6-422f-ad49-8ab3f76bbbb6"
}