- Auth Request
- Document Management
- Validate Documents
- Delivery Service
- Create Document JSONPOST
- List SellersGET
- Create Tax InvoicePOST
- Update Tax InvoicePUT
- Create Debit NotePOST
- Create Credit NotePOST
- Create InvoicePOST
- Create ReceiptPOST
- Create Invoice and Tax InvoicePOST
- Create Receipt and Tax InvoicePOST
- Create Delivery Order and Tax InvoicePOST
- Create Abbreviated Tax InvoicePOST
- Create Receipt Abbreviated Tax InvoicePOST
- Document Raw DataPOST
- Download DocumentPOST
- Download Document By IdGET
- Get Batch By IdGET
- List ProvincesGET
- List DistrictsGET
- List Sub DistrictsGET
- List PostsGET
List Provinces
GET
https://api.gofive.co.th/etaxgo/Documents/Provinces
Documents
Request
None
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gofive.co.th/etaxgo/Documents/Provinces'
Responses
ðĒ200Success
application/json
Body
array of:
ProvinceCode
stringÂ
required
ProvinceName
stringÂ
required
Example
[
{
"provinceCode": "10",
"provinceName": "āļāļĢāļļāļāđāļāļāļĄāļŦāļēāļāļāļĢ"
},
{
"provinceCode": "11",
"provinceName": "āļŠāļĄāļļāļāļĢāļāļĢāļēāļāļēāļĢ"
},
{
"provinceCode": "12",
"provinceName": "āļāļāļāļāļļāļĢāļĩ"
}
]
ð 401Unauthorized
ð 403Forbidden
ð 401User authentication required V2.
Modified at 2025-01-02 07:51:50