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
Name | Description | Type | Additional information |
---|---|---|---|
uniqueId |
Unique email ID |
string |
Required |
Body Parameters
PPContactInfoUpdateRequest object
PPContactInfoUpdateRequestName | Description | Type | Additional information |
---|---|---|---|
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:
Response Information
Resource Description
void
None.