forked from DigiFi/digifi-BankToProductCore
24 lines
503 B
JSON
24 lines
503 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "Tr201712RK9232P115"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "CN621868"
|
|
},
|
|
"msisdn": {
|
|
"type": "string",
|
|
"example": "3451342"
|
|
},
|
|
"channel": {
|
|
"type": "string",
|
|
"example": "USSD"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "LoanStatusRequest"
|
|
}
|
|
} |