Jobs
Get a job line item
Retrieve the details of a single line item (required scope jobs:read)
get/v1/jobs/{jobId}/lineItems/{lineItemId}
Path parameters
jobIdinteger required
The unique identifier of the job associated with the line item
lineItemIdinteger required
The unique identifier of the line item
Headers
Customer-Idinteger required
The customer identifier
Response
OK
Example response
{
"id": 12345,
"jobId": 54321,
"lineItemType": "freeText",
"quantity": 5,
"description": "Replacement filter cartridge",
"taxId": 1001,
"taxPercentage": 20,
"unitCost": 5.5,
"unitSellingPrice": 10.99,
"taxAmount": 2.2,
"grossAmount": 13.19,
"nominalCodeId": 50001,
"departmentCodeId": 20002
}