Void parking session (Optional)

This API is for Setel to inform integrator that the parking session has been voided in Setel system.

Example request

Request header

To be defined by the vendor.

Request query

QueryTypeDescription
session_idstringSetel session ID

Example response

{
  "body": {
    "responseInfo": {
      "code": 0,
      "status": "success",
      "codeDescription": "Void session notification received"
    },
    "response": {
      "sessionId": "01XXXXX777ZZZBBBCCCCDDDD1",
      "licensePlate": "VCC4980",
      "entryTime": "2026-01-01T00:01:00.000Z",
      "exitTime": "2026-01-01T00:02:00.000Z"
    }
  }
}
VariableTypeDescription
body.responseInfo.codeintResult code (0 means success).
body.responseInfo.statusstringAPI-level result (success/failed).
body.responseInfo.codeDescriptionstringHuman-readable update result.
body.response.sessionIdstringSetel session ID
body.response.licensePlatestringPlate number of updated session.
body.response.entryTimestring (RFC3339)Session entry time.
body.response.exitTimestring (RFC3339) | nullSession exit timestamp, null if not exited yet