51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
||
"type": "object",
|
||
"properties": {
|
||
"requestId": {
|
||
"type": "string",
|
||
"description": "Unique identifier of request",
|
||
"example": "202111170001371256908"
|
||
},
|
||
"transactionId": {
|
||
"type": "string",
|
||
"description": "Unique identifier of transaction. This transaction Id must be consistent across all platforms",
|
||
"example": "Tr201712RK9232P115"
|
||
},
|
||
"customerId": {
|
||
"type": "string",
|
||
"description": "Unique identifier of a customer",
|
||
"example": "CN621868"
|
||
},
|
||
"accountId": {
|
||
"type": "string",
|
||
"description": "Specific identifier of a user's account",
|
||
"example": "ACN8263457"
|
||
},
|
||
"msisdn": {
|
||
"type": "string",
|
||
"description": "User's mobile number in an international format",
|
||
"example": "3451342"
|
||
},
|
||
"resultCode": {
|
||
"type": "string",
|
||
"description": "Result code of executed transaction, e.g. (00 – Success etc.) see result codes table",
|
||
"example": "00"
|
||
},
|
||
"resultDescription": {
|
||
"type": "string",
|
||
"description": "Description of provided result code",
|
||
"example": "Successful"
|
||
}
|
||
},
|
||
"required": [
|
||
"requestId",
|
||
"transactionId",
|
||
"customerId",
|
||
"accountId",
|
||
"resultCode",
|
||
"resultDescription"
|
||
],
|
||
"xml": {
|
||
"name": "ProvideLoanResponse"
|
||
}
|
||
} |