put https://api.xandar.instaleap.io/jobs//items/
Enables your system to update the attributes of an item that belongs to an existing job.
Most common scenario or an integration point:
Send a request to this endpoint if you want to modify the attributes of an item in an existing job.
{
"values": {
"state": "string",
"quantity": 0,
"availableLots": ["23","54"],
"comment": "string"
}
}