List the record number for each active and open bill summary:
Parameters
Name
Required
Type
Description
object
Required
string
Use APBILLBATCH
filter
Optional
object
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>
Set the caseinsensitive element to true for a case-insensitive query <caseinsensitive>true</caseinsensitive>
In a multi-entity company, set the showprivate element to true to query data in private entities: <showprivate>true</showprivate>
Specify the returnformat for the response: xml (default), json, or csv <returnformat>json</returnformat>
pagesize
Optional
integer
Maximum number of matching objects to return in the response, between 1 and 2000 items (Default: 100)
offset
Optional
integer
Point at which to start indexing into records (Default: 0)
Query and List Bill Summaries (Legacy readByQuery)
readByQuery
List active and open bill summaries:
Parameters
Name
Required
Type
Description
object
Required
string
Use APBILLBATCH
fields
Optional
string
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)
List Bill Summaries (Legacy get_list)
get_list
Parameters
Name
Required
Type
Description
object
Required
string attribute
Use billbatch
maxitems
Optional
integer attribute
Maximum number of items to return.
start
Optional
integer attribute
First item from total result set to include in response, zero-based integer.
showprivate
Optional
boolean attribute
Show entity private records if running this at top level. Use either true or false. (Default: false)
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.
Expressions to be evaluated as filters, and optionally additional logical evaluations.
get_list.filter.expression
Name
Required
Type
Description
field
Required
string
Name of the field to be compared.
operator
Required
string
Comparison operator. Valid operators are
=
!=
<
<=
>
>=
like
is null
value
Required
string
Comparison value.
get_list.sort.sortfield
Name
Required
Type
Description
order (attribute)
Required
string
Sort order for this named field. Use either asc or desc.
Get Bill Summary
read
Parameters
Name
Required
Type
Description
object
Required
string
Use APBILLBATCH
keys
Required
string
Comma-separated list of summary RECORDNO to get
fields
Optional
string
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.
returnFormat
Optional
string
Data format for the response body:
xml (default)
json
csv
Create Bill Summary (Legacy)
create_billbatch
Parameters
Name
Required
Type
Description
batchtitle
Required
string
Bill summary title
datecreated
Required
object
GL posting date
datecreated
Name
Required
Type
Description
year
Required
string
Year yyyy
month
Required
string
Month mm
day
Required
string
Day dd
AP Adjustment Summaries
List AP Adjustment Summaries (Legacy)
get_list
Parameters
Name
Required
Type
Description
object
Required
string
Use apadjustmentbatch
maxitems
Optional
integer attribute
Maximum number of items to return.
start
Optional
integer attribute
First item from total result set to include in response, zero-based integer.
showprivate
Optional
boolean attribute
Show entity private records if running this at top level. Use either true or false. (Default: false)
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.