Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inbound | GET | /invoice/get-invoice-pdf-by-order-code-and-shipment-code

Summary

This API is used to get the invoice details for the invoice already generated by the create invoice API call.

...

Request Params

  • orderCode

  • shipmentCode

  • invoiceAlias (optional)

  • gstin (optional)

Request

No request body

Response

...

{

   "orderCode":"order1234",

   "shipmentCode":"101",

   "invoiceId":"INCREFF_1003",

   "documentUrl":"https://storage.googleapis.com/dev-oltp-nextscm-com/1001080/Invoice/invoice_INCREFF_1003.pdf",

   "invoiceDate":"2021-06-11T19:43:20.673+05:30"

}