-
Notifications
You must be signed in to change notification settings - Fork 6
Headers
Marjukka Niinioja edited this page Aug 2, 2016
·
2 revisions
All http-headers starting with x-PLANMILL- are specific to PlanMill's API only.
Other headers are standard HTTP 1.1 specification or user agent specific headers.
See required headers from each resource's documentation. Using the headers is required to keep the data consistent and correct.
The API consumes and produces data only in JSON format, except some endpoints like reports and invoices which support also PDF, CSV and other types. Always supply the Content-Type header in requests which have JSON content and provide the character encoding of the request entity (UTF-8).