/config/register/physical/{reg}/type

The type code of the register.

Get /config/register/physical/{reg}/type

SecurityApiKey
Request
path Parameters
reg
required
string
Responses
200

Normal response.

401

Unauthorized response.

get/config/register/physical/{reg}/type
Request samples
Response samples
application/json
{
  • "result": "P",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/register/physical/{reg}/type

SecurityApiKey
Request
path Parameters
reg
required
string
Request Body schema: application/json
string (configRegisterPhysicalRegType)

The type code of the register.

Responses
200

Normal response.

401

Unauthorized response.

put/config/register/physical/{reg}/type
Request samples
application/json
"P"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/register/physical/{reg}/type

SecurityApiKey
Request
path Parameters
reg
required
string
Request Body schema: application/json
string (configRegisterPhysicalRegType)

The type code of the register.

Responses
200

Normal response.

401

Unauthorized response.

post/config/register/physical/{reg}/type
Request samples
application/json
"P"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/register/physical/{reg}/type

Reset to empty string.

SecurityApiKey
Request
path Parameters
reg
required
string
Responses
200

Normal response.

401

Unauthorized response.

delete/config/register/physical/{reg}/type
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}