Skip to content

Retrieves the available unit types for line items

Request

GET {{baseURL}}/pay-int-api/line-items/unit-types

Security
Bearer
Headers
x-api-versionstring
curl -i -X GET \
  https://developer.flute.com/_mock/api-reference/pay-int-api/line-items/unit-types \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'x-api-version: string'

Responses

OK

Bodyapplication/json
Array [
idinteger, (int32)
namestring or null
abbreviationstring or null
categorystring or null
]
Response
[ { "id": 0, "name": "string", "abbreviation": "string", "category": "string" } ]