A contract line is a header containing multiple schedule lines and is tied directly to a contract.
Returns up to 100 object references from the collection with a key, ID, and link for each contract line. This operation is mostly for use in testing; use query to find objects that meet certain criteria and to specify properties that are returned.
OK
Bad Request
{- "ia::result": [
- {
- "key": "1",
- "id": "1",
- "href": "/objects/contracts/contract-line/1"
}, - {
- "key": "2",
- "id": "2",
- "href": "/objects/contracts/contract-line/2"
}, - {
- "key": "3",
- "id": "3",
- "href": "/objects/contracts/contract-line/3"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Creates a new contract line.
Contract line to create
required | object contract | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | object | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | object | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | object | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string Default: "inProgress" State Example: "completed" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
startDate | string <date> Line start Example: "2024-01-01" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
endDate | string <date> Line end Example: "2024-04-30" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
changeType | string or null Default: null Change type Example: "newMRR" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
itemDescription | string Item description Example: "API usage" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
deliveryStatus | string Default: "delivered" Delivery status Example: "undelivered" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
postingDate | string <date> GL posting date Example: "2024-01-01" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
memo | string or null Post Memo Example: "POSTING LINE" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
shipToSource | string Default: "contractValue" Specifies where the ship-to contact information should come from Example: "contractValue" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
billToSource | string Default: "contractValue" Specifies where the bill-to contact information should come from Example: "contractValue" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
revenueDeferralStatus | string Default: "deferRevenueUntilItemIsDelivered" Revenue recognition deferral status Example: "deferRevenueUntilItemIsDelivered" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isRecurring | boolean Default: false Recurring Example: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Created
Bad Request
{- "contract": {
- "key": "1"
}, - "item": {
- "key": "2"
}, - "dimensions": {
- "location": {
- "key": "1"
}
}, - "startDate": "2022-01-01",
- "endDate": "2022-12-31",
- "billing": {
- "quantity": "12",
- "rate": "12",
- "multiplier": "1",
- "discount": "0",
- "method": "fixedPrice",
- "amountFrequency": "includeWithEveryInvoice",
- "frequency": "monthly",
- "flatFixedAmount": "144",
- "baseFlatFixedAmount": "144",
- "totalFlatFixedAmount": "1728",
- "totalBaseFlatFixedAmount": "1728"
}, - "changeType": "newMRR",
- "lineType": "sale",
- "revenue": {
- "journal1": {
- "revenueTemplate": {
- "key": "1"
}
}
}, - "postingDate": "2022-01-01"
}
{- "ia::result": {
- "id": "26",
- "key": "26",
- "href": "/objects/contracts/contract-line/26"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for a specified contract line.
key required | string System-assigned key for the contract line. |
OK
Bad Request
{- "ia::result": {
- "id": "1",
- "key": "1",
- "contract": {
- "key": "1",
- "id": "Usagerevrec_Case6",
- "state": "In progress",
- "name": "CAR-IMPLEMENTATION",
- "href": "/objects/contracts/contract/1"
}, - "parent": {
- "id": null,
- "key": null,
- "item": {
- "key": null,
- "itemType": ""
}, - "lineNumber": null
}, - "currency": {
- "txnCurrency": "USD",
- "baseCurrency": "USD",
- "exchangeRateDate": null,
- "exchangeRate": "1.000000000000"
}, - "state": "inProgress",
- "lineNumber": "1",
- "recurringBillingPeriod": 0,
- "startDate": "2015-01-15",
- "endDate": "2015-03-31",
- "cancelationDate": null,
- "item": {
- "key": "306",
- "id": "LICNERP",
- "name": "Licenses-ERP",
- "href": "/objects/inventory-control/item/306"
}, - "itemDescription": null,
- "deferralStatus": "deferRevenueUntilItemIsDelivered",
- "billing": {
- "quantity": "1",
- "rate": "599999.99",
- "multiplier": "1",
- "discount": "0",
- "template": {
- "key": null,
- "id": null,
- "method": ""
}, - "schedule": {
- "id": "1",
- "key": "1",
- "status": "In progress"
}, - "startDate": "2015-01-15",
- "endDate": "2015-03-31",
- "method": "fixedPrice",
- "amountFrequency": "includeWithEveryInvoice",
- "frequency": "monthly",
- "flatFixedAmount": "599999.99",
- "baseFlatFixedAmount": "599999.99",
- "totalFlatFixedAmount": "1799999.97",
- "totalBaseFlatFixedAmount": "1799999.97",
- "resetUsageQuantity": "",
- "isUsageQuantityRecurring": null,
- "holdDate": null,
- "resumeDate": null,
- "memo": null,
- "durationInPeriods": "3",
- "proratePartialPeriods": false,
- "quantityType": "",
- "committedQuantityEndAction": "",
- "committedQuantityExcess": ""
}, - "contacts": {
- "billTo": {
- "key": "126",
- "id": "CAR(CCAR)",
- "href": "/objects/company-config/contact/126"
}, - "shipTo": {
- "key": "126",
- "id": "CAR(CCAR)",
- "href": "/objects/company-config/contact/126"
}
}, - "billToSource": "contractValue",
- "shipToSource": "contractValue",
- "renewal": {
- "renew": false,
- "billingTemplate": {
- "key": null,
- "id": null
}
}, - "isRecurring": false,
- "lineType": "sale",
- "revenue": {
- "journal1": {
- "revenueTemplate": {
- "key": "9",
- "id": "QUANTITYBASED_MANUAL",
- "method": "Quantity based",
- "href": "/objects/contracts/revenue-template/9"
}, - "startDate": "2015-01-15",
- "endDate": "2015-03-31",
- "revenueSchedule": {
- "id": "3",
- "key": "3",
- "href": "/objects/contracts/revenue-schedule/3"
}, - "journalSymbol": {
- "key": "51",
- "id": "LEGACYREVREC",
- "href": "/objects/general-ledger/journal/51"
}
}, - "journal2": {
- "revenueTemplate": {
- "key": null,
- "id": null,
- "method": ""
}, - "startDate": null,
- "endDate": null,
- "revenueSchedule": {
- "key": "3",
- "href": "/objects/contracts/revenue-schedule/3"
}, - "journalSymbol": {
- "key": "53",
- "id": "ASC606REVREC",
- "href": "/objects/general-ledger/journal/53"
}
}, - "totalQuantity": "33333.33",
- "holdDate": null,
- "resumeDate": null,
- "memo": null
}, - "dimensions": {
- "location": {
- "key": "1",
- "id": "1",
- "name": "United States of America",
- "href": "/objects/company-config/location/1"
}, - "department": {
- "key": "3",
- "id": "3",
- "name": "Engineering",
- "href": "/objects/company-config/department/3"
}, - "task": {
- "key": null,
- "name": null,
- "id": null
}, - "project": {
- "key": null,
- "id": null,
- "name": null
}, - "customer": {
- "id": "CAR",
- "name": "CAR"
}, - "vendor": {
- "key": null,
- "id": null,
- "name": null
}, - "employee": {
- "key": null,
- "id": null,
- "name": null
}, - "class": {
- "key": null,
- "id": null,
- "name": null
}
}, - "audit": {
- "createdDateTime": "2023-06-05T17:45:45Z",
- "modifiedDateTime": "2023-06-05T17:45:45Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "changeType": "",
- "isMRR": false,
- "priceListDetails": null,
- "deliveryStatus": "delivered",
- "deliveryDate": "2015-01-15",
- "postingDate": "2015-01-15",
- "expense": {
- "holdDate": null,
- "resumeDate": null,
- "memo": null
}, - "memo": null,
- "renewalTriggerDate": null,
- "lineRenewalDate": null,
- "href": "/objects/contracts/contract-line/1"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing contract line by setting field values. Any fields not provided remain unchanged.
key required | string System-assigned key for the contract line. |
state | string Default: "inProgress" State Example: "completed" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
startDate | string <date> Line start Example: "2024-01-01" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
endDate | string <date> Line end Example: "2024-04-30" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
changeType | string or null Default: null Change type Example: "newMRR" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
itemDescription | string Item description Example: "API usage" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
deliveryStatus | string Default: "delivered" Delivery status Example: "undelivered" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
postingDate | string <date> GL posting date Example: "2024-01-01" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
memo | string or null Post Memo Example: "POSTING LINE" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
shipToSource | string Default: "contractValue" Specifies where the ship-to contact information should come from Example: "contractValue" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
billToSource | string Default: "contractValue" Specifies where the bill-to contact information should come from Example: "contractValue" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
revenueDeferralStatus | string Default: "deferRevenueUntilItemIsDelivered" Revenue recognition deferral status Example: "deferRevenueUntilItemIsDelivered" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isRecurring | boolean Default: false Recurring Example: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object contract | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
OK
Bad Request
{- "item": {
- "key": "3"
}, - "dimensions": {
- "location": {
- "key": "1"
}
}, - "startDate": "2022-01-01",
- "endDate": "2022-12-31",
- "billing": {
- "quantity": "12",
- "rate": "12",
- "multiplier": "1",
- "discount": "0",
- "method": "fixedPrice",
- "amountFrequency": "includeWithEveryInvoice",
- "frequency": "monthly",
- "flatFixedAmount": "144",
- "baseFlatFixedAmount": "144",
- "totalFlatFixedAmount": "1728",
- "totalBaseFlatFixedAmount": "1728"
}, - "changeType": "newMRR",
- "lineType": "sale",
- "revenue": {
- "journal1": {
- "revenueTemplate": {
- "key": "1"
}
}, - "journal2": {
- "revenueTemplate": {
- "key": "2"
}
}
}, - "postingDate": "2022-01-01"
}
{- "ia::result": {
- "id": "3",
- "key": "3",
- "href": "/objects/contracts/contract-line/3"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes a contract line.
key required | string System-assigned key for the contract line. |
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: "contracts/contract-line" | ||||||||
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
}
}