Send e-invoices

Send e-invoices to any customers on behalf your customers via various networks

Introduction

Creating child companies

        curl -X 'POST' \
  'https://sproom.net/api/child-companies' \
  -H 'accept: */*' \
  -H 'Authorization: Bearer (INSERT YOUR TOKEN HERE)
  -H 'Content-Type: application/json' \
  -d '{
  "companyName": "The Smallish Company A/S",
  "organizationIdentifier": {
    "schemeId": "DK:CVR",
    "value": "29403473"
  },
  "glnNumber": "5798009811578"
}'
        
    

Sending e-invoices

        curl -X 'POST' \
  'https://sproom.net/api/webhooks' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "type": "documentReceived",
  "url": "https://my.company.com/sproom-webhook"
}'
        
    
        curl -X 'GET' \
  'https://sproom.net/api/recipients/GLN%3A5790002041488' \
  -H 'accept: */*'
        
    
        curl -X 'POST' \
  'https://sproom.net/api/documents' \
  -H 'accept: */*' \
  -H 'Content-Type: application/octet-stream' \
  -d '{}'
        
    

Contact us for questions

Do you have questions on how to do you integration, contact us now and we will help you as quick as possible

Tlf: +45 88 20 20 40 E-mail: support@sproom.net

Alt text is missing