ExpenseTemplateLine
Represents individual period lines within an expense recognition template, defining the percentage to recognize and the period offset for each scheduled recognition step.
Columns
| Name | Type | Description |
| auditCreatedBy | String | The user who created the expense template line. |
| auditCreatedDateTime | Datetime | The date and time when the expense template line was created. |
| auditModifiedBy | String | The user who last modified the expense template line. |
| auditModifiedDateTime | Datetime | The date and time when the expense template line was last modified. |
| contractExpenseTemplate_Href | String | The URL of the expense template associated with this line. |
| contractExpenseTemplate_Id | String | The Id of the expense template associated with this line. |
| contractExpenseTemplate_Key | String | The system-assigned key of the expense template associated with this line. |
| href | String | The URL of the expense template line resource. |
| id | String | The unique identifier of the expense template line record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the expense template line record. |
| percentToRecognize | Decimal | The percentage of the expense to recognize during this template line's period. |
| periodOffset | String | The period offset from the contract start date for this expense template line's recognition. |
| status | String | The current status of the expense template line, such as active or inactive. |