POST ppservice/residents/{uniqueId}/preferences
Allows Parcel Pending vendor to update resident preferences
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
uniqueId |
Unique email ID |
string |
Required |
Body Parameters
ResidentPreferences object that captures a resident's preferences
PreferenceUpdateRequestName | Description | Type | Additional information |
---|---|---|---|
NotifyByEmail | boolean |
None. |
|
NotifyByPNS | boolean |
None. |
|
NotifyByText | boolean |
None. |
|
ADAEnabled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "NotifyByEmail": true, "NotifyByPNS": true, "NotifyByText": true, "ADAEnabled": true }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
void
None.