POST api/service/MarkDocumentAsReadyToGo

Request Information

URI Parameters

None.

Body Parameters

FinishDocumentServiceRequest
NameDescriptionTypeAdditional information
ServiceId

integer

None.

SmallLabel

string

None.

EstDateEnd

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ServiceId": 1,
  "SmallLabel": "sample string 2",
  "EstDateEnd": "2026-05-03T14:48:23.0790589-04:00"
}

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.