Jobs
Create a job line item
Create a new job line item (required scope jobs:write)
post/v1/jobs/{jobId}/lineItems
Path parameters
jobIdinteger required
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"contactId": 54321,
"quantity": 1,
"description": "Replacement filter cartridge",
"taxId": 1001,
"unitCost": 5.5,
"unitSellingPrice": 10.99,
"nominalCodeId": 50001,
"departmentCodeId": 20002
}Response
Created