oAuth. Set device status by Request POST

# ENDPOINT
/api/oAuthDevice/setDeviceStatus/oAuthDeviceStatusRequest
# REQUEST arguments
Variable Value Example Usage Description
X-App-Sig
header
0
M
# REQUEST BODY
# RESPONSE
        						
# REQUEST arguments
Variable Name Type Format Usage Description
X-App-Sig X-App-Sig header string M
# REQUEST BODY
Schema: oAuthDeviceStatusRequest
Type: object
Variable Name Type Format Usage Description
client_code Client code string Unique client identifier. Issued automatically by the System upon new Customer registration.
device_number device_number string
device_status device_status string
# REQUEST BODY EXAMPLE
													
# POSITIVE RESPONSE

setDeviceStatus

Schema: HeaderResponseStatusOk
Type: application/json
Variable Name Type Format Description
status status string Request execution status
error_description Error Description string Description of error
error Error Code string Error code
data_type data_type string Type of data
total_records total_records string Total count of records
data data object Empty object
# NEGATIVE RESPONSE
Schema: HeaderResponseStatusError
Type: application/json
Variable Name Type Format Description
status status string Request execution status
error_description Error Description string Description of error
error Error Code string Error code
data_type data_type string Type of data
total_records total_records string Total count of records
data data object Empty object