mpeltriaux
5a7ea0b6c2
* adds creation tests with minimum data for intervention, compensation, ema and ecoaccount * fixes bug where empty geometry would not be created properly using the API * reworks key fetching from POST data, so inproperly stated keys will lead to an error for the API user, instead of silently working and use default data * adds some logical checks for deductable_surface of eco account creation using api * fixes bug that would have occured on creating compensations via api
25 lines
516 B
JSON
25 lines
516 B
JSON
{
|
|
"type": "MultiPolygon",
|
|
"coordinates": [
|
|
],
|
|
"properties": {
|
|
"title": "Test_ecoaccount",
|
|
"deductable_surface": 10000.0,
|
|
"responsible": {
|
|
"conservation_office": null,
|
|
"conservation_file_number": null,
|
|
"handler": null
|
|
},
|
|
"legal": {
|
|
"agreement_date": null
|
|
},
|
|
"before_states": [
|
|
],
|
|
"after_states": [
|
|
],
|
|
"actions": [
|
|
],
|
|
"deadlines": [
|
|
]
|
|
}
|
|
} |