POST api/OpenForms
Close an open form.
Request Information
URI Parameters
None.
Body Parameters
Form to be closed information.
FormToBeClosedModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.