/update_record(ISSUE_STATUS)

To cascade on_issue_status received from Counterparty NP

Request Type: POST

Request Body: {"type":"ISSUE_STATUS","data":<on_issue_status payload as mandated by ONDC>}

  • type: Determines the type of record that is being sent to Aarambh

  • data: on_issue_status payload schema as mandated by ONDC to be placed here.

Request Headers: {'x-access-key':'access key'','x-secret-key':'secret key','subscriberid':'ONDC transactional subscriber Id'}

Response:

  1. Success Response : {"message":{"ack":{"status":"ACK"}}

  2. Errors:

    1. data is not present: {"message":{"ack":{"status":"NACK"},"error":{"error":"Record data 'data' is missing"}}

    2. type is not present: {"message":{"ack":{"status":"NACK"},"error":{"error":"Record data 'type' is missing"}}

    3. other errors: {"message":{"ack":{"status":"NACK"},"error":{"error":"internal server error"}}

Last updated