cURL
curl --request POST \ --url https://prod01.oms.fabric.inc/api/v2/notification/acknowledgment \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'tenant-key: <tenant-key>' \ --data '{ "id": "123456789", "documentType": "ORDER", "notificationType": "<string>", "notificationDate": "2022-07-14T10:27:28-05:00" }'
{ "id": "123456789", "documentType": "ORDER", "notificationType": "<string>", "notificationDate": "2022-07-14T10:27:28-05:00" }
This listener processes the acknowledgement body and adds audit-logs
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
tenant id
Acknowledgment received
acknowledgment emitted
Was this page helpful?