AddExpenseReceipt
Attaches a receipt to an expense.
Input
| Name | Type | Required | Accepts Input Streams | Description |
| Id | String | True | False | Id of an expense. |
| Attachments | String | False | False | Expense receipt file to attach. Allowed Extensions: gif, png, jpeg, jpg, bmp, pdf, xls, xlsx, doc and docx. |
| Content | String | False | True | The content as InputStream to be uploaded when LocalFilePath or FolderPath is not specified. |
| FileName | String | False | False | Attachment name. This is required when content is not null. |
Result Set Columns
| Name | Type | Description |
| Status | String | Stored procedure execution status. |