Set up accounts for the WIP setup object.
Returns a collection with a key, ID, and link for each WIP setup account. This operation is mostly for use in testing; use the query service to find objects that meet certain criteria and to specify properties that are returned.
OK
Bad Request
{- "ia::result": [
- {
- "id": "1",
- "key": "1",
- "href": "/objects/construction-forecasting/wip-setup-account/1"
}, - {
- "id": "2",
- "key": "2",
- "href": "/objects/construction-forecasting/wip-setup-account/2"
}
], - "ia::meta": {
- "totalCount": 2,
- "totalSuccess": 2,
- "totalError": 0
}
}
Returns detailed information for a specified WIP setup account.
key required | string System-assigned key for the WIP setup account. Example: 99 |
OK
Bad Request
{- "ia::result": {
- "key": "1",
- "id": "1",
- "wipAccountType": "underbillingOffset",
- "account": {
- "key": 99,
- "id": "1001",
- "name": "CitiBank",
- "href": "/objects/general-ledger/account/99"
}, - "audit": {
- "createdDateTime": "2023-06-02T20:29:28Z",
- "modifiedDateTime": "2023-06-02T20:29:28Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "href": "/objects/construction-forecasting/wip-setup-account/1",
- "wipSetup": {
- "key": "123",
- "id": "123",
- "href": "/objects/construction-forecasting/wip-setup/123"
}
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}