Use billing template lines to specify the percentages complete at which you want to invoice.
Returns a collection with a key, ID, and link for each billing template entry.
OK
Bad Request
{- "ia::result": [
- {
- "key": "7",
- "id": "7",
- "href": "/objects/contracts/billing-template-line/7"
}
], - "ia::meta": {
- "totalCount": 1
}
}
Returns detailed information for a specified billing template entry.
key required | string System-assigned key for the billing template entry. Example: 14 |
OK
Bad Request
{- "ia::result": {
- "key": "7",
- "billingTemplate": {
- "key": "37",
- "href": "/objects/contracts/billing-template/37"
}, - "periodOffset": "1",
- "stepPercent": "1.00000000",
- "periodPercent": "50.00000000",
- "href": "/objects/contracts/billing-template-line/7"
}, - "ia::meta": {
- "totalCount": 1
}
}
Use the query service to find billing template lines that meet certain criteria and to specify the properties that are returned.
OK