POST registrationdocuments
POST
/registrationdocumentsAuthorizationBearer <token>
Paste your JWT token here
In: header
nameDutchstring
The Dutch name/title of the document.
Length
0 <= length <= 120nameEnglishstring
The English name/title of the document.
Length
0 <= length <= 120urlstring
The destination URL for the document.
Length
0 <= length <= 2000sortOrder?integer
The order in which this document should be displayed.
Format
int32Response Body
application/json
application/json
application/json
curl -X POST "https://loading/registrationdocuments" \ -H "Content-Type: application/json" \ -d '{ "nameDutch": "string", "nameEnglish": "string", "url": "string" }'{
"id": 0,
"nameDutch": "string",
"nameEnglish": "string",
"url": "string",
"sortOrder": 0
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}{
"message": "string"
}