GET api/sendCmd/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "details": {
    "request": "sample string 1",
    "response": "sample string 2"
  },
  "status": true,
  "statusMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<hardResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Backstage_Ticketing_EMM_Interface">
  <details>
    <request>sample string 1</request>
    <response>sample string 2</response>
  </details>
  <status>true</status>
  <statusMessage>sample string 2</statusMessage>
</hardResponse>