Get Province Feed API
Description: Get province feed
Path: /api/v2/datafeed/getProvinceFeed
Method: POST
Content Type/Accept Type: application/json
Request
Attributes
* = required
Description: Get province feed
Path: /api/v2/datafeed/getProvinceFeed
Method: POST
Content Type/Accept Type: application/json
* = required
{
"clientId": "04x1236-f424-4728-8oba-3652fc5059e1",
"timestamp": 1689583111
}{
"code": 1,
"message": "All went well, and (usually) some data was returned.",
"error": null,
"data": {
"provinceList": [
{
"sn": 1,
"name": "Hồ Chí Minh",
"code": "HCM",
"imageUrl": "https://staging-s3.go2joy.vn/350w/province/hochiminh.jpg",
"countrySn": 1,
"areaCode": "028",
"longitude": 106.6651843,
"latitude": 10.767674,
"region": 1
},
{
"sn": 2,
"name": "Hà Nội",
"code": "HNI",
"imageUrl": "https://staging-s3.go2joy.vn/350w/province/hanoi.jpg",
"countrySn": 1,
"areaCode": "024",
"longitude": 105.819454,
"latitude": 21.0227357,
"region": 2
}
]
},
"timestamp": 1693467655
}