Updated Docs

This commit is contained in:
Azeez Muibi
2025-03-26 14:48:32 +01:00
parent 9ed359d307
commit 183c1bf46f
59 changed files with 2513 additions and 390 deletions
+11 -4
View File
@@ -3,19 +3,26 @@
"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"
},
"countryId": {
"type": "string",
"example": "01"
}
},
"required": [
"transactionId",
"customerId",
"accountId"
],
"xml": {
"name": "LienCheckRequest"
}
}