POST misc/PdfPages/Archived

Request Information

URI Parameters

None.

Body Parameters

MoveToArchivedVM
NameDescriptionTypeAdditional information
From

date

None.

To

date

None.

CategoryId

integer

None.

IsArchived

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "From": "2024-10-09T12:20:55.55699+05:30",
  "To": "2024-10-09T12:20:55.55699+05:30",
  "CategoryId": 3,
  "IsArchived": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MoveToArchivedVM'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.