Transfer Deployment to Another Customer
POST/inventory-management/api/v1/Inventory/serialized/transfer-deployment
Moves a currently-Deployed serial's customer/asset linkage from a source customer to a destination customer. Records a single Transfer transaction with both source and destination snapshots so customer-scoped deployment history surfaces Transfer Out on the source side and Transfer In on the destination side. If the serial is not in Deployed status, the call returns a no-op response without writing.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Returns the result, including whether the transfer was written or skipped
If the request is invalid or the serial state does not match the request
If the user lacks the INVENTORY_TRANSFER_CREATE permission
If the referenced serial is not found
If an error occurs during the transfer