patch https://api.erp.release.slade360edi.com/api/etims/purchasesitems/
Description
Links (maps) a specific ETIMS purchase item to an existing product. .
Parameters
Path parameter
- id (integer): The ID of the ETIMS purchase item to be linked.
Header parameter
- X-Workstation (string): The workstation ID from which the request is made. Required for audit and tracking.
Body parameter
- product (string, UUID): The unique identifier of the product you want to link to the purchase item.
Example
PATCH /api/etims/purchasesitems/404/
X-Workstation: POS-01
Content-Type: application/json
{
"product": "fd4b9ecd-5f0a-4f9a-8edb-6eab66494782"
}