Return a Customer Addresses by Customer ID
GET
/v{version}/customers/addresses/{customerId}Return a Customer Addresses by Customer ID...
Request
Path Params
customerId
integer <int32>
required
version
string
required
The requested API version
Default:
2.0
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
Forbidden(403)
Record Not Found(404)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
OK
Data Schema
status_code
integer <int32>
optional
Gets or sets the status_code.
error_message
string
optional
Gets or sets the error_message.
result
object (CustomerAddressViewModel)
optional
id
integer <int32>
optional
Gets or Sets Id
customer_id
integer <int32>
optional
Gets or Sets CustomerId
name
string
optional
Gets or Sets Name
country_id
integer <int32>
optional
Gets or Sets CountryId
city_id
integer <int32>
optional
Gets or Sets CityId
district_id
integer <int32>
optional
Gets or Sets DistrictId
street
string
optional
Gets or Sets Street
description
string
optional
Gets or Sets Description
is_default
boolean
optional
Gets or Sets IsDefault
entity_state
string
optional
Gets or Sets State
address_phone
string
optional
Gets or Sets AddressPhone
total_count
integer <int32>
optional
Example
Not configured
Last modified: 5 days ago