POST api/changeStatusProfile
Request Information
URI Parameters
None.
Body Parameters
checkStatusProfileRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| memberID | integer |
Required |
|
| status | string |
Required |
|
| phoneNo | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"memberID": 1,
"status": "sample string 2",
"phoneNo": "sample string 3"
}
application/xml, text/xml
Sample:
<checkStatusProfileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request"> <memberID>1</memberID> <phoneNo>sample string 3</phoneNo> <status>sample string 2</status> </checkStatusProfileRequest>
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.