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. organization
  • About
  • Invoice API
    • send
      • Add a new B2B EHF/PEPPOL creditnote
      • Add a new B2B EHF/PEPPOL invoice
      • Add a new B2C invoice
      • Add a new B2C letter
      • Add a new B2C Swedish invoice
      • Add a new B2C Danish invoice
      • Check invoice status
      • Check invoice status
    • lookup
      • Get invoice lookup link
    • organization
      • Add a new company
        POST
      • Check company status
        POST
    • bankAgreement
      • Register new bank agreement
      • Check status of bank agreement
  • Partner API
    • Companies
      • Get available companies
    • Files
      • List all bundles/files within a specific period with FromDate/ToDate and CompanyId
      • Get a summary of all bundles/files within a specific period with FromDate/ToDate and CompanyId
      • List invoices based on filename
    • Invoice
      • Get a summary of all invoices within a specific period with FromDate/ToDate and CompanyId
    • Invoices
      • List invoices based on InvoiceNumber or specific DateTime (period)
    • InvoiceView
      • Look up invoice with TransactionRid and CompanyId
      • Look up invoice with InvoiceNumber and CompanyId
    • Receipt
      • Get receipt for invoice with TransactionRid and CompanyId
    • Token
      • Request a token.
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. organization

Check company status

POST
/org/status
Check status to one specific organization. FUI activation is completed only when the status is 'Succeeded' from all three banks.

Request

Body Params application/jsonRequired

Examples

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
🟠404Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/org/status' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Subscription": {
        "SubscriptionId": "DYubVXsH5pkH5rNXMJm9zjNQWSjQ1wYr",
        "StorageId": "267"
    },
    "RequestId": "190fc184-50e4-41bc-a7c4-553626f94fda",
    "OrganizationNumber": "5588996633"
}'
Response Response Example
200 - Example 1
{
    "Kivra": {
        "SenderId": "1605604406c28ba664199e4ce5aa3458a43242seqh343",
        "Status": "string"
    },
    "Message": "string",
    "Fuis": [
        {
            "FUI": "1113366433.7664421142.SHB.SE",
            "Status": "Accepted/Pending",
            "Receipts": [
                {
                    "Status": "Delivered",
                    "StatusCode": "1",
                    "StatusMessage": "",
                    "BankId": "NB",
                    "UpdatedDateTime": "2022-05-24 07:45:31.813",
                    "CorrelationId": "17410312"
                }
            ]
        }
    ]
}
Modified at 2025-09-23 11:10:15
Previous
Add a new company
Next
Register new bank agreement
Built with