Test endpoint for entry/exit notification
POST/vehicles/notification/test
Forces an entry or exit notification to test integrations
It will send the notification to the endpoints provided.
Only works on pre enviroment
Request
Header Parameters
x-access-token string
Authentication header obtained from POST /authenticate
that identifies the user making this call.
Example: NgDvLMpPq.6AgfCvkP.YEWA3ZX
x-api-user string
Authentication header obtained from LMP Team that identifies the client making this call.
Example: AbC123DeF456GhI789JkL012
x-api-key string
Authentication header obtained from LMP Team that identifies the user making this call.
Example: XyZ456AbC789DeF012GhI345
- application/json
Body
required
parameters required to build the notification
action stringrequired
Action to build notification. 'EXIT' or 'ENTRY
provider stringrequired
Provider of the offer
plate string
number plate of the vehicle
lmpPID string
lmpPID of the offer
Responses
- 200
- 401
- 500
OK
Unauthorized (ie. Incorrect or missing x-access-token
)
Internal server Error (ie. Database down)
Loading...