POST api/service/MarkDocumentAsDelayed

Request Information

URI Parameters

None.

Body Parameters

MarkDocumentDelayedRequest
NameDescriptionTypeAdditional information
ServiceId

integer

None.

SmallLabels

Collection of string

None.

RejectionReason

string

None.

RescheduledDate

date

None.

RescheduledDateString

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ServiceId": 1,
  "SmallLabels": [
    "sample string 1",
    "sample string 2"
  ],
  "RejectionReason": "sample string 2",
  "RescheduledDate": "2025-12-12T17:43:28.4015715-05:00",
  "RescheduledDateString": "Friday, December 12, 2025"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.