POST api/v2/form/markComplete

Request Information

URI Parameters

None.

Body Parameters

ServiceRequestV2Post
NameDescriptionTypeAdditional information
ServiceRequestMasterId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "serviceRequestMasterId": "db78fdcb-5aa2-48c2-9f54-ab9994fccbd7"
}

application/xml, text/xml

Sample:
<ServiceRequestV2Post xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OrionDAL.ApiModels.Contracts.Version1">
  <ServiceRequestMasterId>db78fdcb-5aa2-48c2-9f54-ab9994fccbd7</ServiceRequestMasterId>
</ServiceRequestV2Post>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.