POST api/Chamber

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
param
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CertificationNo": "sample string 1",
  "AuthorityNumber": "sample string 2",
  "ReceivedId": "ad380de0-4e1e-428c-ac1f-9b2873c116fe",
  "UpdatedBy": "sample string 4",
  "Status": "sample string 5",
  "Comments": "sample string 6"
}

application/xml, text/xml

Sample:
<ChamberController.ChamberParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Controllers">
  <AuthorityNumber>sample string 2</AuthorityNumber>
  <CertificationNo>sample string 1</CertificationNo>
  <Comments>sample string 6</Comments>
  <ReceivedId>ad380de0-4e1e-428c-ac1f-9b2873c116fe</ReceivedId>
  <Status>sample string 5</Status>
  <UpdatedBy>sample string 4</UpdatedBy>
</ChamberController.ChamberParams>

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

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.