POST api_v1/DocumentPages/DeletePage

Запрос удаления страницы документа из базы данных.

Request Information

Body Parameters

DeletePageModel
NameDescriptionTypeAdditional information
DocumentPageID

globally unique identifier

None.

Request Formats

application/xml, text/xml

Sample:
<Request>
  <DocumentPageID>f0f84e40-5ebd-4493-be60-876b0378962d</DocumentPageID>
</Request>

application/json, text/json

Sample:
{
  "DocumentPageID": "f0f84e40-5ebd-4493-be60-876b0378962d"
}

Response Information

output может быть предоставлен в одном из следующих форматов:

  • json – задает вывод в формате JavaScript Object Notation (JSON)
  • xml – задает вывод в формате XML

Resource Description

EmptyResultDTO

None.

Response Formats

application/xml, text/xml

Sample:
<Result />

application/json, text/json

Sample:
{}