Tax Payment
Supported Methods | Supported Parameters |
---|---|
GET | Id, name, number, page, pageSize, modTimeStart, modTimeEnd, txnTimeStart, txnTimeEnd |
{
"ID": "",
"CreatedDate": "2023-01-11T16:14:03Z",
"DeletedDate": "2023-01-11T16:14:03Z",
"Date": "2023-01-11T16:14:03Z",
"Number": "",
"Memo": "",
"ToBePrinted": true,
"CustomFields": [{
"FullName": "",
"Value": ""
}],
"PayeeEntity": {
"ID": "",
"FullName": ""
},
"BankAccount": {
"ID": "",
"FullName": ""
},
"Amount": 0.0,
"Address": {
"Line1": "",
"Line2": "",
"Line3": "",
"Line4": "",
"Line5": "",
"City": "",
"State": "",
"PostalCode": "",
"Country": "",
"Note": ""
},
"Lines": [{
"TaxItem": {
"ID": "",
"FullName": ""
},
"Amount": 0.0,
"TaxAmount": 0.0
}]
}
Important Notes
- Only supported for QuickBooks Desktop
Updated almost 2 years ago