Jobs
Get a job stock
Retrieve the details of a single job stock (required scope jobs:read)
get/v1/jobs/{jobId}/stock/{jobStockId}
Path parameters
jobIdinteger required
The unique identifier of the job stock
jobStockIdinteger required
The unique identifier of the job stock
Headers
Customer-Idinteger required
The customer identifier
Response
OK
Example response
{
"id": 123,
"jobId": 3334,
"stockDetailsId": 7775,
"stockItemId": 5954,
"action": "Unknown",
"quantityPlanned": 10.5,
"pickupContactId": 1234,
"dropOffContactId": 676,
"isDeliveredToBeSold": true,
"isEquipmentAtDropOff": true,
"quantityActual": 2.5,
"make": "Samsung",
"model": "Smart Fridge V100",
"serialNumber": "SN001/200/500",
"dropOffStockItemId": 12345,
"worksheets": [
{
"worksheetId": 1234,
"worksheetAnswersEntityId": 4321
}
]
}