POST api_v1/RecognitionPackages/SetPackageWebDavLogin
Установка webdav логина для доступа к заданному пакету
Request Information
Body Parameters
SetPackageWebDavLoginModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RecognitionPackageID | globally unique identifier |
None. |
|
| WebDavLogin | string |
None. |
Request Formats
application/xml, text/xml
Sample:
<Request> <RecognitionPackageID>f56efcb4-483e-4f73-822a-6492fc699786</RecognitionPackageID> <WebDavLogin>sample string 1</WebDavLogin> </Request>
application/json, text/json
Sample:
{
"RecognitionPackageID": "f56efcb4-483e-4f73-822a-6492fc699786",
"WebDavLogin": "sample string 1"
}
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
EmptyResultDTONone.
Response Formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}