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

Add a new company

POST
/org/register

Request

Body Params application/jsonRequired

Examples

Responses

🟢202Accepted
application/json
accepted operation
Body

🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/org/register' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Organization": {
        "RequestId": "24fee52673944049",
        "Number": "914337658",
        "Name": "Company AB",
        "Street": "Eriksbo Västergärde 72",
        "City": "Hillerstorp",
        "PostalCode": "33033",
        "CountryCode": "NO",
        "Website": "https://www.company-ab.se",
        "Telephone": "+460738139099",
        "ContactName": "Maja Sophia Andersson",
        "ContactPhone": "+460738139099",
        "ContactEmail": "msa@cmi-ab.se",
        "WorkflowSetupId": "22467",
        "FUIs": [
            {
                "Identification": "005569112345.00003312345.SHB.SE",
                "AgreementId": "124578963",
                "Description": "FUI to the SHB bank",
                "IsMain": "true",
                "Status": "Active",
                "BankAccountType": "PlusGiro",
                "ActivationDate": "2022-01-01",
                "ExpirationDate": "2099-01-01",
                "Accounts": [
                    {
                        "Number": "1895572",
                        "BankAccountType": "PlusGiro",
                        "Status": "Active",
                        "Description": "PlusGiro account"
                    }
                ]
            }
        ]
    },
    "Subscription": {
        "SubscriptionId": "DYubVXsH5pkH5rNXMJm9zjNQWSjQ1wYr",
        "StorageId": "267"
    }
}'
Response Response Example
202 - Example 1
{
    "RequestId": "190fc184-50e4-41bc-a7c4-553626f94fda",
    "Message": "568984984 is accepted."
}
Modified at 2025-09-23 11:10:15
Previous
Get invoice lookup link
Next
Check company status
Built with