Versions Compared

Key

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

...

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   
/Contracts/:ContractId/Subscriptionget the subscription for a contractcreate a new subscription for a contract   
/Invoicesretrieve all invoices     
/Projectsretrieve all projects 

Errors

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

...