UploadReceiptImage
Upload an image for a receipt. Note that the server does not support all image file formats and size restrictions might apply.
Input
| Name | Type | Description |
| Id | String | The Id of the receipt image to update. If not specified, a new receipt image is created. |
| LoginId | String | The Id of the user you want to impersonate. |
| FileLocation | String | The location of the image file to upload. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates if the image was uploaded successfully. |
| Id | String | ID of the created receipt image. |