Disposal
Represents asset disposal transactions, capturing the disposal type, date, amounts, gain or loss, and associated journal entry details.
Columns
| Name | Type | Description |
| asset_Href | String | The URL of the asset associated with this disposal. |
| asset_Id | String | The Id of the asset associated with this disposal. |
| asset_Key | String | The system-assigned key of the asset associated with this disposal. |
| auditCreatedDateTime | Datetime | The date and time when the disposal record was created. |
| auditModifiedDateTime | Datetime | The date and time when the disposal record was last modified. |
| comments | String | The comments associated with this disposal record. |
| disposalAmount | Decimal | The amount received from the asset disposal. |
| disposalDate | Date | The date on which the asset was disposed. |
| disposalJournalEntry_Href | String | The URL of the journal entry generated for this disposal. |
| disposalJournalEntry_Id | String | The Id of the journal entry generated for this disposal. |
| disposalJournalEntry_Key | String | The system-assigned key of the journal entry generated for this disposal. |
| disposalJournalEntry_TxnNumber | Int | The transaction number of the journal entry generated for this disposal. |
| disposalType | String | The type of disposal, such as sale, scrap, or transfer. |
| gainLossAmount | Decimal | The gain or loss amount calculated as a result of this disposal. |
| href | String | The URL of the disposal resource. |
| id | String | The unique identifier of the disposal record. |
| isPartial | Bool | Indicates whether this disposal is a partial disposal of the asset. |
| journal_Href | String | The URL of the journal associated with this disposal. |
| journal_Id | String | The Id of the journal associated with this disposal. |
| journal_Key | String | The system-assigned key of the journal associated with this disposal. |
| key [KEY] | String | The system-assigned key that uniquely identifies the disposal record. |
| salePrice | Decimal | The sale price received for the disposed asset. |
| ListAggregate_DisposalDepreciationSchedules | String | The aggregate list of depreciation schedule maps associated with this disposal. |