POST api/dda/recoverdocument

Request Information

URI Parameters

None.

Body Parameters

RecoverDocumentRequestModel
NameDescriptionTypeAdditional information
DocumentNumber

string

None.

Year

integer

None.

TableName

string

None.

DocumentType

string

None.

DocumentDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "DocumentNumber": "sample string 1",
  "Year": 2,
  "TableName": "sample string 3",
  "DocumentType": "sample string 4",
  "DocumentDate": "2025-08-02T15:23:42.0114508+02:00"
}

application/xml, text/xml

Sample:
<RecoverDocumentRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models">
  <DocumentDate>2025-08-02T15:23:42.0114508+02:00</DocumentDate>
  <DocumentNumber>sample string 1</DocumentNumber>
  <DocumentType>sample string 4</DocumentType>
  <TableName>sample string 3</TableName>
  <Year>2</Year>
</RecoverDocumentRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.