POST ppservice/residents/{uniqueId}/contactinfo

Allows Parcel Pending vendor to update resident's general contact info like email and/or phone numbers

Request Information

URI Parameters

NameDescriptionTypeAdditional information
uniqueId

Unique email ID

string

Required

Body Parameters

PPContactInfoUpdateRequest object

PPContactInfoUpdateRequest
NameDescriptionTypeAdditional information
Email

string

None.

HomePhone

string

None.

CellPhone

string

None.

WorkPhone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "HomePhone": "sample string 2",
  "CellPhone": "sample string 3",
  "WorkPhone": "sample string 4"
}

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 'PPContactInfoUpdateRequest'.

Response Information

Resource Description

void

None.