... | ... | @@ -41,11 +41,16 @@ Endpoint: ``<host>:8080/retour`` |
|
|
|
|
|
Method: ``POST``
|
|
|
|
|
|
Example:
|
|
|
Example (standard generation):
|
|
|
```
|
|
|
curl -X POST --data-binary @heenbericht.xml localhost:8080/retour
|
|
|
```
|
|
|
|
|
|
Example (generation with fixed patch version, 3.0.3, version 1.1 and newer only):
|
|
|
```
|
|
|
curl -X POST -H "X-Version-Override: 3.0.3" --data-binary @bericht.xml localhost:8080/validatie
|
|
|
```
|
|
|
|
|
|
### Error codes ###
|
|
|
|
|
|
| Code | Reason |
|
... | ... | |