POST api_v1/DocumentPages/DeletePage
Запрос удаления страницы документа из базы данных.
Request Information
Body Parameters
DeletePageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentPageID | globally unique identifier |
None. |
Request Formats
application/xml, text/xml
Sample:
<Request> <DocumentPageID>7741f011-40f3-4c32-9d11-9bd6b5d30972</DocumentPageID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": "7741f011-40f3-4c32-9d11-9bd6b5d30972"
}
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:
{}