Skip to main content
API

Add a new payment terminal

x-ms-visibility: "important"

Send a request to add a new payment terminal specified in the request body. Payment terminal is connected to one or several chargers depending on the type.

Request Body required

Payment terminal object that needs to be added

    name string
    terminalType int32 nullable

    Possible values: [0, 1, 2]

    Default value: 0

    connectionType int32 nullable

    Possible values: [0, 1, 2, 3, 4]

    Default value: 0

    manufacturer string
    chargerIDs string[]
Responses

Returns the new payment terminal


Schema
    id int64
    name string
    terminalType int32 nullable

    Possible values: [0, 1, 2]

    Default value: 0

    connectionType int32 nullable

    Possible values: [0, 1, 2, 3, 4]

    Default value: 0

    manufacturer string
    chargerIDs string[]
Loading...