Versions Compared

Key

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

...

Resources Overview

URLGETPOSTPUTPATCHDELETEStatus
/Customersretrieve all customerscreate a new customer   (tick)
/Customers/:CustomerNumberretrieve one customer udpate existing customer (minus)  (tick)
/Customers/:CustomerNumber/Contractsget all contracts for a customer    (tick)
/Contractsget all contractscreate a new contract   (tick)
/Contracts/:ContractNumberretrieve one contract update existing contract (minus)  (tick)
/Contracts/:ContractNumber/Activitiesget all activities for a given contractcreate a new activity record for a contract   (tick)
/Contracts/:ContractNumber/Subscriptionget the subscription for a contractcreate a new subscription for a contract   (tick)
/Invoicesretrieve all invoices    
/Invoices/:InvoiceNumberget a single invoice    
/Invoices/:InvoiceNumber/Documentget the invoice PDF document (Base 64 binary)   (tick) 
/Projectsretrieve all projects    (tick)

(tick) ist verfügbar (minus) In Planung / Entwicklung

...