GET v1/Addresses/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Common.Dto.Get.Address
NameDescriptionTypeAdditional information
customerAddressPreferenceId

integer

None.

companyName

string

None.

line1

string

None.

line2

string

None.

countryId

integer

None.

country

string

None.

stateId

integer

None.

state

string

None.

city

string

None.

postalZip

string

None.

addressType

string

None.

valid

boolean

None.

id

integer

None.

uri

string

None.

Response Formats

application/json, text/json

Sample:
{
  "customerAddressPreferenceId": 1,
  "companyName": "sample string 2",
  "line1": "sample string 3",
  "line2": "sample string 4",
  "countryId": 1,
  "country": "sample string 5",
  "stateId": 1,
  "state": "sample string 6",
  "city": "sample string 7",
  "postalZip": "sample string 8",
  "addressType": "sample string 9",
  "valid": true,
  "id": 11,
  "uri": "sample string 12"
}