Skip to content

Instantly share code, notes, and snippets.

@spksoft
Created February 6, 2018 08:17
Show Gist options
  • Save spksoft/38b703e9fb46931af7d75aef223ebb6a to your computer and use it in GitHub Desktop.
Save spksoft/38b703e9fb46931af7d75aef223ebb6a to your computer and use it in GitHub Desktop.

ดึงข้อมูล จังหวัดและอำเภอ

API Spec

URL

https://api.finstreet.com/open/api/itax/location/provinces

Method

GET

Response Body

{
  "body": [
    "id": <string>,
    "name": {
      "text": <string>
    }
  ]
}

URL

https://api.finstreet.com/open/api/itax/location/provinces/{id}/districts

Method

GET

Response Body

{
  "body": [
    "id": <string>,
    "name": {
      "text": <string>
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment