Skip to main content

Welcome to our Dev Docs!

Conditional Requests

Most responses return an ETag header. You can use the values of these header to make subsequent PUT / PATCH requests to those resources using an If-Match header. If the resource changed meanwhile, the server will return a 412 Precondition Failed. Currently validation is done for the resources Customer and Contract. This validation will be extended to other resources in the future.