PUT registerreasons Id
PUT
/registerreasons/{id}AuthorizationBearer <token>
Paste your JWT token here
In: header
Path Parameters
idinteger
Format
int32titleDutchstring
The Dutch title for the registration reason.
Length
0 <= length <= 120titleEnglishstring
The English title for the registration reason.
Length
0 <= length <= 120descriptionDutchstring
The Dutch description for the registration reason.
Length
0 <= length <= 2000descriptionEnglishstring
The English description for the registration reason.
Length
0 <= length <= 2000sortOrderinteger
The order in which this reason should be displayed.
Format
int32Response Body
application/json
application/json
application/json
curl -X PUT "https://loading/registerreasons/0" \ -H "Content-Type: application/json" \ -d '{ "titleDutch": "string", "titleEnglish": "string", "descriptionDutch": "string", "descriptionEnglish": "string", "sortOrder": 0 }'Empty
{
"message": "string"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}