{
"updateType": "S",
"currentUpdate": "8.0.0",
"previousUpdate": "8.0.0",
"installationDate": "2019-05-14T09:19:08.000Z",
"firstInitialization": true,
"releaseNote": "Nenhuma nota a declarar ",
"dateHourCreated": "2019-05-14T09:19:08.000Z",
"dateHourChanged": "2019-05-14T09:19:08.000Z",
"dateHourDeleted": null
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/updatesystem' \
--header 'Content-Type: application/json' \
--data-raw '{
"updateType": "S",
"currentUpdate": "8.0.0",
"previousUpdate": "8.0.0",
"installationDate": "2019-05-14T09:19:08.000Z",
"firstInitialization": true,
"releaseNote": "Nenhuma nota a declarar ",
"dateHourCreated": "2019-05-14T09:19:08.000Z",
"dateHourChanged": "2019-05-14T09:19:08.000Z",
"dateHourDeleted": null
}'{}