ExpenseTemplate
Represents expense recognition templates used to define amortization methods, posting types, and recognition schedules for contract expenses.
Columns
| Name | Type | ReadOnly | Description |
| amortizationMethod | String | False |
The amortization method used to spread expense recognition over time, such as straight-line or specific date. |
| amortizationSchedulePeriod | String | False |
The period type used for the amortization schedule, such as monthly or quarterly. |
| auditCreatedBy | String | True |
The user who created the expense template. |
| auditCreatedDateTime | Datetime | True |
The date and time when the expense template was created. |
| auditModifiedBy | String | True |
The user who last modified the expense template. |
| auditModifiedDateTime | Datetime | True |
The date and time when the expense template was last modified. |
| defaultPostingType | String | False |
The default posting type for expenses recognized using this template, such as accrual or cash. |
| description | String | False |
The description of the expense template. |
| href | String | True |
The URL of the expense template resource. |
| id | String | False |
The unique identifier of the expense template record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the expense template record. |
| postingDay | Int | True |
The day of the period on which expenses are posted using this template. |
| status | String | False |
The current status of the expense template, such as active or inactive. |
| ListAggregate_Lines | String | False |
The aggregate list of lines associated with this expense template. |