POST api/Chamber
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "34bfb24a-c9d5-43ac-b1df-643da2b087cd",
"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>34bfb24a-c9d5-43ac-b1df-643da2b087cd</ReceivedId> <Status>sample string 5</Status> <UpdatedBy>sample string 4</UpdatedBy> </ChamberController.ChamberParams>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.