Updates an existing address.
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. |
{
"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",
"AddressExtn": {
"$id": "2",
"AddressExtnID": 1,
"ERPAddressID": "sample string 2",
"ModifiedDate": "2021-01-18T01:34:52.4049402-06:00",
"CreatedDate": "2021-01-18T01:34:52.4049402-06:00",
"AddressID": 5,
"Custom1": "sample string 6",
"Custom2": "sample string 7",
"Custom3": "sample string 8",
"Custom4": "sample string 9",
"Custom5": "sample string 10"
}
}