v1

latestOpenAPI 3.0.0Open Government Licence v3.02026-07-23625.5 KB
Pre-publish

Create a new publishing transaction

Create a new publishing transaction

post/begin

Response

transaction created successfully

messagestring

message about the request result

errorboolean

indicates if the request was successful

Example response

{
  "message": "New transaction created.",
  "transaction": {
    "startDate": "2018-10-19T13:08:03.238+0100"
  }
}