An AP recurring bill provides the ability to schedule and automate the process of creating AP bills. It is commonly used for regularly-recurring, fixed-amount bills. For more information, refer to the Sage Intacct Help Center.
Returns a collection with a key, ID, and link for each recurring bill. This operation is mostly for use in testing; use query to find objects that meet certain criteria and to specify properties that are returned.
Subscription | Accounts Payable |
---|---|
User type | Business |
Permissions | List, View Recurring bills |
OK
Bad Request
{- "ia::result": [
- {
- "key": "1",
- "id": "Adjustment Increase",
- "href": "/objects/accounts-payable/recurring-bill/1"
}, - {
- "key": "2",
- "id": "Adjustment Increase",
- "href": "/objects/accounts-payable/recurring-bill/2"
}, - {
- "key": "3",
- "id": "Bill",
- "href": "/objects/accounts-payable/recurring-bill/3"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Creates a new recurring bill. This allows you to automate the billing process for regularly-recurring, fixed-amount bills, such as monthly rent. Intacct supports non-standard recurring transaction schedules and automatically enters and posts bills based on the defined schedule. The transaction and GL posting date for an automatically generated bill are the same, but you can change either.
Subscription | Accounts Payable |
---|---|
User type | Business |
Permissions | List, View, Add Recurring bills |
id | string or null Unique identifier for the recurring bill. Example: "1" | ||||||||||||||||||||||||||||
description | string or null Additional information about the recurring bill. Example: "Recurring Bill created on date 2021-01-23" | ||||||||||||||||||||||||||||
referenceNumber | string or null A reference number, such as a purchase order or account number, used for searches and reports. This number appears on the general ledger details report and prints on checks and vendor stubs. Example: "RecurBill-100" | ||||||||||||||||||||||||||||
object Represents the contract associated with the recurring bill. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
txnTotalEntered | string <decimal-precision-2> Total transaction amount. Example: "100" | ||||||||||||||||||||||||||||
object Currency details for this recurring bill. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
object Contacts for this recurring bill. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
object Defines the scheduling details for the recurring bill, including start date, frequency, next execution date, and end conditions. The schedule provides a comprehensive view of when and how often the recurring bill will be generated. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
object Payment terms, which are used to calculate due date, discounts, and penalties associated with this bill. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
object Vendor associated with the recurring bill. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
Array of objects Line items of the Recurring bill. | |||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||
status | string Default: "active" Object status. Active objects are fully functional. Inactive objects are essentially hidden and cannot be used or referenced. Example: "active" |
Created
Bad Request
{- "id": "Invoice",
- "description": "DNO Recurring Bill 001",
- "schedule": {
- "startDate": "2024-03-21",
- "repeatBy": "days",
- "repeatInterval": "1",
- "endDate": "2024-03-29"
}, - "term": {
- "id": "N15"
}, - "referenceNumber": "DNO Recurr bill",
- "status": "active",
- "contract": {
- "id": "128",
- "description": "DNO contract"
}, - "vendor": {
- "id": "1099 Int"
}, - "currency": {
- "baseCurrency": "USD",
- "txnCurrency": "USD",
- "exchangeRate": {
- "date": "2022-02-21",
- "typeId": "Intacct Daily Rate",
- "rate": 1.0679
}
}, - "lines": [
- {
- "memo": "DNO Recurring Bill line 01",
- "glAccount": {
- "id": "6000"
}, - "baseAmount": "150",
- "dimensions": {
- "location": {
- "id": "1"
}, - "department": {
- "id": "11"
}, - "project": {
- "id": "8"
}, - "customer": {
- "id": "1"
}, - "vendor": {
- "id": "1099 Int"
}, - "employee": {
- "id": "1"
}, - "item": {
- "id": "1"
}, - "class": {
- "id": "3"
}
}, - "hasForm1099": false,
- "accountLabel": {
- "id": null
}, - "currency": {
- "txnCurrency": "USD",
- "baseCurrency": "AUD"
}, - "txnAmount": "120.00"
}, - {
- "memo": "DNO Recurring Bill line 02",
- "glAccount": {
- "id": "6000"
}, - "baseAmount": "110",
- "dimensions": {
- "location": {
- "id": "1"
}, - "department": {
- "id": "11"
}, - "project": {
- "id": "8"
}, - "customer": {
- "id": "1"
}, - "vendor": {
- "id": "1099 Int"
}, - "employee": {
- "id": "1"
}, - "item": {
- "id": "1"
}, - "class": {
- "id": "3"
}
}, - "hasForm1099": false,
- "accountLabel": {
- "id": null
}, - "currency": {
- "txnCurrency": "USD",
- "baseCurrency": "AUD"
}, - "txnAmount": "130.00"
}
]
}
{- "ia::result": {
- "key": "5",
- "id": "5",
- "href": "/objects/accounts-payable/recurring-bill/5",
- "ia::meta": {
- "totalCount": 1
}
}
}
Returns detailed information for a specified recurring bill.
Subscription | Accounts Payable |
---|---|
User type | Business |
Permissions | List, View Recurring bills |
key required | string System-assigned unique key for the recurring bill. |
Reference to the recurring bill
Bad Request
{- "ia::result": {
- "key": "1",
- "description": "DNO Recurring Bill",
- "audit": {
- "createdDateTime": "2024-03-20T00:00:00Z",
- "modifiedDateTime": "2024-03-20T11:38:13Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "term": {
- "key": "8",
- "id": "N15",
- "href": "/objects/accounts-payable/term/8"
}, - "id": "Invoice",
- "totalEntered": "337.02",
- "referenceNumber": "DNO Recurr bill",
- "moduleKey": "3.AP",
- "status": "active",
- "recurringSchedule": {
- "id": "1",
- "key": "1",
- "href": "/objects/core/schedule/1"
}, - "contract": {
- "id": "128",
- "description": "DNO contract"
}, - "vendor": {
- "id": "1099 Int",
- "name": "1099 Int",
- "key": "43",
- "href": "/objects/accounts-payable/vendor/43"
}, - "currency": {
- "txnCurrency": "USD",
- "baseCurrency": "AUD"
}, - "txnTotalEntered": "220.00",
- "lines": [
- {
- "id": "1",
- "key": "1",
- "recurringBill": {
- "id": "1",
- "key": "1",
- "href": "/objects/accounts-payable/recurring-bill/1"
}, - "memo": "DNO Recurring Bill",
- "glAccount": {
- "key": "246",
- "id": "6000",
- "name": "G&A Salaries",
- "href": "/objects/general-ledger/account/246"
}, - "baseAmount": "183.83",
- "dimensions": {
- "location": {
- "id": "1",
- "name": "United States of America"
}, - "department": {
- "id": "11",
- "name": "Accounting"
}, - "project": {
- "key": "8",
- "id": "8",
- "name": "Client Services - Power Aerospace Materials",
- "href": "/objects/projects/project/8"
}, - "customer": {
- "key": "1",
- "id": "1",
- "name": "Power Aerospace Materials",
- "href": "/objects/accounts-receivable/customer/1"
}, - "vendor": {
- "key": "43",
- "id": "1099 Int",
- "name": "1099 Int",
- "href": "/objects/accounts-payable/vendor/43"
}, - "employee": {
- "key": "1",
- "id": "1",
- "name": "Reser",
- "href": "/objects/company-config/employee/1"
}, - "item": {
- "key": "1",
- "id": "1",
- "name": "PC Computer",
- "href": "/objects/inventory-control/item/1"
}, - "class": {
- "key": "1",
- "id": "3",
- "name": "Heath Care",
- "href": "/objects/company-config/class/1"
}
}, - "lineNumber": "0",
- "hasForm1099": false,
- "accountLabel": {
- "id": null
}, - "currency": {
- "txnCurrency": "USD",
- "baseCurrency": "AUD"
}, - "txnAmount": "120.00",
- "audit": {
- "createdDateTime": "2024-03-20T11:38:13Z",
- "modifiedDateTime": "2024-03-20T11:38:13Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "href": "/objects/accounts-payable/recurring-bill-line/1"
}, - {
- "id": "2",
- "key": "2",
- "recurringBill": {
- "id": "1",
- "key": "1",
- "href": "/objects/accounts-payable/recurring-bill/1"
}, - "memo": "DNO Recurring Bill",
- "glAccount": {
- "key": "246",
- "id": "6000",
- "name": "G&A Salaries",
- "href": "/objects/general-ledger/account/246"
}, - "baseAmount": "153.19",
- "dimensions": {
- "location": {
- "id": "1",
- "name": "United States of America"
}, - "department": {
- "id": "11",
- "name": "Accounting"
}, - "project": {
- "key": "8",
- "id": "8",
- "name": "Client Services - Power Aerospace Materials",
- "href": "/objects/projects/project/8"
}, - "customer": {
- "key": "1",
- "id": "1",
- "name": "Power Aerospace Materials",
- "href": "/objects/accounts-receivable/customer/1"
}, - "vendor": {
- "key": "43",
- "id": "1099 Int",
- "name": "1099 Int",
- "href": "/objects/accounts-payable/vendor/43"
}, - "employee": {
- "key": "1",
- "id": "1",
- "name": "Reser",
- "href": "/objects/company-config/employee/1"
}, - "item": {
- "key": "1",
- "id": "1",
- "name": "PC Computer",
- "href": "/objects/inventory-control/item/1"
}, - "class": {
- "key": "1",
- "id": "3",
- "name": "Heath Care",
- "href": "/objects/company-config/class/1"
}
}, - "lineNumber": "1",
- "hasForm1099": false,
- "accountLabel": {
- "id": null
}, - "currency": {
- "txnCurrency": "USD",
- "baseCurrency": "AUD"
}, - "txnAmount": "100.00",
- "audit": {
- "createdDateTime": "2024-03-20T11:38:13Z",
- "modifiedDateTime": "2024-03-20T11:38:13Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "href": "/objects/accounts-payable/recurring-bill-line/2"
}
], - "href": "/objects/accounts-payable/recurring-bill/1"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing recurring bill by setting field values. Any fields not provided remain unchanged.
Subscription | Accounts Payable |
---|---|
User type | Business |
Permissions | List, Edit Recurring bills |
key required | string System-assigned unique key for the recurring bill. |
description | string or null Additional information about the recurring bill. Example: "Recurring Bill created on date 2021-01-23" | ||||||||||||||||||||||||||||
referenceNumber | string or null A reference number, such as a purchase order or account number, used for searches and reports. This number appears on the general ledger details report and prints on checks and vendor stubs. Example: "RecurBill-100" | ||||||||||||||||||||||||||||
object Represents the contract associated with the recurring bill. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
txnTotalEntered | string <decimal-precision-2> Total transaction amount. Example: "100" | ||||||||||||||||||||||||||||
object Currency details for this recurring bill. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
object Contacts for this recurring bill. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
object Defines the scheduling details for the recurring bill, including start date, frequency, next execution date, and end conditions. The schedule provides a comprehensive view of when and how often the recurring bill will be generated. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
object Payment terms, which are used to calculate due date, discounts, and penalties associated with this bill. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
object Vendor associated with the recurring bill. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
Array of objects Line items of the Recurring bill. | |||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||
status | string Default: "active" Object status. Active objects are fully functional. Inactive objects are essentially hidden and cannot be used or referenced. Example: "active" |
OK
Bad Request
{- "description": "New payouts recurring bill"
}
{- "ia::result": {
- "key": "5",
- "id": "5",
- "href": "/objects/accounts-payable/recurring-bill/5",
- "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
}
Deletes a recurring bill specified by the given key.
Subscription | Accounts Payable |
---|---|
User type | Business |
Permissions | List, View, Delete Recurring bills |
key required | string System-assigned unique key for the recurring bill. |
No Content
Bad Request
{- "ia::error": {
- "code": "invalidRequest",
- "message": "Malformed URL",
- "supportId": "sQrM9%7EYdh5oDEWVb80mrn9xuHjoAAAABBQ",
- "details": [
- {
- "code": "invalidRequest",
- "message": "The content type is not valid",
- "correction": "TODO"
}
]
}
}
Queries an object for filtered data.
object | string Object type to query, in the form Example: "accounts-payable/recurring-bill" | ||||||||
fields | Array of strings List of fields to include in the response. Can be any combination of these:
Example: ["key","id","max:vendor.creditLimit"] | ||||||||
Array of equal (object) or not equal (object) or less than (object) or (less than or equal (object)) or greater than (object) or (greater than or equal (object)) or in (object) or not in (object) or between (object) or not between (object) or contains (object) or does not contain (object) or starts with (object) or does not start with (object) or ends with (object) or does not end with (object) Filter conditions to select the objects to return based on their field values. You use operators and conditions to build your filter, such as Example: [{"$eq":{"status":"active"}},{"$gt":{"totalDue":"1000"}},{"$contains":{"name":"Acme"}}] | |||||||||
Array Any of: Field value must be equal to this specified value. For date fields, you can use these macro values that are relative to the current date or the
These are most useful for queries that you want to save and use repeatedly, such as for views or reports. Just change the For example,
| |||||||||
filterExpression | string Default: "and" Logical operators to apply when there are multiple filter conditions. The conditions in the Shortcuts:
Example: "(1 and 2) or 3" | ||||||||
| |||||||||
Array of objects Set the order of the results by specifying field names to sort by and whether they should be in ascending or descending order. Example: [{"totalDue":"asc"},{"lastPaymentMadeDate":"desc"}] | |||||||||
Array
| |||||||||
start | integer First record of the result set to include in the response. Example: 1 | ||||||||
size | integer Number of records to include in the response. Example: 100 |
OK
Bad Request
{- "object": "accounts-payable/recurring-bill",
- "filters": [
- {
- "$eq": {
- "vendor.id": "Vendor_01"
}
}
], - "fields": [
- "key",
- "id",
- "description",
- "referenceNumber",
- "totalEntered",
- "createdDate",
- "vendor.id",
- "vendor.name"
], - "orderBy": [
- {
- "id": "asc"
}
]
}
{- "ia::result": [
- {
- "key": "23",
- "id": "23",
- "description": "Recurring Bill created on date 2021-01-23",
- "referenceNumber": "RecurBill-100",
- "totalEntered": "100.00",
- "createdDate": "2021-01-23",
- "vendor": {
- "id": "Vendor_01",
- "name": "Logic Solutions"
}
}, - {
- "key": "24",
- "id": "24",
- "description": "Recurring Bill for March 2021",
- "referenceNumber": "RecurBill-101",
- "totalEntered": "150.00",
- "createdDate": "2021-03-01",
- "vendor": {
- "id": "Vendor_01",
- "name": "Logic Solutions"
}
}, - {
- "key": "25",
- "id": "25",
- "description": "Recurring Bill for April 2021",
- "referenceNumber": "RecurBill-102",
- "totalEntered": "200.00",
- "createdDate": "2021-04-01",
- "vendor": {
- "id": "Vendor_01",
- "name": "Logic Solutions"
}
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}