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 | Required | Accepts Input Streams | Description |
Id | String | False | False | The Id of the receipt image to update. If not specified an new receipt image will be created |
LoginId | String | False | False | The Id of the user you want to impersonate. |
FileLocation | String | False | False | The location of the image file to be uploaded. |
Content | String | False | 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. |