/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:
Success Response :
{"message":{"ack":{"status":"ACK"}}Errors:
datais not present:{"message":{"ack":{"status":"NACK"},"error":{"error":"Record data 'data' is missing"}}typeis not present:{"message":{"ack":{"status":"NACK"},"error":{"error":"Record data 'type' is missing"}}other errors:
{"message":{"ack":{"status":"NACK"},"error":{"error":"internal server error"}}
Last updated