GET api/bit
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
pack | 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" }, "responseCode": "sample string 1", "status": true, "statusMessage": "sample string 3" }
application/xml, text/xml
Sample:
<bitSetUnsetResponse 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> <responseCode>sample string 1</responseCode> <status>true</status> <statusMessage>sample string 3</statusMessage> </bitSetUnsetResponse>