Sync Items
POST/api/items/sync
Tier: Public — stable, supported for third-party integration.
Internal synchronisation endpoint used by sync agents to mirror items into the organisation, including their movement and state histories.
Accepts raw ItemMaster entities rather than a request DTO. Honours each entity's IsDeleted flag for deletes, and raises movement-notification events for newly appended latest movements. Intended for sync-agent integrations rather than general API clients.
Request
Responses
- 200
- 400
- 401
- 403
true on success.
A service-level error occurred.
Caller is not authenticated.
Caller does not have Create permission on the Item module.