Jobs
Create a job stock
Create a new job stock. Job stock cannot be created for a job with cancelled status (required scope jobs:write)
post/v1/jobs/{jobId}/stock
Path parameters
jobIdinteger required
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"stockDetailsId": 7775,
"stockItemId": 5954,
"action": "noMovement",
"quantityPlanned": 10.5,
"pickupContactId": 1234,
"dropOffContactId": 676,
"isDeliveredToBeSold": true,
"isEquipmentAtDropOff": true
}Response
Created