Versions Compared

Key

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

...

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

Code Block
languagejson
{
  "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