- 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 Sellers
GET
https://api.gofive.co.th/etaxgo/Documents/Sellers
Documents
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
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/Sellers'
Responses
ðĒ200Success
application/json
Body
Status
objectÂ
required
IsSuccess
booleanÂ
required
Data
objectÂ
required
CompanyAddresses
array [object {11}]Â
required
Example
{
"status": {
"isSuccess": true
},
"data": {
"companyAddresses": [
{
"companyName": "āļāļĢāļīāļĐāļąāļ āļāļąāļ§āļāļĒāđāļēāļ āļāļģāļāļąāļ",
"taxId": "1234567890123",
"branchCode": "00001",
"phoneNumber": "+66912345678",
"address1": "123/45 āļŦāļĄāļđāđ 8 āļāļēāļāđāļŠāļ āđāļĄāļ·āļāļāļāļĨāļāļļāļĢāļĩ āļāļĨāļāļļāļĢāļĩ 20130",
"address2": "āļāļąāđāļ 2 āļāļēāļāļēāļĢ B",
"cityName": "āļāļĨāļāļļāļĢāļĩ",
"subDistrict": "āļāļēāļāđāļŠāļ",
"district": "āđāļĄāļ·āļāļāļāļĨāļāļļāļĢāļĩ",
"province": "āļāļĨāļāļļāļĢāļĩ",
"postCode": "20130"
}
]
}
}
ð 401Unauthorized
ð 401User authentication required V2.
Modified at 2025-01-16 04:16:15