POST SOS/UpdateSOS
Request Information
URI Parameters
None.
Body Parameters
SOSDetailsName | Description | Type | Additional information |
---|---|---|---|
sos_mast_id | integer |
None. |
|
sos_type | string |
None. |
|
sos_contact_no | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "sos_mast_id": 1, "sos_type": "sample string 2", "sos_contact_no": "sample string 3" }
application/xml, text/xml
Sample:
<SOSDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <sos_contact_no>sample string 3</sos_contact_no> <sos_mast_id>1</sos_mast_id> <sos_type>sample string 2</sos_type> </SOSDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.