POST api/OpenForms

Close an open form.

Request Information

URI Parameters

None.

Body Parameters

Form to be closed information.

FormToBeClosedModel
NameDescriptionTypeAdditional information
ID

Unique ID of the model (Required).

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "8d954d24-1e8d-4ed5-ac33-173e2d1e5caa"
}

application/xml, text/xml

Sample:
<FormToBeClosedModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Api.Models.Forms">
  <ID>8d954d24-1e8d-4ed5-ac33-173e2d1e5caa</ID>
</FormToBeClosedModel>

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 'FormToBeClosedModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.