45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"requestId": {
|
|
"type": "string",
|
|
"example": "202111170001371256908"
|
|
},
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "1231231321232"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "CN621868"
|
|
},
|
|
"msisdn": {
|
|
"type": "string",
|
|
"example": "123456789"
|
|
},
|
|
"requestedAmount": {
|
|
"type": "number",
|
|
"format": "double",
|
|
"example": 10000.55
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "ACN8263457"
|
|
},
|
|
"productId": {
|
|
"type": "string",
|
|
"example": "3MPC"
|
|
},
|
|
"offerId": {
|
|
"type": "string",
|
|
"example": "101"
|
|
},
|
|
"channel": {
|
|
"type": "string",
|
|
"example": ""
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "SelectOffersRequest"
|
|
}
|
|
} |