A contract revenue schedule is a header containing multiple schedule lines and is tied directly to a contract line.
Returns a collection with a key, ID, and link for each contract-revenue-schedule.
OK
Bad Request
{- "ia::result": [
- {
- "key": "84",
- "id": "84",
- "href": "/objects/contracts/revenue-schedule/84"
}, - {
- "key": "85",
- "id": "85",
- "href": "/objects/contracts/revenue-schedule/85"
}, - {
- "key": "60",
- "id": "60",
- "href": "/objects/contracts/revenue-schedule/60"
}, - {
- "key": "78",
- "id": "78",
- "href": "/objects/contracts/revenue-schedule/78"
}, - {
- "key": "79",
- "id": "79",
- "href": "/objects/contracts/revenue-schedule/79"
}
], - "ia::meta": {
- "totalCount": 5,
- "start": 1,
- "pageSize": 100
}
}
Returns detailed information for a particular contract revenue schedule.
key required | string System-assigned key for the contract revenue schedule. Example: 1287 |
OK
Bad Request
{- "ia::result": {
- "key": "1578",
- "id": "1578",
- "journal": "J1",
- "contract": {
- "key": "143",
- "id": "Committed_Quantity_Billing",
- "href": "/objects/contracts/contract/143"
}, - "contractLine": {
- "id": "387",
- "key": "387",
- "href": "/objects/contracts/contract-line/387"
}, - "status": "inProgress",
- "cancellationDate": null,
- "audit": {
- "createdDateTime": "2024-02-01T06:14:00Z",
- "modifiedDateTime": "2024-02-01T06:14:01Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "estimateRevaluationDate": null,
- "revenueScheduleLines": [
- {
- "key": "14423",
- "id": "14423",
- "contractRevenueSchedule": {
- "id": "1578",
- "key": "1578",
- "href": "/objects/contracts/revenue-schedule/1578"
}, - "scheduledOperationKey": null,
- "scheduledAmount": "16666.66",
- "scheduledBaseAmount": "16666.66",
- "scheduledExchangeRate": "1.000000000000",
- "scheduledPostingDate": "2024-01-31",
- "actualPostingDate": null,
- "derivedPostingDate": "2024-01-31",
- "posted": false,
- "isHistorical": false,
- "status": "open",
- "journalEntry": {
- "key": null,
- "id": null
}, - "computationMemo": null,
- "meaDetails": null,
- "adjustedFor": "",
- "approvedHours": null,
- "sourceHours": null,
- "percentageRecognized": null,
- "audit": {
- "createdDateTime": "2024-02-01T06:14:00Z",
- "modifiedDateTime": "2024-03-28T04:14:44Z",
- "createdBy": "1",
- "modifiedBy": null
}, - "linkedBillingScheduleLine": {
- "id": null,
- "key": null
}, - "href": "/objects/contracts/revenue-schedule-line/14423"
}, - {
- "key": "14424",
- "id": "14424",
- "contractRevenueSchedule": {
- "id": "1578",
- "key": "1578",
- "href": "/objects/contracts/revenue-schedule/1578"
}, - "scheduledOperationKey": null,
- "scheduledAmount": "16666.66",
- "scheduledBaseAmount": "16666.66",
- "scheduledExchangeRate": "1.000000000000",
- "scheduledPostingDate": "2024-02-29",
- "actualPostingDate": null,
- "derivedPostingDate": "2024-02-29",
- "posted": false,
- "isHistorical": false,
- "status": "open",
- "journalEntry": {
- "key": null,
- "id": null
}, - "computationMemo": null,
- "meaDetails": null,
- "adjustedFor": "",
- "approvedHours": null,
- "sourceHours": null,
- "percentageRecognized": null,
- "audit": {
- "createdDateTime": "2024-02-01T06:14:00Z",
- "modifiedDateTime": "2024-03-28T04:14:44Z",
- "createdBy": "1",
- "modifiedBy": null
}, - "linkedBillingScheduleLine": {
- "id": null,
- "key": null
}, - "href": "/objects/contracts/revenue-schedule-line/14424"
}
], - "href": "/objects/contract-revenue-schedule/1578"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing contract revenue schedule by setting field values. Any fields not provided remain unchanged.
key required | string System-assigned key for the contract revenue schedule. Example: 1287 |
Array of objects Contract revenue schedule lines | |||||||||||||||||
Array
|
OK
Bad Request
{- "key": "145",
- "revenueScheduleLines": [
- {
- "key": "12",
- "computationMemo": "Memo",
- "scheduledAmount": "125.34"
}
]
}
{- "ia::result": {
- "key": "145",
- "id": "145",
- "href": "/objects/contracts/revenue-schedule/145"
}, - "ia::meta": {
- "totalCount": 1
}
}
Queries an object for filtered data.
object | string Object type to query, in the form Example: "contracts/revenue-schedule" | ||||||||
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
}
}