POST ppservice/residents/{uniqueId}/preferences

Allows Parcel Pending vendor to update resident preferences

Request Information

URI Parameters

NameDescriptionTypeAdditional information
uniqueId

Unique email ID

string

Required

Body Parameters

ResidentPreferences object that captures a resident's preferences

PreferenceUpdateRequest
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PreferenceUpdateRequest'.

Response Information

Resource Description

void

None.