List all Employees
Returns a list of employees. By default, non-archived employees are returned, sorted by code ascending.
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Header Parameters
"1.0"Query Parameters
Fuzzy search by: code, name, email
Filter by code (exact)
Filter by position
Filter by plant id
"int32"Include archived employees
falseFilter by given list of id's
Sorting property
"code""name""city""state""code"The direction of sorting
"asc""desc""asc"The page number of the results to fetch
1"int64"1Maximum number of items returned in a single response (max 100)
102050"int64"10Responses
Success
Get specified Employee
Returns a full details of the Employee with given id.
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Header Parameters
Path Parameters
The identifier of the specified employee.
Responses
Success
List all Plants
Returns a list of plants. By default, all plants are returned, sorted by code ascending.
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Header Parameters
"1.0"Query Parameters
Filter by code (exact)
Sorting property
"code""name""code"The direction of sorting
"asc""desc""asc"The page number of the results to fetch
1"int64"1Maximum number of items returned in a single response (max 100)
102050"int64"10Responses
OK
List all Trucks
Returns a list of trucks. By default, non-archived trucks are returned, sorted by code ascending.
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Header Parameters
"1.0"Query Parameters
Fuzzy search by: code, name, description
Filter by code (exact)
Include archived trucks
falseSorting property
"code""name""code"The direction of sorting
"asc""desc""asc"The page number of the results to fetch
1"int64"1Maximum number of items returned in a single response (max 100)
102050"int64"10Responses
OK
Create a Truck
Authorizations
JWT Authorization header using the Bearer scheme.
Request Body
Responses
OK
Get Truck details
Returns the details of the specified Truck
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Header Parameters
"1.0"Path Parameters
The identifier of the specified Truck
Responses
OK
Update a Truck
Authorizations
JWT Authorization header using the Bearer scheme.
Request Body
Responses
OK
Archive a Truck
List all Items
Returns a list of Items. By default, all items are returned, sorted by code ascending.
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Header Parameters
"1.0"Query Parameters
Filter by id (exact)
Fuzzy search by: code, name, description
Filter by code (exact)
Filter by name (exact)
Filter by description (exact)
Date range filter using left-hand-side (LHS) bracket syntax. Supported operators: eq, gt, lt, gte, lte. A plain string is equivalent to eq and represents a single date (UTC).
"createdAt=2025-09-10""createdAt[gte]=2025-09-10T00:00:00.000Z&createdAt[lt]=2025-09-11T00:00:00.000Z"Date range filter using left-hand-side (LHS) bracket syntax. Supported operators: eq, gt, lt, gte, lte. A plain string is equivalent to eq and represents a single date (UTC).
"updatedAt=2025-09-10""updatedAt[gte]=2025-09-10T00:00:00.000Z&updatedAt[lt]=2025-09-11T00:00:00.000Z"Sorting property
"code""name""description""code"Item Type
"ACCELERATOR""AGGREGATE_COARSE""AGGREGATE_FINE""AIR_ENTRAINING_AGENT""ASPHALT""AUTOMATIC_SUNDRY_CHARGE""BLOCK""BRICK""BUILDING_MATERIAL""CEMENT""CEMENTITIOUS_MATERIAL""COLOR""CONCRETE""EXTRA_CHARGE""HAUL_CHARGE""KIT_OR_MANUFACTURED_ITEM""OIL""OTHER_ADMIXTURE""OTHER_PRODUCT""PIPE""PLASTICIZER""REINFORCING_MATERIAL_ADMIX""REINFORCING_MATERIAL_EXTERNAL""RETARDER""STEEL""WATER"The direction of sorting
"asc""desc""asc"The page number of the results to fetch
1"int64"1Maximum number of items returned in a single response (max 100)
102050"int64"10Responses
OK
List all Items Categories
Returns a list of Items Categories. By default, all items are returned, sorted by code ascending.
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Header Parameters
"1.0"Query Parameters
Filter by id (exact)
Fuzzy search by: code, name, description
Filter by code (exact)
Filter by name (exact)
Filter by description (exact)
Date range filter using left-hand-side (LHS) bracket syntax. Supported operators: eq, gt, lt, gte, lte. A plain string is equivalent to eq and represents a single date (UTC).
"createdAt=2025-09-10""createdAt[gte]=2025-09-10T00:00:00.000Z&createdAt[lt]=2025-09-11T00:00:00.000Z"Date range filter using left-hand-side (LHS) bracket syntax. Supported operators: eq, gt, lt, gte, lte. A plain string is equivalent to eq and represents a single date (UTC).
"updatedAt=2025-09-10""updatedAt[gte]=2025-09-10T00:00:00.000Z&updatedAt[lt]=2025-09-11T00:00:00.000Z"Sorting property
"code""name""description""code"Item Type
"ACCELERATOR""AGGREGATE_COARSE""AGGREGATE_FINE""AIR_ENTRAINING_AGENT""ASPHALT""AUTOMATIC_SUNDRY_CHARGE""BLOCK""BRICK""BUILDING_MATERIAL""CEMENT""CEMENTITIOUS_MATERIAL""COLOR""CONCRETE""EXTRA_CHARGE""HAUL_CHARGE""KIT_OR_MANUFACTURED_ITEM""OIL""OTHER_ADMIXTURE""OTHER_PRODUCT""PIPE""PLASTICIZER""REINFORCING_MATERIAL_ADMIX""REINFORCING_MATERIAL_EXTERNAL""RETARDER""STEEL""WATER"The direction of sorting
"asc""desc""asc"The page number of the results to fetch
1"int64"1Maximum number of items returned in a single response (max 100)
102050"int64"10Responses
OK
List of Tickets
Returns a list of Tickets. Supports filtering by date range and plant.
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Header Parameters
"1.0"Query Parameters
Date range filter using left-hand-side (LHS) bracket syntax. Supported operators: eq, gt, lt, gte, lte. A plain string is equivalent to eq and represents a single date (UTC).
"date=2025-09-10""date[gte]=2025-09-10T00:00:00.000Z&date[lt]=2025-09-11T00:00:00.000Z"Filter by Plant ID (exact)
Sorting property
"date""plantId""date"The direction of sorting
"asc""desc""asc"The page number of the results to fetch
1"int64"1Maximum number of items returned in a single response (max 100)
102050"int64"10Responses
OK
Create a Ticket
Authorizations
JWT Authorization header using the Bearer scheme.
Request Body
Responses
OK
Get Ticket details
Returns the details of the specified Ticket
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Header Parameters
"1.0"Path Parameters
The identifier of the specified Ticket
Responses
OK
List all available units
Returns a list of available units.
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Query Parameters
Fuzzy search by: code, name, symbol
Filter by code (exact)
Filter by name (exact)
Unit Type
"Length""Distance""Area""DryVolume""WetVolume""Weight""Strength""Other"Responses
Success
List all truck types
Returns a list of all available truck types
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Header Parameters
"1.0"Query Parameters
Fuzzy search by: code, name, description
The direction of sorting
"asc""desc""asc"The page number of the results to fetch
1"int64"1Maximum number of items returned in a single response (max 100)
102050"int64"10Responses
OK
List all tax authorities
Returns a list of all available tax authorities
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Header Parameters
"1.0"Query Parameters
Fuzzy search by: code, name, description
Filter by code (exact)
Sorting property
"code""name""code"The direction of sorting
"asc""desc""asc"The page number of the results to fetch
1"int64"1Maximum number of items returned in a single response (max 100)
102050"int64"10Responses
OK
List all tax authority locations
Returns a list of all available tax authority locations
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Header Parameters
"1.0"Query Parameters
Fuzzy search by: code, name, description
Filter by code (exact)
Sorting property
"code""code"The direction of sorting
"asc""desc""asc"The page number of the results to fetch
1"int64"1Maximum number of items returned in a single response (max 100)
102050"int64"10Responses
OK