- Introduction
- Activity
- Authentication API
- Customer
- Case
- Deal
- Employee
- Expense
- Product
- Create Or Update ProductsPOST
- Get a Product TicketGET
- Get Products With Take & StatusPOST
- Get a Product by ProductCodeGET
- Get Product GroupsGET
- Get Product PropertiesGET
- Get Products By FilterPOST
- Verify Serial Number POST
- /v3/Products/serials/statusGET
- Create or Update Codeguard ProductsPOST
- Update Product StockPUT
- /v1/products/unitsGET
- /v1/products/units CopyGET
- Quotation
- SalesOrder
- Webhooks
- Task
- Setting
/v1/products/units
GET
https://api.gofive.co.th/v1/products/units
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/v1/products/units'
Responses
🟢200Success
application/json
Body
data
object
required
value
array [object {2}]
required
formatters
array[string]
required
contentTypes
array[string]
required
statusCode
integer
required
statusCode
integer
required
httpStatusCode
integer
required
Example
{
"data": {
"value": [
{
"unitId": 0,
"name": "string"
}
],
"formatters": [
"string"
],
"contentTypes": [
"string"
],
"statusCode": 0
},
"statusCode": 0,
"httpStatusCode": 0
}
🟠401User authentication required V2.
Modified at 2024-08-13 03:13:55