Update terminal type partially
  • 28 Oct 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Update terminal type partially

  • Dark
    Light
  • PDF

Article summary

Patch
/terminal-types/{id}

Operation is used to update specific fields in terminal type. Available from product version 3.4.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of terminal type to update

Body parameters

Terminal type attributes and values to be updated

object

Terminal type

availabilityEnd
string (date-time)

Availability end date and time

availabilityStart
string (date-time)

Availability start date and time

clazz
integer

id of device type class

connectors
integer Required

Connectors

fcode
integer

Feature code

technology
integer Required

id of device type technology

type
string Required

Type

Responses
200

Object was updated successfully

object

Terminal type

availabilityEnd
string (date-time)

Availability end date and time

availabilityStart
string (date-time)

Availability start date and time

clazz
integer

id of device type class

connectors
integer

Connectors

fcode
integer

Feature code

id
integer

Primary key

technology
integer

id of device type technology

type
string

Type

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error


Was this article helpful?