adjustment_type | string |
archived_at | string or null <date-time> |
comment | string or null |
created_at | string <date-time> |
id | string <int64> |
object | |
object | |
quantity | integer or null |
updated_at | string <date-time> |
object |
{- "adjustment_type": "string",
- "archived_at": "2019-08-24T14:15:22Z",
- "comment": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "quantity": 0,
- "updated_at": "2019-08-24T14:15:22Z",
}
successful operation
{- "stock_adjustments": [
- {
- "adjustment_type": "string",
- "archived_at": "2019-08-24T14:15:22Z",
- "comment": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "quantity": 0,
- "updated_at": "2019-08-24T14:15:22Z",
}
], - "total_entries": 1,
- "links": {
}
}
Resource was created
Resource could not be saved due to validation errors
{- "quantity": 0,
- "adjustment_type": "Stock Purchase",
- "comment": "string",
- "product_id": "1"
}
{- "adjustment_type": "string",
- "archived_at": "2019-08-24T14:15:22Z",
- "comment": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "quantity": 0,
- "updated_at": "2019-08-24T14:15:22Z",
}
q[] | Array of strings |
Successful operation
{- "adjustment_type": "string",
- "archived_at": "2019-08-24T14:15:22Z",
- "comment": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "quantity": 0,
- "updated_at": "2019-08-24T14:15:22Z",
}