Files
digifi-BankToProductCore/app/swagger/schemas/SelectOfferRequest.json
2025-09-12 13:06:41 +01:00

45 lines
1.0 KiB
JSON

{
"type": "object",
"properties": {
"requestId": {
"type": "string",
"example": "RQID11170001371256908"
},
"transactionId": {
"type": "string",
"example": "TRX1231231321232"
},
"customerId": {
"type": "string",
"example": "CN6215268548868"
},
"accountId": {
"type": "string",
"example": "4348094226"
},
"msisdn": {
"type": "string",
"example": "2348093451342"
},
"requestedAmount": {
"type": "number",
"example": 20000
},
"productId": {
"type": "string",
"example": "3MPC"
},
"offerId": {
"type": "string",
"example": "SAL900004543304"
},
"channel": {
"type": "string",
"example": "USSD"
}
},
"xml": {
"name": "SelectOffersRequest"
}
}