v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Update Terminal

patch/v1/terminalregistries/{TerminalID}

Path parameters

TerminalIDstring required

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

String max 191 characters.

typestring

String max 191 characters.

is_enabledboolean

If terminal is enables than it's true.

pos_identifierstring

Alpha and dashes are allowed symbols.

Response

200

Example response

{
  "data": {
    "object": "TerminalRegistry",
    "id": "XBz5wN57XddNy7VJ",
    "terminal": "Magtek Swiper",
    "type": "idynamo6",
    "code": "XBz5wN57Xzdd7VJ",
    "is_enabled": true,
    "created_at": "2021-01-06T20:49:33.000000Z",
    "updated_at": "2024-10-04T12:30:18.000000Z"
  }
}