AJIO Post Credit Note API
Post Credit Note - Once the Credit is generated by the client’s ERP using the Return order posting, The same credit needs to be pushed to Omni. The credit note is further pushed to AJIO.
The below API can be used to push the credit note to Increff.
URLs
Prod - http://assure-proxy.increff.com/ajio-vms/creditNote/posting
Staging - http://staging-oltp.increff.com/ajio-vms/creditNote/posting
Headers
authUsername:
authPassword:
Method
POST
Payload
{
"creditNoteNumber": "credit note number",
"returnOrderId": "return order id",
"creditNotePdfUrl": "credit note PDF url",
"irnNumber": "credit note irn number",
"ackNumber": "credit note ack number",
"ackDate": "2023-07-10T16:12:00.000+05:30",
"signedQrCode": "signedQrCode value",
"signedCreditNotePdf": "Base64 signed credit note pdf doc"
}
Response
Http Status Code: 200 [Success]
Payload DetailsÂ
Parameter Name | Data Type | Description | Mandatory |
creditNoteNumber | String | Credit note number on the credit note Document | yes |
returnOrderId | String | Return order id of the order. | yes |
irnNumber | String | IRN number on the credit note document | yes |
ackNumber | String | Acknowledgement number on the credit note document | yes |
ackDate | ZonedDateTime | Acknowledgement date on the credit note document | yes |
signedQrCode | String | QR Code | yes |
signedCreditNotePdf | String | Base64 string of the credit note document | Either one of them is mandatory |
creditNotePdfUrl | String | Public URL of the credit note document |