Path parameters
counterpart_idstringRequired
Request
This endpoint expects an object.
citystringRequired<=255 characters
City name.
line1stringRequired<=255 characters
Street address.
postal_codestringRequired<=255 characters
ZIP or postal code.
line2stringOptional<=255 characters
Additional address information (if any).
statestringOptional<=255 characters
State, region, province, or county.
Response
Successful Response
idstringformat: "uuid"
Unique ID of the address in the system
citystring<=255 characters
City name.
counterpart_idstringformat: "uuid"
ID of the counterpart that owns the address.
is_defaultboolean
True if address is the default address of the counterpart.
line1string<=255 characters
Street address.
postal_codestring<=255 characters
ZIP or postal code.
line2string<=255 characters
Additional address information (if any).
statestring<=255 characters
State, region, province, or county.