POST api_v1/BrainCenterWorkers/Add
Добавить воркера в брейн центр.
Request Information
Body Parameters
BrainCenterWorkerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Cloud42WorkerLogin | string |
None. |
|
| Cloud42WorkerId | globally unique identifier |
None. |
Request Formats
application/xml, text/xml
Sample:
<Request> <Cloud42WorkerLogin>sample string 1</Cloud42WorkerLogin> <Cloud42WorkerId>ef66aefa-d109-4ca9-adf6-9344c94ce5ba</Cloud42WorkerId> </Request>
application/json, text/json
Sample:
{
"Cloud42WorkerLogin": "sample string 1",
"Cloud42WorkerId": "ef66aefa-d109-4ca9-adf6-9344c94ce5ba"
}
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:
{}