Skip to main content

Customer


Description

Emails a link to a customer's AR report, which lets customer pay their invoices online

FileMaker Script Folder Path

/Application Modules/LedgerLink/LedgerLink API/Public/Customer/Send AR Link Email (FmId)

Parameters

TypeNameDescriptionOptionalDefault
stringfmIdthe FileMaker Record Id - the customer's FmId

Success Return

[
{
"type": "object",
"name": "error",
"description": "",
"optional": false,
"default": ""
},
{
"type": "number",
"name": "error.errorCode",
"description": "will be 0",
"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: 107
  • TimeStamp: 2021-04-29 09:03:04

Description

get a link to a customer's live AR report, that lets customers pay their invoices online

FileMaker Script Folder Path

/Application Modules/LedgerLink/LedgerLink API/Public/Customer/Get Live AR Report Link (fmId)

Parameters

TypeNameDescriptionOptionalDefault
stringfmIdthe FileMaker Record Id

Success Return

[
{
"type": "object",
"name": "error",
"description": "",
"optional": false,
"default": ""
},
{
"type": "number",
"name": "error.errorCode",
"description": "will be 0",
"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: 28
  • TimeStamp: 2020-05-25 23:36:58

Script: Send Customer ( FmId )


Description

Send a customer to QBO

FileMaker Script Folder Path

/Application Modules/LedgerLink/LedgerLink API/Public/Customer/Send Customer ( FmId )

Parameters

TypeNameDescriptionOptionalDefault
stringFmIdthe primary Id of the customer record to send to QuickBooks

Success Return

none given

Error Return

none given

Meta Data
  • Modification Count: 15
  • TimeStamp: 2020-05-25 23:36:57