n8n-nodes-base
Version:
Base nodes of n8n
171 lines (170 loc) • 5.15 kB
JSON
{
"type": "object",
"properties": {
"APAccountRef": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
}
},
"CurrencyRef": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
}
},
"DocNumber": {
"type": "string"
},
"domain": {
"type": "string"
},
"DueDate": {
"type": "string"
},
"Id": {
"type": "string"
},
"Line": {
"type": "array",
"items": {
"type": "object",
"properties": {
"AccountBasedExpenseLineDetail": {
"type": "object",
"properties": {
"AccountRef": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
}
},
"BillableStatus": {
"type": "string"
},
"TaxCodeRef": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
}
}
}
},
"Description": {
"type": "string"
},
"DetailType": {
"type": "string"
},
"Id": {
"type": "string"
},
"ItemBasedExpenseLineDetail": {
"type": "object",
"properties": {
"BillableStatus": {
"type": "string"
},
"ItemRef": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
}
},
"Qty": {
"type": "integer"
},
"TaxCodeRef": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
}
}
}
},
"LineNum": {
"type": "integer"
}
}
}
},
"LinkedTxn": {
"type": "array",
"items": {
"type": "object",
"properties": {
"TxnId": {
"type": "string"
},
"TxnType": {
"type": "string"
}
}
}
},
"MetaData": {
"type": "object",
"properties": {
"CreateTime": {
"type": "string"
},
"LastUpdatedTime": {
"type": "string"
}
}
},
"SalesTermRef": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
}
},
"sparse": {
"type": "boolean"
},
"SyncToken": {
"type": "string"
},
"TxnDate": {
"type": "string"
},
"VendorRef": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
},
"version": 1
}