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>51964b8d-f256-44e7-8c21-83fe3d2bb858</OwnerID> <AccountID>74ffe051-e153-4e3a-a1ab-1013b5eb892e</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "51964b8d-f256-44e7-8c21-83fe3d2bb858",
"AccountID": "74ffe051-e153-4e3a-a1ab-1013b5eb892e"
}
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>7b418695-5067-4965-80a8-4c434bc8219f</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "7b418695-5067-4965-80a8-4c434bc8219f"
}