Amili Docs
Home
Products
Products
  • Debt.collection
  • Account Receivable
  • Distribution
Go to amili.no
Home
Products
Products
  • Debt.collection
  • Account Receivable
  • Distribution
Go to amili.no
  1. Invoice
  • About
  • Collection API
    • CallBanqSoft
      • banqsoft
    • Batches
      • Get all batches
      • Get organization batches
      • Get batch by ID
    • Collections
      • Retrieve cases for an organization
    • Invoice
      • Create a new invoice
        POST
      • Get organization invoices
        GET
      • Get invoice by ID
        GET
      • Get invoice documents by invoice id
        GET
      • Get invoice history by invoice id
        GET
      • Get invoice payments by invoice id
        GET
      • Pause invoice
        POST
      • Withdraw invoice
        POST
      • Resume invoice
        POST
    • Payment
      • Create new payments
    • Api Status
      • Ping the server
      • Ping the server to check if authorized
      • Check the status of the API health
    • Organizations
      • Get reports on a organization
    • Settlement
      • Retrieve settlements from an organization
  • AutoCollect
    • Attachment
      • /webapi/api/Attachment
    • Batch
      • /webapi/api/Batch
      • /webapi/api/Batch
    • Ping
      • /webapi/api/Ping
Home
Products
Products
  • Debt.collection
  • Account Receivable
  • Distribution
Go to amili.no
Home
Products
Products
  • Debt.collection
  • Account Receivable
  • Distribution
Go to amili.no
  1. Invoice

Resume invoice

POST
/orgs/{orgId}/invoices/{invoiceId}/resume
Resume a specific invoice

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Path Params

Responses

🟢202Accepted
Accepted
This response does not have a body.
🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/orgs//invoices//resume' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "type": "https://httpstatuses.io/400",
    "title": "BAD_REQUEST",
    "status": 400,
    "detail": "Invalid request data provided",
    "instance": "POST /api/endpoint",
    "errors": {
        "fieldName": [
            "The field is required."
        ]
    },
    "traceId": "00-d05973b6aa0526befbfd1de6db1584dc-991a4752920ab9e8-00",
    "requestId": "0HNDTD0KK854T:0000000B"
}
Modified at 2025-09-23 10:42:55
Previous
Withdraw invoice
Next
Create new payments
Built with