JobGroups
Get a job group line item
Retrieve the details of a single line item (required scope jobs:read)
get/v1/jobGroups/{jobGroupId}/lineItems/{lineItemId}
Path parameters
jobGroupIdinteger required
The unique identifier of the job group 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": 52488,
"jobId": 52488,
"contactId": 6547,
"createdAt": "2022-11-29T16:50:16.0000000+00:00",
"lineItemType": "freeText",
"quantity": 5,
"description": "Copper pipe - 1m",
"taxId": 55,
"taxPercentage": 20,
"unitCost": 2.5,
"unitSellingPrice": 5.99,
"taxAmount": 5,
"grossAmount": 25,
"nominalCodeId": 49,
"departmentCodeId": 22
}