List districts
/location/district
GET
Query Parameters
Name
Type
Description
merchant_token
string
Token is created by the user in the management system
Headers
Name
Type
Description
Accept
string
application/json
{
"code": "success",
"message": "Thành công",
"data": [
{
"code": "100",
"name": "Hoàng Mai",
"full_name": "Quận Hoàng Mai"
}
]
}
Last updated