28 lines
707 B
JSON
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"
|
|
}
|
|
} |