Advances record an advance payment from a customer before creating an invoice, for example, when a customer provides a retainer.
Returns a collection with a key, ID, and link for each advance.
Subscription | Accounts Receivable |
---|---|
User type | Business, Employee, Project Manager, and Warehouse |
Permissions | List, View Advances |
OK
Bad Request
{- "ia::result": [
- {
- "key": "621",
- "id": "621",
- "href": "/objects/accounts-receivable/advance/621"
}, - {
- "key": "777",
- "id": "777",
- "href": "/objects/accounts-receivable/advance-line/777"
}, - {
- "key": "802",
- "id": "802",
- "href": "/objects/accounts-receivable/advance-line/802"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Creates a new advance.
If accountType
is set to or defaults to bank
, financialEntity
is required to create an advance. If accountType
is set to undepositedFundsAccount
, a glAccount
with an undepositedGLAccountNumber
is required to create an advance.
Subscription | Accounts Receivable |
---|---|
User type | Business (with all admin privileges), Employee, CRM |
Permissions | List, View, Add Advances |
referenceNumber | string This is a number that might be useful in searches or reports, such as a transaction number from the bank, a purchase order number, or an account number. This number is listed in the GL Details report. Example: "INV-902852" | ||||||||||||||||||||||||||
description | string Brief description of the advance payment. Example: "08/31/21 Subscription charges" | ||||||||||||||||||||||||||
totalEntered | string <decimal-precision-2> Total amount of the AR advance. Example: "100.00" | ||||||||||||||||||||||||||
txnTotalEntered | string <decimal-precision-2> Total transaction amount of the AR advance. Example: "200.20" | ||||||||||||||||||||||||||
object Payment information for the AR advance. Example: {"paymentDate":"2024-05-10","paymentMethod":"cash","receiptDate":"2024-05-10"} | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
accountType | string Default: "bank" Type of account associated with the payment method. If Example: "bank" | ||||||||||||||||||||||||||
object The payment summary details for this advance. Summaries are collections of the same types of transactions grouped together for processing. | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
object Customer from whom the advance was received. Example: "1" | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
object GL account associated with the advance. | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
object Supporting document for the advance. | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Array of objects Line items of the advance. Example: [{"txnAmount":{"id":"100"}}] | |||||||||||||||||||||||||||
Array
|
Created
Bad Request
{- "customer": {
- "id": "C-00019"
}, - "paymentInformation": {
- "paymentDate": "2024-06-13",
- "receiptDate": "2024-06-13",
- "paymentMethod": "cash"
}, - "advanceSummary": {
- "id": "AR Advance Summary"
}, - "items": [
- {
- "glAccount": {
- "id": "2200"
}, - "txnAmount": "10",
- "dimensions": {
- "location": {
- "id": "CA"
}
}
}
]
}
{- "ia::result": {
- "key": "799",
- "id": "799",
- "href": "/objects/accounts-receivable/advance/799",
- "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
}
Returns detailed information for a specified advance.
Subscription | Accounts Receivable |
---|---|
User type | Business, Employee, Project Manager, and Warehouse users |
Permissions | List, View Advances |
key required | string System-assigned unique key for the advance. |
OK
Bad Request
{- "ia::result": {
- "id": "1169",
- "key": "1169",
- "advanceSummary": {
- "id": "300",
- "key": "300",
- "href": "/objects/accounts-receivable/summary/300"
}, - "paymentInformation": {
- "financialEntity": {
- "id": "SBME"
}, - "paymentMethod": "cash",
- "currency": {
- "baseCurrency": "USD",
- "txnCurrency": "USD",
- "exchangeRateDate": "2024-01-10",
- "exchangeRateTypeId": "Standard rate",
- "exchangeRate": 1
}, - "receiptDate": "2024-06-13",
- "paymentDate": "2024-06-13",
- "totalSelected": "0.00",
- "txnTotalSelected": "0.00",
- "totalPaid": "0.00",
- "txnTotalPaid": "0.00",
- "totalDue": "10.00",
- "totalTxnAmountDue": "10.00"
}, - "glAccount": {
- "undepositedGLAccountNumber": "1070"
}, - "customer": {
- "id": "Cust_ForInvoice_0021",
- "name": "Cust_ForInvoice_0021"
}, - "referenceNumber": "Number10",
- "description": "Advance 10",
- "recordType": "rr",
- "state": "posted",
- "totalEntered": "10.00",
- "txnTotalEntered": "10.00",
- "audit": {
- "modifiedDateTime": "2024-06-26T05:51:05Z",
- "createdBy": "1",
- "modifiedBy": "1",
- "createdDateTime": "2024-06-13T00:00:00Z"
}, - "createdDate": "2024-06-13",
- "reconciliationGroup": {
- "cleared": "false",
- "clearingDate": "2024-06-13"
}, - "isSystemGenerated": false,
- "attachment": {
- "id": "10"
}, - "deposit": {
- "id": "234",
- "key": "234"
}, - "items": [
- {
- "id": "2596",
- "key": "2596",
- "arAdvance": {
- "id": "1169",
- "key": "1169",
- "recordType": "rr",
- "href": "/objects/accounts-receivable/advance/1169"
}, - "glAccount": {
- "key": "259",
- "id": "6254",
- "name": "Travel",
- "href": "/objects/general-ledger/account/259"
}, - "accountLabel": {
- "name": "Travel",
- "id": "10"
}, - "baseAmount": "10.00",
- "txnAmount": "10.00",
- "dimensions": {
- "department": {
- "key": "14",
- "id": "77",
- "name": "Quality Assurance",
- "href": "/objects/company-config/department/14"
}, - "location": {
- "key": "42",
- "id": "WDH",
- "name": "West Delhi",
- "href": "/objects/company-config/location/42"
}, - "project": {
- "key": null,
- "id": null,
- "name": "null"
}, - "nsp::jurisdiction": {
- "key": null
}
}, - "baseLocation": {
- "name": "West Delhi",
- "key": "42",
- "href": "/objects/company-config/location/42"
}, - "memo": "null",
- "currency": {
- "exchangeRate": {
- "date": "2024-06-13",
- "typeId": "null",
- "rate": 1
}, - "baseCurrency": "USD",
- "txnCurrency": "USD"
}, - "lineNumber": 1,
- "paymentInformation": {
- "totalPaid": "0.00",
- "txnTotalPaid": "0.00",
- "totalSelected": "0.00",
- "txnTotalSelected": "0.00"
}, - "audit": {
- "createdDateTime": "2024-06-26T05:51:05Z",
- "modifiedDateTime": "2024-06-26T05:51:05Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "href": "/objects/accounts-receivable/advance-line/2596\""
}
], - "href": "/objects/accounts-receivable/advance/1169"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing advance by setting field values. Any fields not provided remain unchanged. Advances that have not yet been applied to an invoice can be updated. The General Ledger account book for the advance must also be open. If an advance was applied to an invoice and later unapplied, it cannot be updated.
Subscription | Accounts Receivable |
---|---|
User type | Business, Employee, Project Manager, and Warehouse users |
Permissions | List, View, Edit Advances |
key required | string System-assigned unique key for the advance. |
referenceNumber | string This is a number that might be useful in searches or reports, such as a transaction number from the bank, a purchase order number, or an account number. This number is listed in the GL Details report. Example: "INV-902852" | ||||||||||||||||||||||||||
description | string Brief description of the advance payment. Example: "08/31/21 Subscription charges" | ||||||||||||||||||||||||||
totalEntered | string <decimal-precision-2> Total amount of the AR advance. Example: "100.00" | ||||||||||||||||||||||||||
txnTotalEntered | string <decimal-precision-2> Total transaction amount of the AR advance. Example: "200.20" | ||||||||||||||||||||||||||
object Payment information for the AR advance. | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
accountType | string Default: "bank" Type of account associated with the payment method. If Example: "bank" | ||||||||||||||||||||||||||
object The payment summary details for this advance. Summaries are collections of the same types of transactions grouped together for processing. | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
object Customer from whom the advance was received. | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
object GL account associated with the advance. | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
object Supporting document for the advance. | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Array of objects Line items of the advance. | |||||||||||||||||||||||||||
Array
|
OK
Bad Request
{- "referenceNumber": "DOC1234"
}
{- "ia::result": {
- "key": "799",
- "id": "799",
- "href": "/objects/accounts-receivable/advance/799",
- "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
}
Queries an object for filtered data.
object | string Object type to query, in the form Example: "accounts-receivable/advance" | ||||||||
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/vendor",
- "fields": [
- "id",
- "name",
- "status",
- "href"
], - "filters": [
- {
- "$eq": {
- "status": "active"
}
}, - {
- "$eq": {
- "billingType": "openItem"
}
}
], - "filterExpression": "1 and 2",
- "orderBy": [
- {
- "id": "asc"
}
]
}
{- "ia::result": [
- {
- "id": "Vend-00002",
- "name": "Test vendor",
- "status": "active",
- "href": "/objects/accounts-payable/vendor/85"
}, - {
- "id": "VEND-00010",
- "name": "Design Works",
- "status": "active",
- "href": "/objects/accounts-payable/vendor/111"
}
], - "ia::meta": {
- "totalCount": 2,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}