Item
Script: Send Item ( FmId )
Description
Send an Item to QBO
FileMaker Script Folder Path
/Application Modules/LedgerLink/LedgerLink API/Public/Item/Send Item ( FmId )
Parameters
Type | Name | Description | Optional | Default |
---|---|---|---|---|
string | FmId | the primary Id of the Item record to send to QuickBooks |
Success Return
[
{
"type": "object",
"name": "error",
"description": "",
"optional": false,
"default": ""
},
{
"type": "number",
"name": "error.errorCode",
"description": "will be 0",
"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: 12
- TimeStamp: 2020-05-25 23:36:57