Znode

Build Version:

POST updatecustomeraddress/{accountId}

No documentation available.

Request Information

» Parameters

Name Description Additional information
accountId No documentation available.

Define this parameter in the request URI.

listModel No documentation available.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "Addresses": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "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
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "PortalId": 1,
  "Email": "sample string 2",
  "IsSameAsBillingAddress": true,
  "PageIndex": 1,
  "PageSize": 1,
  "TotalResults": 1,
  "TotalPages": 1
}