Updated the Request

This commit is contained in:
Azeez Muibi
2025-03-24 18:05:13 +01:00
parent 129efaa98e
commit ce4079b2d2
2 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"LienCheck"
],
"summary": "Lien Check Request",
"description": "This method is used to get applied lien amount to the specific account.",
"description": "This method is to check the amount of the lien on a specific account",
"operationId": "lienCheck",
"requestBody": {
"required": true,
+1 -7
View File
@@ -15,18 +15,12 @@
"type": "string",
"description": "Unique identifier of account",
"example": "E9F77222920BAAB1C5ACF2253C6D6113"
},
"countryId": {
"type": "string",
"description": "Set to static value '01'",
"example": "01"
}
},
"required": [
"transactionId",
"customerId",
"accountId",
"countryId"
"accountId"
],
"xml": {
"name": "LienCheckRequest"