Json Schema of Cancel IRN
Copied{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"Irn": {
"type": "string",
"description": "IRN number"
},
"CnlRsn": {
"type": "string",
"description": "Cancel reason"
},
"CnlRem": {
"type": "string",
"description": "Cancel Remarks"
}
}
}