PUT api/Account/UpdateAddress

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "customerAddressId": "sample string 1",
  "isBilling": true,
  "isShipping": true,
  "mailStop": "sample string 4",
  "addressee": "sample string 5",
  "addressLine1": "sample string 6",
  "addressLine2": "sample string 7",
  "postalCode": "sample string 8",
  "city": "sample string 9",
  "state": "sample string 10",
  "countryCode": "sample string 11",
  "countryDescription": "sample string 12",
  "isPrimary": true,
  "contactEntryType": 14,
  "contactLocation": 15
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.