Filter expression to limit the response to only objects that match the expression. Check the value of a single field using operators such as equalto/like, or multiple fields using and/or. Query fields on related objects using the dot operator (for example, VENDOR.CREDITLIMIT on APBILL).
select
Required
sequence
The names of the fields that you want included in the response, and an optional aggregate function such as count or sum. Returning all fields is not supported.
orderby
Optional
object
Provide an order element with a field name and choose an ascending or descending sort order, for example: <order> <field>RECORDNO</field> <descending/> </order>
Comma-separated list of fields on the object to list. For best performance and predictability, limit the number of fields. To return all fields, omit the element or provide * for the value.
query
Required
string
SQL-like query based on fields on the object. The following operators are supported: <, >, >=, <=, =, like, not like, in, not in, IS NOT NULL, IS NULL, AND, OR. Illegal XML characters must be properly encoded, and single quotes must be escaped with backslashes ('Jane\'s Deli'). Joins are not supported.
pagesize
Optional
integer
Custom page size between 1 and 1000 items (Default: 100)
Multiple filter expressions that should be evaluated with and or or. Logical filters can be nested to create complex and/or logic. Required if not using expression.
Comma-separated list of fields on the object to get. To return all fields, omit the element or provide * for the value. For best performance and predictability, limit the number of fields.
Use inclusive tax so that the system calculates the transaction amount (trx_amount) for the receipt line and the transaction tax (trx_tax) for the tax entry based on the value supplied for totaltrxamount on the receipt line and the tax rate of the tax detail (detailid) for the tax entry. (AU, GB, ZA only).
Payment method. Use Printed Check, Cash, EFT, or Credit Card.
undepglaccountno
Optional
string
Undeposited GL account. Required if not using bankaccountid.
bankaccountid
Optional
string
Bank account ID. Required if not using undepglaccountno.
depositdate
Optional
object
Deposit date. Only used if bankaccountid is set.
refid
Optional
string
Reference ID
description
Optional
string
Description
supdocid
Optional
string
Attachments ID
currency
Optional
string
Transaction currency code
exchratedate
Optional
object
Exchange rate date.
exchratetype
Optional
string
Exchange rate type. Do not use if exchrate is set. (Leave blank to use Intacct Daily Rate)
exchrate
Optional
currency
Exchange rate value. Do not use if exchangeratetype is set.
customfields
Optional
array of customfield
Custom fields on transaction object
inclusivetax
Optional
boolean
Inclusive taxes. Set to true to have the system calculate the transaction amount (trx_amount) for the receipt line and the transaction tax (trx_tax) for the tax entry based on the value supplied for totaltrxamount on the receipt line and the tax rate of the tax detail (detailid) for the tax entry. (AU, GB, ZA only). (Default: false)
taxsolutionid
Optional
string
Tax solution name, such as United Kingdom - VAT or Australia - GST. Required only if the company is configured for multiple tax jurisdictions and the transaction is occurring at the top level of the company. The available tax solution names can be found in the Sage Intacct UI in the Taxes application from the top level of a multi-entity company. (GB, AU, and ZA only)
receiptitems
Required
lineitem[1...n]
Receipt lines, must have at least 1
paymentdate
Name
Required
Type
Description
year
Required
string
Year yyyy
month
Required
string
Month mm
day
Required
string
Day dd
receiveddate
Name
Required
Type
Description
year
Required
string
Year yyyy
month
Required
string
Month mm
day
Required
string
Day dd
depositdate
Name
Required
Type
Description
year
Required
string
Year yyyy
month
Required
string
Month mm
day
Required
string
Day dd
exchratedate
Name
Required
Type
Description
year
Required
string
Year yyyy
month
Required
string
Month mm
day
Required
string
Day dd
lineitem
Name
Required
Type
Description
glaccountno
Optional
string
GL account number. Required if not using accountlabel.
accountlabel
Optional
string
AP account label. Required if not using glaccountno.
amount
Required
currency
Transaction amount. Do not supply if inclusive tax is set to true.
memo
Optional
string
Memo
locationid
Optional
string
LOCATIONID of an active location. Required if company is multi-entity enabled.
departmentid
Optional
string
Department ID
customfields
Optional
array of customfield
Custom fields
projectid
Optional
string
Project ID
taskid
Optional
string
Task ID. Only available when the parent projectid is also specified.
costtypeid
Optional
string
Cost type ID. Only available when projectid and taskid are specified. (Construction subscription)
customerid
Optional
string
Customer ID
vendorid
Optional
string
Vendor ID
employeeid
Optional
string
Employee ID
itemid
Optional
string
Item ID
classid
Optional
string
Class ID
totaltrxamount
Optional
currency
Total transaction amount. Required if inclusive tax is set to true.
taxentries
Optional
taxentry[1...n]
Tax entries for the line. Required for VAT enabled transactions. Providing multiple entries is allowed if your tax solution supports it (AU and GB only). For ZA, only one tax entry is allowed.
customfield
Name
Required
Type
Description
customfieldname
Optional
string
Custom field ID
customfieldvalue
Optional
varies
Custom field value. For a multi-pick-list custom field, implode multiple field values with #~#.
taxentry (AU, GB, ZA only)
Specifies a tax rate (defined in the system) and a manually calculated tax for the other receipt line.
Name
Required
Type
Description
detailid
Required
string
Unique ID of a tax detail with the tax rate to use
trx_tax
Optional
currency
Transaction tax, which is a manually calculated value to override the calculated value for the tax. The amount of the tax line is automatically included in the read-only transaction amount (trx_amount).
Payment method. Use Printed Check, Cash, EFT, or Credit Card.
undepglaccountno
Optional
string
Undeposited GL account. Required if not using bankaccountid.
bankaccountid
Optional
string
Bank account ID. Required if not using undepglaccountno.
depositdate
Optional
object
Deposit date. Only used if bankaccountid is set.
refid
Optional
string
Reference ID
description
Optional
string
Description
supdocid
Optional
string
Attachments ID
currency
Optional
string
Transaction currency code
exchratedate
Optional
object
Exchange rate date.
exchratetype
Optional
string
Exchange rate type. Do not use if exchrate is set. (Leave blank to use Intacct Daily Rate)
exchrate
Optional
currency
Exchange rate value. Do not use if exchangeratetype is set.
customfields
Optional
array of customfield
Custom fields on transaction object
inclusivetax
Optional
boolean
Inclusive taxes. Set to true to have the system calculate the transaction amount (trx_amount) for the receipt line and the transaction tax (trx_tax) for the tax entry based on the value supplied for totaltrxamount on the receipt line and the tax rate of the tax detail (detailid) for the tax entry. (AU, GB, ZA only)
receiptitems
Optional
(lineitem | updatelineitem)[1...n]
Receipt lines, must have at least 1
paymentdate
Name
Required
Type
Description
year
Required
string
Year yyyy
month
Required
string
Month mm
day
Required
string
Day dd
receiveddate
Name
Required
Type
Description
year
Required
string
Year yyyy
month
Required
string
Month mm
day
Required
string
Day dd
depositdate
Name
Required
Type
Description
year
Required
string
Year yyyy
month
Required
string
Month mm
day
Required
string
Day dd
exchratedate
Name
Required
Type
Description
year
Required
string
Year yyyy
month
Required
string
Month mm
day
Required
string
Day dd
customfield
Name
Required
Type
Description
customfieldname
Optional
string
Custom field ID
customfieldvalue
Optional
varies
Custom field value. For a multi-pick-list custom field, implode multiple field values with #~#.
lineitem
Name
Required
Type
Description
glaccountno
Optional
string
GL account number. Required if not using accountlabel.
accountlabel
Optional
string
AP account label. Required if not using glaccountno.
amount
Required
currency
Transaction amount. Do not supply if inclusive tax is set to true on the header.
memo
Optional
string
Memo
locationid
Optional
string
LOCATIONID of an active location. Required if company is multi-entity enabled.
departmentid
Optional
string
Department ID
customfields
Optional
array of customfield
Custom fields
projectid
Optional
string
Project ID
taskid
Optional
string
Task ID. Only available when the parent projectid is also specified.
costtypeid
Optional
string
Cost type ID. Only available when projectid and taskid are specified. (Construction subscription)
customerid
Optional
string
Customer ID
vendorid
Optional
string
Vendor ID
employeeid
Optional
string
Employee ID
itemid
Optional
string
Item ID
classid
Optional
string
Class ID
totaltrxamount
Optional
currency
Total transaction amount. Required if inclusive tax is set to true.
taxentries
Optional
taxentry[1...n]
Tax entries for the line. Required for VAT enabled transactions. Providing multiple entries is allowed if your tax solution supports it (AU and GB only). For ZA, only one tax entry is allowed.
updatelineitem
Name
Required
Type
Description
line_num
Required
string
Line number of the entry to update
glaccountno
Optional
string
GL account number
accountlabel
Optional
string
AP account label
amount
Optional
currency
Transaction amount. Do not supply if inclusive tax is set to true on the header.
memo
Optional
string
Memo
locationid
Optional
string
LOCATIONID of an active location. Required if company is multi-entity enabled.
departmentid
Optional
string
Department ID
customfields
Optional
array of customfield
Custom fields
projectid
Optional
string
Project ID
taskid
Optional
string
Task ID. Only available when the parent projectid is also specified.
costtypeid
Optional
string
Cost type ID. Only available when projectid and taskid are specified. (Construction subscription)
customerid
Optional
string
Customer ID
vendorid
Optional
string
Vendor ID
employeeid
Optional
string
Employee ID
itemid
Optional
string
Item ID
classid
Optional
string
Class ID
totaltrxamount
Optional
currency
Total transaction amount. Only allowed if inclusive tax is set to true.
taxentries
Optional
taxentry[1...n]
Tax entries for the line. This a complete replacement of the existing set. Required for VAT enabled transactions. Providing multiple entries is allowed if your tax solution supports it (AU and GB only). For ZA, only one tax entry is allowed.
customfield
Name
Required
Type
Description
customfieldname
Optional
string
Custom field ID
customfieldvalue
Optional
varies
Custom field value. For a multi-pick-list custom field, implode multiple field values with #~#.
taxentry (AU, GB, ZA only)
Specifies a tax rate (defined in the system) and a manually calculated tax for the other receipt line.
Name
Required
Type
Description
detailid
Required
string
Unique ID of a tax detail with the tax rate to use
trx_tax
Optional
currency
Transaction tax, which is a manually calculated value to override the calculated value for the tax. The amount of the tax line is automatically included in the read-only transaction amount (trx_amount).
Filter expression to limit the response to only objects that match the expression. Check the value of a single field using operators such as equalto/like, or multiple fields using and/or. Query fields on related objects using the dot operator (for example, VENDOR.CREDITLIMIT on APBILL).
select
Required
sequence
The names of the fields that you want included in the response, and an optional aggregate function such as count or sum. Returning all fields is not supported.
orderby
Optional
object
Provide an order element with a field name and choose an ascending or descending sort order, for example: <order> <field>RECORDNO</field> <descending/> </order>
Comma-separated list of fields on the object to list. For best performance and predictability, limit the number of fields. To return all fields, omit the element or provide * for the value.
query
Required
string
SQL-like query based on fields on the object. The following operators are supported: <, >, >=, <=, =, like, not like, in, not in, IS NOT NULL, IS NULL, AND, OR. Illegal XML characters must be properly encoded, and single quotes must be escaped with backslashes ('Jane\'s Deli'). Joins are not supported.
pagesize
Optional
integer
Custom page size between 1 and 1000 items (Default: 100)
Comma-separated list of fields on the object to get. To return all fields, omit the element or provide * for the value. For best performance and predictability, limit the number of fields.