Capitex Boendekalkyl can be used with a JSON-API. It can be called with GET and POST. POST should be used for bigger requests.
Calls can be done with this syntax: /services/Boende/<endpoint>?Key=Value
Parameters for GET calls:
Key | Value |
---|
json | 1 |
jsonp | 1 |
method | The method to be used. |
data | Data for the method to be used. |
Parameters for POST calls:
Key | Value |
---|
json | 1 |
jsonp | 1 |
method | The method to be used. |
Form data:
Key | Value |
---|
data | Data for the method to be used. |