Updated the Request

This commit is contained in:
Azeez Muibi
2025-03-24 17:17:43 +01:00
parent 0c5b976117
commit c13d3f1767
10 changed files with 32 additions and 33 deletions
+3 -3
View File
@@ -18,7 +18,7 @@
},
"transactionId": {
"type": "string",
"description": "Unique ID of customer's USSD session. Must be consistent throughout whole USSD journey",
"description": "Unique identifier of transaction. This transaction Id must be consistent across all platforms",
"example": "1231231321232"
},
"customerId": {
@@ -50,8 +50,8 @@
"channel": {
"type": "string",
"description": "Channel of incoming request",
"enum": ["USSD", "MobApp", "Web"],
"example": "USSD"
"enum": ["USSD", "FistMobile LitApp", "Web"],
"example": "100"
}
},
"xml": {