Updated the Request
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"LienCheck"
|
"LienCheck"
|
||||||
],
|
],
|
||||||
"summary": "Lien Check Request",
|
"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",
|
"operationId": "lienCheck",
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
"required": true,
|
"required": true,
|
||||||
|
|||||||
@@ -15,18 +15,12 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Unique identifier of account",
|
"description": "Unique identifier of account",
|
||||||
"example": "E9F77222920BAAB1C5ACF2253C6D6113"
|
"example": "E9F77222920BAAB1C5ACF2253C6D6113"
|
||||||
},
|
|
||||||
"countryId": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "Set to static value '01'",
|
|
||||||
"example": "01"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"transactionId",
|
"transactionId",
|
||||||
"customerId",
|
"customerId",
|
||||||
"accountId",
|
"accountId"
|
||||||
"countryId"
|
|
||||||
],
|
],
|
||||||
"xml": {
|
"xml": {
|
||||||
"name": "LienCheckRequest"
|
"name": "LienCheckRequest"
|
||||||
|
|||||||
Reference in New Issue
Block a user