Use WIP setup to configure accounts used for your WIP schedules, and a reconciliation method for overbilling and underbilling amounts.
You cannot delete a WIP setup object.
Returns a collection with a key, ID, and link for each WIP setup. 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 | Construction |
---|---|
User type | Business user with admin privileges |
Permissions | List, View WIP Setups |
OK
Bad Request
{- "ia::result": [
- {
- "id": "1",
- "key": "1",
- "href": "/objects/construction-forecasting/wip-setup/1"
}
], - "ia::meta": {
- "totalCount": 1,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Creates a new WIP setup.
Subscription | Construction |
---|---|
User type | Business user with admin privileges |
Permissions | Add WIP Setups |
Creates a new WIP setup.
autoCreateNextPeriod required | boolean Default: false If Example: false | ||||||||
postingJournal required | string The general ledger journal to use when posting a WIP schedule. Example: "AP ADJ" | ||||||||
reconcileMethod required | string Default: "autoReverse" Reconciliation method for overbilling and underbilling amounts. Example: "autoReverse" | ||||||||
wipCostBreakdownLevel | string Default: "wipScheduleProject" The level at which to allow cost and forecast breakdowns. Example: "wipScheduleProject" | ||||||||
allowGroupCostCodes | boolean Default: false If Example: false | ||||||||
Array of objects List of general ledger accounts used for WIP schedules. You may specify multiple accounts for cost and revenue.
Specify one account for overbilling and underbilling, and either a single | |||||||||
Array
|
Created
Bad Request
{- "wipSetupAccounts": [
- {
- "accountNumber": "5000",
- "wipAccountType": "cost"
}, - {
- "accountNumber": "5001",
- "wipAccountType": "cost"
}, - {
- "accountNumber": "4000",
- "wipAccountType": "revenue"
}, - {
- "accountNumber": "4001",
- "wipAccountType": "revenue"
}, - {
- "accountNumber": "4008",
- "wipAccountType": "revenue"
}, - {
- "accountNumber": "1002",
- "wipAccountType": "underbillingOffset"
}, - {
- "accountNumber": "1003",
- "wipAccountType": "overbillingOffset"
}, - {
- "accountNumber": "1000",
- "wipAccountType": "overbilling"
}, - {
- "accountNumber": "1001",
- "wipAccountType": "underbilling"
}
], - "autoCreateNextPeriod": true,
- "postingJournal": "APJ",
- "reconcileMethod": "autoReverse",
- "wipCostBreakdownLevel": "costCodeAndCostType",
- "allowGroupCostCodes": true
}
{- "ia::result": {
- "key": "41",
- "id": "41",
- "href": "/objects/construction-forecasting/wip-setup/41"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for a specified WIP setup.
Subscription | Construction |
---|---|
User type | Business user with admin privileges |
Permissions | List, View WIP Setups |
key required | string System-assigned key for the WIP setup. Example: 164 |
OK
Bad Request
{- "ia::result": {
- "wipSetupAccounts": [
- {
- "audit": {
- "createdBy": "1",
- "createdDateTime": "2023-10-27T18:08:24Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-10-27T18:08:24Z"
}, - "accountNumber": "5000",
- "wipAccountType": "cost",
- "accountTitle": "Cost of Goods Sold",
- "id": "123",
- "key": "123",
- "href": "/objects/construction-forecasting/wip-setup-account/123"
}, - {
- "audit": {
- "createdBy": "1",
- "createdDateTime": "2023-10-27T18:08:24Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-10-27T18:08:24Z"
}, - "accountNumber": "4000",
- "wipAccountType": "revenue",
- "accountTitle": "Sales",
- "id": "125",
- "key": "125",
- "href": "/objects/construction-forecasting/wip-setup-account/125"
}, - {
- "audit": {
- "createdBy": "1",
- "createdDateTime": "2023-10-27T18:08:24Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-10-27T18:08:24Z"
}, - "accountNumber": "4001",
- "wipAccountType": "revenue",
- "accountTitle": "Miscellaneous Sales",
- "id": "126",
- "key": "126",
- "href": "/objects/construction-forecasting/wip-setup-account/126"
}, - {
- "audit": {
- "createdBy": "1",
- "createdDateTime": "2023-10-27T18:08:24Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-10-27T18:08:24Z"
}, - "accountNumber": "1002",
- "wipAccountType": "offset",
- "accountTitle": "HSBC - GBP",
- "id": "127",
- "key": "127",
- "href": "/objects/construction-forecasting/wip-setup-account/127"
}, - {
- "audit": {
- "createdBy": "1",
- "createdDateTime": "2023-10-27T18:08:24Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-10-27T18:08:24Z"
}, - "accountNumber": "1000",
- "wipAccountType": "overbilling",
- "accountTitle": "Bank of America A/c.",
- "id": "128",
- "key": "128",
- "href": "/objects/construction-forecasting/wip-setup-account/128"
}, - {
- "audit": {
- "createdBy": "1",
- "createdDateTime": "2023-10-27T18:08:24Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-10-27T18:08:24Z"
}, - "accountNumber": "1001",
- "wipAccountType": "underbilling",
- "accountTitle": "CitiBank",
- "id": "129",
- "key": "129",
- "href": "/objects/construction-forecasting/wip-setup-account/129"
}
], - "audit": {
- "createdBy": "1",
- "createdDateTime": "2023-10-27T18:08:24Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-10-27T18:08:24Z"
}, - "autoCreateNextPeriod": true,
- "postingJournal": "APJ",
- "wipCostBreakdownLevel": "costCode",
- "allowGroupCostCodes": true,
- "id": "27",
- "reconcileMethod": "autoReverse",
- "key": "27",
- "href": "/objects/construction-forecasting/wip-setup/27"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing WIP setup object by setting the field values. Any fields not provided remain unchanged.
Subscription | Construction |
---|---|
User type | Business user with admin privileges |
Permissions | Edit WIP Setups |
key required | string System-assigned key for the WIP setup. Example: 164 |
postingJournal | string The general ledger journal to use when posting a WIP schedule. Example: "AP ADJ" | ||||||||
reconcileMethod | string Default: "autoReverse" Reconciliation method for overbilling and underbilling amounts. Example: "autoReverse" | ||||||||
autoCreateNextPeriod | boolean Default: false If Example: false | ||||||||
wipCostBreakdownLevel | string Default: "wipScheduleProject" The level at which to allow cost and forecast breakdowns. Example: "wipScheduleProject" | ||||||||
allowGroupCostCodes | boolean Default: false If Example: false | ||||||||
Array of objects List of general ledger accounts used for WIP schedules. You may specify multiple accounts for cost and revenue.
Specify one account for overbilling and underbilling, and either a single | |||||||||
Array
|
OK
Bad Request
{- "wipSetupAccounts": [
- {
- "accountNumber": "1001",
- "wipAccountType": "cost",
- "key": "1"
}, - {
- "key": "2",
- "ia::operation": "delete"
}, - {
- "accountNumber": "1000",
- "wipAccountType": "revenue"
}
], - "autoCreateNextPeriod": true,
- "postingJournal": "APJ",
- "wipCostBreakdownLevel": "project",
- "allowGroupCostCodes": false,
- "reconcileMethod": "autoReverse"
}
{- "ia::result": {
- "key": "41",
- "id": "41",
- "href": "/objects/construction-forecasting/wip-setup/41"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Queries an object for filtered data.
object | string Object type to query, in the form Example: "construction-forecasting/wip-setup" | ||||||||
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 result set, 4000 maximum. Example: 100 |
OK
Bad Request
{- "object": "construction-forecasting/wip-setup",
- "fields": [
- "id",
- "key",
- "reconcileMethod",
- "wipCostBreakdownLevel"
], - "orderBy": [
- {
- "id": "asc"
}
]
}
{- "ia::result": [
- {
- "id": "1",
- "key": "1",
- "reconcileMethod": "autoReverse",
- "wipCostBreakdownLevel": "wipScheduleProject"
}
], - "ia::meta": {
- "totalCount": 1,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}