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

Resident's email

string

Max length: 250

HomePhone

Resident's home phone

string

Max length: 25

CellPhone

Resident's cell phone

string

Max length: 25

WorkPhone

Resident's work phone

string

Max length: 25

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:

Sample not available.

Response Information

Resource Description

void

None.