v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Add New Terminal

post/v1/terminalregistries

Headers

Acceptstring required

Indicates which content types, expressed as MIME types, the client is able to understand.

Content-Typestring required

Indicates the media type of the resource sent in the HTTP message body. <br /><br /><b>Possible Values:</b><br /> application/json<br />application/x-www-form-urlencoded

Request body

terminalstring required

Maker of the terminal. String max 191 characters.

typestring required

Type of the terminal Example pax_A920. String max 191 characters.

pos_identifierstring required

Identifer of point of service.

device_idstring required

Identifer of the device. String max 191 characters.

notification_providerstring

required with noditication_id. It is possible to be pushy. String max 191 characters.

notification_idstring

Identificaiton for provider.

Response

201

Example response

{
  "data": {
    "object": "TerminalRegistry",
    "id": "JVygMNzdXwJN5zwX",
    "terminal": "QAZWSXEDC",
    "type": "GOGO",
    "code": "JVygMNzdXwJN5zwX",
    "is_enabled": true,
    "device_id": "QWEASDZXC",
    "pos_identifier": "123123123",
    "created_at": "2024-10-04T13:47:33.000000Z",
    "updated_at": "2024-10-04T13:47:33.000000Z"
  }
}