SensusRF gateway user manual
| 29/10/2019
17.2.15.2 Response
RESPONSE
TAG DESCRIPTION
api_version The version of the GATEWAY REST API
request_status The status of the request
payload The payload of the requested information
action Action requested
status Request status
Example:
HTTP/1.1 200 OK
X-Powered-By: CAS_GATEWAY
Server: CAS_GATEWAY
Content-type: text/html
Content-Length: 95
Date: Thu, 15 Aug 2019 21:33:43 GMT
{
"api_version":"1.0",
"request_status":"OK",
"payload":{
"action":"delete all oms",
"status":"OK"
}
}
17.2.16 Delete all SensusRF entries
The “delete all SensusRF entries” method deletes all the SensusRF entries on GATEWAY. It returns a
JSON embodying the request action and the status of the request. The method must contain the JWS in its
HTTP header as “Authorization”.