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