Patches an employee's address for a given employee ID and address ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
Defaults to null

The unique identifier of the employee.

int64
required
Defaults to null

The employee address entry id (PartyAddress.Id).

Query Params
string

The requested API version

Body Params

The employee's address information to update.

Request to patch an employee address.

string | null

The address type lookup value.

string | null

The first address line.
Pass empty string to clear the value.

string | null

The second address line. Optional.
Pass empty string to clear the value.

string | null

The city. Optional.
Pass empty string to clear the value.

string | null

The state a.k.a. region, province, territory. Optional.
Use the ISO 2 state codes like IL representing Illinois.

string | null

The postal code a.k.a zip code. Optional.
Pass empty string to clear the value.

string | null

The county. Optional. Use the full county name.

string | null

Notes or directions for the address. Optional.
Pass empty string to clear the value.

string | null

The place of service for the address. Optional.

int64 | null

The phone number ID associated with this address. Optional.

boolean | null

True if this is the employee's primary shipping address; otherwise, false.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json