Skip to end of banner
Go to start of banner

GRN Posting API (Gate Entry Wise)

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 7 Next »

Outbound | POST  | {Client’s URL}

Summary

This API will call the channel with GRN details per gate entry wise.

Description

This API will call the channel with GRN information against a gate entry.This API call will be triggered only after the gate entry is closed.

Request

{
  "orderCode": "po123",
  "parentOrderCode": "parent123",
  "orderType": "PO/STO/RO",
  "invoiceId": "invoice123",
  "awbNumber": "awb_01",
  "externalInvoiceDate": "2020-10-16T20:22:28.000+00:00",
  "gateEntryId": "gt234",
  "messageId": 12345,
  "locationCode": "l123",
  "orderItems": [
    {
      "channelSkuCode": "100005734",
      "qcPassQuantity": 500,
      "qcFailQuantity": 2
    },
    {
      "channelSkuCode": "100005736",
      "qcPassQuantity": 498,
      "qcFailQuantity": 3
    }
  ]
}

Response

HttpStatus Code 200
{
    "hasError":false
}

  • No labels