Files
digifi-swagger/schemas/LienCheckRequest.json
2025-03-24 18:05:13 +01:00

28 lines
707 B
JSON

{
"type": "object",
"properties": {
"transactionId": {
"type": "string",
"description": "Unique Identifier in Simbrella system",
"example": "SMB1234567"
},
"customerId": {
"type": "string",
"description": "Unique identifier of customer",
"example": "123456"
},
"accountId": {
"type": "string",
"description": "Unique identifier of account",
"example": "E9F77222920BAAB1C5ACF2253C6D6113"
}
},
"required": [
"transactionId",
"customerId",
"accountId"
],
"xml": {
"name": "LienCheckRequest"
}
}