GET api/addresses

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of address
NameDescriptionTypeAdditional information
id

integer

None.

cluster_id

integer

None.

center_id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

address1

string

None.

region_id

integer

None.

province_id

integer

None.

amphur_id

integer

None.

district_id

integer

None.

postcode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:14:23.5505645+07:00",
    "modify_time": "2024-10-05T10:14:23.5505645+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "address1": "sample string 8",
    "region_id": 9,
    "province_id": 10,
    "amphur_id": 11,
    "district_id": 12,
    "postcode": "sample string 13"
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:14:23.5505645+07:00",
    "modify_time": "2024-10-05T10:14:23.5505645+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "address1": "sample string 8",
    "region_id": 9,
    "province_id": 10,
    "amphur_id": 11,
    "district_id": 12,
    "postcode": "sample string 13"
  }
]