Skip to end of banner
Go to start of banner

Invoice Generated Notification

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

When invoice is generated by RMS, it also sends a INVOICE_GENERATED notification back to client/proxy. The notification contains the Invoice details and some metadata. The push notification payload for this notification is of the following format:

{
  "forwardOrderCode": "ABCD",
  "forwardShipmentCode": "1",
  "forwardAwb": "SP73883123",
  "notificationType": "INVOICE_GENERATED",
  "notificationUpdateTime": null,
  "returnOrderInfo": null,
  "logisticAggregatorInfo": null,
  "invoiceData": {
    "invoiceId": 123,
    "invoiceStatus": "CREATED",
    "documentType": "INVOICE",
    "documentUrl": "https://invoice.com/dummy/pdf",
    "irn": null,
    "ackName": null,
    "ackDate": null
  },
  "warehouseCode": null,
  "courierName": null,
  "omniMetaData": {},
  "items": null
}

  • No labels