32 lines
706 B
JSON
32 lines
706 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "Tr201712RK9232P115"
|
|
},
|
|
"countryCode": {
|
|
"type": "string",
|
|
"example": "NGR"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "CN621868"
|
|
},
|
|
"msisdn": {
|
|
"type": "string",
|
|
"example": "8093451342"
|
|
},
|
|
"channel": {
|
|
"type": "string",
|
|
"example": "100"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "ACN8263457"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "EligibilityCheckRequest"
|
|
}
|
|
} |