POST
/
notification
/
acknowledgment
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

tenant-key
string
required

tenant id

Body

application/json

Acknowledgment received

id
string
documentType
string
notificationType
string
notificationDate
string

Response

200
application/json
acknowledgment emitted

Acknowledgment received

id
string
documentType
string
notificationType
string
notificationDate
string