Transfer an asset to another customer
POST/product-service/api/v1/assets/:assetId/transfer
Transfers an asset from its current customer to a destination customer. The source asset is marked Transferred and retained as a historical record; a new asset is created on the destination customer with a back-link to the source. Gated behind the 'asset_transfer' feature flag.
Request
Responses
- 200
- 400
- 404
OK
Bad Request
Not Found