Rate table accounts payable lines contain criteria for applying a default markup % or unit price to matching purchasing transactions during invoicing.
Returns up to 100 object references from the collection with a key, ID, and link for each object. 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": "84",
- "id": "84",
- "href": "/objects/construction/rate-table-purchasing-line/84"
}, - {
- "key": "85",
- "id": "85",
- "href": "/objects/construction/rate-table-purchasing-line/85"
}, - {
- "key": "60",
- "id": "60",
- "href": "/objects/construction/rate-table-purchasing-line/60"
}, - {
- "key": "78",
- "id": "78",
- "href": "/objects/construction/rate-table-purchasing-line/78"
}, - {
- "key": "79",
- "id": "79",
- "href": "/objects/construction/rate-table-purchasing-line/79"
}
], - "ia::meta": {
- "totalCount": 5,
- "start": 1,
- "pageSize": 100
}
}
Returns detailed information for a particular rate table purchasing line.
key required | string System-assigned key for the rate table purchasing line. Example: 76 |
OK
Bad Request
{- "ia::result": {
- "key": "176",
- "id": "176",
- "rateTable": {
- "key": "145",
- "id": "2021-LV2",
- "name": "2021 Level 2",
- "href": "/objects/construction/rate-table/145"
}, - "href": "/objects/construction/rate-table-purchasing-line/176",
- "lineNumber": 1,
- "description": "Aug Costing SOPA",
- "startDate": "2021-08-03",
- "markupPercent": "15.900",
- "unitPrice": "112.560",
- "accumulationType": {
- "key": "2",
- "id": "ACCT-2",
- "href": "/objects/construction/accumulation-type/2"
}, - "standardCostType": {
- "key": "33",
- "id": "CT-RT-0010",
- "name": "CT-RT-0010 MATERIAL",
- "href": "/objects/construction/standard-cost-type/33"
}, - "standardTask": {
- "key": "3",
- "id": "TSK-RT-0011",
- "name": "TSK-RT-0011 Name",
- "href": "/objects/construction/standard-task/3"
}, - "dimensions": {
- "employee": {
- "key": "10",
- "id": "10",
- "name": "Thomas, Glenn",
- "href": "/objects/company-config/employee/10"
}, - "project": {
- "key": "2",
- "id": "NET-XML30-2",
- "name": "Talcomp training",
- "href": "/objects/projects/project/2"
}, - "customer": {
- "key": "13",
- "id": "113",
- "name": "Jack In the Box",
- "href": "/objects/accounts-receivable/customer/13"
}, - "vendor": {
- "key": "357",
- "id": "1605212096809",
- "name": "GenLab",
- "href": "/objects/accounts-payable/vendor/357"
}, - "item": {
- "key": "13",
- "id": "Case 13",
- "name": "Platform pack",
- "href": "/objects/inventory-control/item/13"
}, - "warehouse": {
- "key": "6",
- "id": "WH01",
- "name": "WH01",
- "href": "/objects/inventory-control/warehouse/6"
}, - "class": {
- "key": "731",
- "id": "REST_CLS_001",
- "name": "Enterprises",
- "href": "/objects/company-config/class/731"
}, - "task": {
- "key": "2",
- "id": "tet",
- "name": "Design",
- "href": "/objects/projects/task/2"
}
}, - "audit": {
- "createdDateTime": "2014-01-08T11:28:12Z",
- "modifiedDateTime": "2014-01-08T11:28:12Z",
- "createdBy": "1",
- "modifiedBy": "95"
}
}, - "ia::meta": {
- "totalCount": 1
}
}
Use the query service to find rate table purchasing lines that meet certain criteria and to specify the properties that are returned.
OK