PUT api/Customer/UpdatePrimaryNotificationPreferencesAsync
Request Information
URI Parameters
None.
Body Parameters
UpdatePrimaryNotificationPreferencesRequestDtoName | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
Permission | boolean |
None. |
|
Source | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "93b081f5-d229-4336-95af-61a4cafd9ef9", "Permission": true, "Source": "sample string 3" }
application/xml, text/xml
Sample:
<UpdatePrimaryNotificationPreferencesRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request"> <Permission>true</Permission> <Source>sample string 3</Source> <UserId>93b081f5-d229-4336-95af-61a4cafd9ef9</UserId> </UpdatePrimaryNotificationPreferencesRequestDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UpdatePrimaryNotificationPreferencesResponseName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true }
application/xml, text/xml
Sample:
<UpdatePrimaryNotificationPreferencesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Response"> <Success>true</Success> </UpdatePrimaryNotificationPreferencesResponse>