Znode

Build Version:

PUT addresses/{addressId}

Updates an existing address.

Request Information

» Parameters

Name Description Additional information
addressId The ID of the address.

Define this parameter in the request URI.

model The model of the address.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "AccountId": 1,
  "AddressId": 2,
  "City": "sample string 3",
  "CompanyName": "sample string 4",
  "CountryCode": "sample string 5",
  "FirstName": "sample string 6",
  "IsDefaultBilling": true,
  "IsDefaultShipping": true,
  "LastName": "sample string 9",
  "MiddleName": "sample string 10",
  "Name": "sample string 11",
  "PhoneNumber": "sample string 12",
  "PostalCode": "sample string 13",
  "StateCode": "sample string 14",
  "StreetAddress1": "sample string 15",
  "StreetAddress2": "sample string 16",
  "ValidAddress": true,
  "Email": "sample string 18",
  "SetUserBillingAddress": true
}