Skip to main content

Retainer

Script: Get Retainer Report ( FmAccountId )


Description

Ledgerlink can return a Retainer Balance report for all customers who have a non zero retainer balance. This report is not available from QBO by itself.

FileMaker Script Folder Path

/Application Modules/LedgerLink/LedgerLink API/Public/Retainer/Get Retainer Report ( FmAccountId )

Parameters

TypeNameDescriptionOptionalDefault
stringfmIdthe FileMaker Record Id

Success Return

[
{
"type": "array",
"name": "report",
"description": "",
"optional": false,
"default": ""
},
{
"type": "...",
"name": "",
"description": "",
"optional": false,
"default": ""
}
]

Error Return

[
{
"type": "object",
"name": "error",
"description": "",
"optional": false,
"default": ""
},
{
"type": "number",
"name": "error.errorCode",
"description": "some non-zero number",
"optional": false,
"default": ""
}
]
Meta Data
  • Modification Count: 22
  • TimeStamp: 2020-06-10 17:32:53