Skip to main content
PUT
Update an Equipment Model

Authorizations

Authorization
string
header
required

Enter token in following format: Bearer

Path Parameters

leadId
string
required
equipmentModelId
string
required

Body

application/json
equipmentName
string | null
Maximum string length: 32
equipmentCategory
enum<string> | null
Available options:
terminal,
pin_pad,
lite_pos,
mobile_app,
var_sheet
connectionType
enum<string>[] | null
Available options:
ip,
wifi,
gprs,
ios,
android
inStock
boolean | null
freePlacement
boolean | null

Response

The updated equipment model.

id
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
equipmentName
string | null
required
Maximum string length: 32
equipmentCategory
enum<string> | null
required
Available options:
terminal,
pin_pad,
lite_pos,
mobile_app,
var_sheet
connectionType
enum<string>[] | null
required
Available options:
ip,
wifi,
gprs,
ios,
android
inStock
boolean | null
required
freePlacement
boolean | null
required