Synchronize rental data
POST/v1/synchronization
This endpoint is used to synchronize rental data to link assets with contract data. If a match is found, the data is linked. If no match is found, the data is stored for future synchronization. The endpoint synchronize a single asset and related contracts, customers and contract items.
Request
Responses
- 200
- 202
- 400
- 401
- 403
- 404
- 500
Data synchronized and matched successfully
Data accepted. Asset was not matched with existing assets, but data is stored for future matching when assets are updated or added.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Asset was not found. This can happen when the X-Validate-Asset-Exists is set to 'true' and no asset with the identifier exists.
Internal server error