Amadis

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Notify the gateway of an important event

Verb

POST

Resource

/api/gateway/v1/notify

Content type

application/json

Body

{

“type”:<type>,

“terminal”: {

“smrdId”: <smrdId>,

“smrdTerminalId”:<smrdTerminalId>,

“smriSecurityId”:<smriSecurityId>,

“smriSecurityState”:<smriSecurityState>

},

“info”:<info>

}

With:

  • “type”: Either “SECURITY” or “PROVISIONING”.

  • “terminal.smriSecurityId”: The terminal UUID.

  • “terminal.smriSecurityState”: Either “SECURE” or “UNSECURE”.

  • “info”: Additionnal information. For “type” = PROVISIONING, the expected value is “SUCCESS”.


  • No labels