Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Header variable namevalue
api-key{your api key - see project settings in the backoffice}

 

...

Resources Overview

URLGETPOSTPUTPATCHDELETE
/Customersretrieve all customerscreate a new customer   
/Customers/:CustomerNumberretrieve one customer udpate existing customer  
/Customers/:CustomerId/Contractsget all contracts for a customer    
/Contractsget all contractscreate a new contract   
/Contracts/:ContractId/Transactionsget all transactions for a given contractcreate a new transaction for a contract   
/Invoicesretrieve all invoices    
  

Errors

The API returns standard HTTP status codes to indicate that something went wrong.

Status codePossible reasons
400 Bad RequestYou have sent an invalid JSON format
404 Not FoundThe request resource could not be found
500 Internal Server ErrorWe got the correct data but the server got an unknown error while processing your request. You will find detailed information about the error in the body of the response.