Expenses
All API Operations related with Expenses
Last updated
All API Operations related with Expenses
Last updated
Retrieves all the expenses that match with provided filters
Starting date to be applied to date filter. Should be formatted in YYYY-MM-DD
format
End date to be applied to date filter. Should be formatted in YYYY-MM-DD
format
32-character unique ID to filter a specific business entity. If you don't know the ID, you can also provide supplierCode
instead of this field. If both of them are provided, supplierId
will be used only.
User-generated custom unique code to filter a specific business entity. If supplierId
is also provided, it will override this filter.
Name of the tag to be included in the filtering. Case sensitive. It should exactly match with the name in the Nuvio Platform.
Name of the project to be included in the filtering. Case sensitive. It should exactly match with the name in the Nuvio Platform.
User generated code of the project to be included in the filtering. Case sensitive. It should exactly match with the code in the Nuvio Platform.
Select one of the enum values to filter specific incomes that matches with required payment status.
OK
Retrieves an expense by its unique UID
OK
Creates a new expense from scratch
Invoice or receipt number of the received expense, formatted in string. Accepts alpha numeric characters and '-' symbol.
Description of the expense. This will also be its title in the Nuvio Platform.
The date of the expense. Should be formatted in YYYY-MM-DD
format
Due date of the payment for this expense. Should be formatted in YYYY-MM-DD
format.
3-letter currency code. You can find all the available currencies here.
32-character unique ID of the related project. If you don't know the ID, you can also provide projectCode
instead of this field. If both of them are provided projectId
will be used only.
User-generated custom code of the related project. If `projectId`` is also provided, it will override this field.
32-character unique ID of the supplier. If you don't know the ID, you can also provide supplierCode
instead of this field. If both of them are provided, supplierId
will be used only.
User-generated custom unique code of the specific supplier. If supplierId
is also provided, it will override this field.
List of the tags that are related to this expense. Provide a list of tags with their 32-character unique ID.
List of the items that are linked to this expense.
If currency is different than your company's functional currency, this will be the exchange rate that Nuvio will use while converting the amounts of this expense to company's functional currency. Should be number with 4 decimal points. eg. 32.4325
OK
Updates an existing expense
Invoice or receipt number of the received expense, formatted in string. Accepts alpha numeric characters and '-' symbol.
Description of the expense. This will also be its title in the Nuvio Platform.
The date of the expense. Should be formatted in YYYY-MM-DD
format
Due date of the payment for this expense. Should be formatted in YYYY-MM-DD
format
3-letter currency code. You can find all the available currencies here.
32-character unique ID of the related project. If you don't know the ID, you can also provide projectCode
instead of this field. If both of them are provided projectId
will be used only.
User-generated custom code of the related project. If projectId
is also provided, it will override this field.
32-character unique ID of the supplier. If you don't know the ID, you can also provide supplierCode
instead of this field. If both of them are provided, supplierId
will be used only.
User-generated custom unique code of the specific supplier. If supplierId
is also provided, it will override this field.
List of the tags that are related to this expense. Provide a list of tags with their 32-character unique ID.
List of the items that are linked to this expense. This list will override existing list of items in the updated expense. Do not just update 1 item, make sure to include all the items in your request.
If currency is different than your company's functional currency, this will be the exchange rate that Nuvio will use while converting the amounts of this expense to company's functional currency. Should be number with 4 decimal points. eg. 32.4325
OK