POST api_v1/ResultFiles/DeleteFile
Запрос удаления результирующего файла из базы данных
Request Information
Body Parameters
DeleteResultFileIdModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultFileID | globally unique identifier |
None. |
Request Formats
application/xml, text/xml
Sample:
<Request> <ResultFileID>c5cb9e91-2264-4b46-8fb5-ff9d7b29bcdd</ResultFileID> </Request>
application/json, text/json
Sample:
{
"ResultFileID": "c5cb9e91-2264-4b46-8fb5-ff9d7b29bcdd"
}
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:
{}