Replay Integration Message
GET/api/integrationmessages/ReplayIntegrationMessage/:id
Tier: Internal — subject to change without notice.
Replays a previously sent integration message by re-publishing it to the integration queue. Retrieves the original message, reconstructs its payload, and publishes it for reprocessing by the integration service.
Requires LocafiModule.Administration Update permission.
The original message is not modified; its payload and domain event data are
repackaged into a IntegrationMessageController.ReplayIntegrationMessage(...) and republished.
Request
Responses
- 200
- 400
- 401
- 403
The integration message was replayed successfully.
The integration message was not found for the current organisation.
Caller is not authenticated.
Caller does not have Update permission on the Administration module.