GET api/v2/accounts/Address/{addressId}?translate={translate}

Request

URI Parameters

NameDescriptionTypeAdditional information
addressId

integer

Required

translate

boolean

Default value is False

Response

AccountAddressMultiLanguageBasic
NameDescriptionTypeAdditional information
Id

integer

SId

integer

Notes

string

Response Format

application/json, text/json

Sample:
{
  "Id": 1,
  "SId": 1,
  "Notes": "sample string 2"
}

text/html

Sample:
{"Id":1,"SId":1,"Notes":"sample string 2"}