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>672cf1fb-a125-4fd8-932b-83feaa9332c4</OwnerID> <AccountID>560f9e79-3554-4097-b56e-6a6cc41b362f</AccountID> </Request>
application/json, text/json
Sample:
{
"OwnerID": "672cf1fb-a125-4fd8-932b-83feaa9332c4",
"AccountID": "560f9e79-3554-4097-b56e-6a6cc41b362f"
}
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>af4f7297-4473-4ca7-aa5c-3d7b1a5f6bfa</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "af4f7297-4473-4ca7-aa5c-3d7b1a5f6bfa"
}