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 | Accepts Input Streams | Description |
| Id | String | False | The Id of the receipt image to update. If not specified, a new receipt image is created. |
| LoginId | String | False | The Id of the user you want to impersonate. |
| FileLocation | String | False | The location of the image file to upload. |
| Content | String | True | The image content as an InputStream. Only used if FileLocation is not set. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates if the image was uploaded successfully. |
| Id | String | ID of the created receipt image. |