Versions Compared

Key

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

...

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    (tick)
/Projectsretrieve all projects    (tick)

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

Errors

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

...