Skip to main content

Expense information

Amnis expense API docs is here to help you integrate with amnis API.

📄️ Create an expense category

<p>This endpoint is intended to create a new expense category.</p> <p><b>Prerequisites:</b></p> <p>To use this endpoint you need to have the <b>ACCOUNTING</b> scope for the API Key. Please contact your relation manager to get this permission.</p> <p><b>Request Body:</b></p> <ul> <li><b>name</b>: The name of the category. Multiple categories with the same name cannot be added.</li> <li><b>accountingAccountNumber</b>: Optional.</li> <li><b>externalId</b>: Optional. The identifier in the external accounting program. Multiple categories with the same name cannot be added.</li></ul>

📄️ Create an expense VAT

<p>This endpoint is intended to create a new expense VAT.</p> <p><b>Prerequisites:</b></p> <p>To use this endpoint you need to have the <b>ACCOUNTING</b> scope for the API Key. Please contact your relation manager to get this permission.</p> <p><b>Request Body:</b></p> <ul> <li><b>name</b>: The name of the VAT. Multiple VATs with the same name cannot be added.</li> <li><b>value</b>: Required.</li><li><b>externalId</b>: Optional.</li><li><b>importTax</b>: Optional.</li></ul>