diff --git a/paths/LienCheck.json b/paths/LienCheck.json index ec73606..d5b50f0 100644 --- a/paths/LienCheck.json +++ b/paths/LienCheck.json @@ -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, diff --git a/schemas/LienCheckRequest.json b/schemas/LienCheckRequest.json index 705a2d3..cf50dc5 100644 --- a/schemas/LienCheckRequest.json +++ b/schemas/LienCheckRequest.json @@ -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"