GET api/Document/ReSave
Request Information
URI Parameters
None.
Body Parameters
ReSaveData| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
Required |
|
| ToDate | date |
Required |
|
| DTypeID | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2025-12-09T21:26:39.1424901+02:00",
"ToDate": "2025-12-09T21:26:39.1424901+02:00",
"DTypeID": 3
}
application/xml, text/xml
Sample:
<ReSaveData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWIPIs"> <DTypeID>3</DTypeID> <FromDate>2025-12-09T21:26:39.1424901+02:00</FromDate> <ToDate>2025-12-09T21:26:39.1424901+02:00</ToDate> </ReSaveData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />