POST api_v1/BrainCenter/TaskDone
Завершить таску.
Request Information
Body Parameters
BrainCenterJsonTrnsferModelName | Description | Type | Additional information |
---|---|---|---|
Content | string |
None. |
Request Formats
application/xml, text/xml
Sample:
<Request> <Content>sample string 1</Content> </Request>
application/json, text/json
Sample:
{ "Content": "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:
{}