POST api/Account/UpdateDoNotCall?doNotCall={doNotCall}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| doNotCall | AccountNotificationPreferenceStatusTypes |
Required |
Body Parameters
None.
Response Information
Resource Description
JsonResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| OperationSuccessful | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Payload | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"OperationSuccessful": true,
"ErrorMessage": "sample string 2",
"Payload": {}
}
text/html
Sample:
{"OperationSuccessful":true,"ErrorMessage":"sample string 2","Payload":{}}
application/xml, text/xml
Sample:
<JsonResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.healthplan.org.Models.Common"> <ErrorMessage>sample string 2</ErrorMessage> <OperationSuccessful>true</OperationSuccessful> <Payload /> </JsonResponse>