32 lines
710 B
JSON
32 lines
710 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "TRX201712RK9232P115"
|
|
},
|
|
"countryCode": {
|
|
"type": "string",
|
|
"example": "NGR"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "5268548"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "4348094226"
|
|
},
|
|
"msisdn": {
|
|
"type": "string",
|
|
"example": "2348093451342"
|
|
},
|
|
"channel": {
|
|
"type": "string",
|
|
"example": "USSD"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "EligibilityCheckRequest"
|
|
}
|
|
} |