Get District Feed API
Description: Get district feed
Path: /api/v2/datafeed/getDistrictFeed
Method: POST
Content Type/Accept Type: application/json
Request
Attributes
* = required
Description: Get district feed
Path: /api/v2/datafeed/getDistrictFeed
Method: POST
Content Type/Accept Type: application/json
* = required
{
"clientId": "04x1236-f424-4728-8oba-3652fc5059e1",
"timestamp": 1689583111,
"provinceSn": 2
}{
"code": 1,
"message": "All went well, and (usually) some data was returned.",
"error": null,
"data": {
"districtList": [
{
"sn": 49,
"name": "Ba Vì",
"code": "BVI",
"provinceSn": 2
},
{
"sn": 36,
"name": "Ba Đình",
"code": "BDI",
"provinceSn": 2
}
]
},
"timestamp": 1693467809
}