| Name | Description | Type | Additional information |
|---|---|---|---|
| DisposeReason |
Required, the reason the dispose is being done. The dispose reason needs to already exist in the system. You can use the public-api/transactions/dispose/reasons to get a list of dispose reasons |
string |
None. |
| TransactionDate |
Optional, the date the transaction occurred. If left blank the date will default to now. |
date |
None. |
| RecordSource |
Optional, the device performing the transaction (i.e. name of kiosk, mobile device, or PC) |
string |
None. |
| Note |
Optional, any transaction notes to log with the transaction |
string |
None. |
| Assets |
Required, at list one asset needs to be selected to dispose |
Collection of AssetsToDispose |
None. |