POST api/service/MarkDocumentRejectedRequest

Request Information

URI Parameters

None.

Body Parameters

MarkDocumentRejectedRequest
NameDescriptionTypeAdditional information
ServiceId

integer

None.

SmallLabels

Collection of string

None.

RejectionReason

string

None.

SendEmails

boolean

None.

StillAtOffice

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ServiceId": 1,
  "SmallLabels": [
    "sample string 1",
    "sample string 2"
  ],
  "RejectionReason": "sample string 2",
  "SendEmails": true,
  "StillAtOffice": true
}

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.