POST api/ConnectToGo/ProcessCard
Request Information
URI Parameters
None.
Body Parameters
ConnectToGoRequestName | Description | Type | Additional information |
---|---|---|---|
CardID | string |
None. |
|
DeviceID | integer |
None. |
|
DeviceType | integer |
None. |
|
CardType | integer |
None. |
|
DeviceDate | string |
None. |
|
DeviceSeq | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CardID": "sample string 1", "DeviceID": 2, "DeviceType": 3, "CardType": 4, "DeviceDate": "sample string 5", "DeviceSeq": 6 }
application/xml, text/xml
Sample:
<ConnectToGoController.ConnectToGoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OperationsAPI.Controllers"> <CardID>sample string 1</CardID> <CardType>4</CardType> <DeviceDate>sample string 5</DeviceDate> <DeviceID>2</DeviceID> <DeviceSeq>6</DeviceSeq> <DeviceType>3</DeviceType> </ConnectToGoController.ConnectToGoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ConnectToGoResponseName | Description | Type | Additional information |
---|---|---|---|
Error | string |
None. |
|
Code | integer |
None. |
|
Status | string |
None. |
|
Row1 | string |
None. |
|
Row2 | string |
None. |
|
Row3 | string |
None. |
|
Row4 | string |
None. |
|
Row1Align | integer |
None. |
|
Row2Align | integer |
None. |
|
Row3Align | integer |
None. |
|
Row4Align | integer |
None. |
|
LedTime | integer |
None. |
|
LedR | integer |
None. |
|
LedG | integer |
None. |
|
LedB | integer |
None. |
|
MessageTime | integer |
None. |
|
BuzzerTime | integer |
None. |
|
BuzzerType | integer |
None. |
|
BackgroundColor | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Error": "sample string 1", "Code": 2, "Status": "sample string 3", "Row1": "sample string 4", "Row2": "sample string 5", "Row3": "sample string 6", "Row4": "sample string 7", "Row1Align": 8, "Row2Align": 9, "Row3Align": 10, "Row4Align": 11, "LedTime": 12, "LedR": 13, "LedG": 14, "LedB": 15, "MessageTime": 16, "BuzzerTime": 17, "BuzzerType": 18, "BackgroundColor": 19 }
application/xml, text/xml
Sample:
<ConnectToGoController.ConnectToGoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OperationsAPI.Controllers"> <BackgroundColor>19</BackgroundColor> <BuzzerTime>17</BuzzerTime> <BuzzerType>18</BuzzerType> <Code>2</Code> <Error>sample string 1</Error> <LedB>15</LedB> <LedG>14</LedG> <LedR>13</LedR> <LedTime>12</LedTime> <MessageTime>16</MessageTime> <Row1>sample string 4</Row1> <Row1Align>8</Row1Align> <Row2>sample string 5</Row2> <Row2Align>9</Row2Align> <Row3>sample string 6</Row3> <Row3Align>10</Row3Align> <Row4>sample string 7</Row4> <Row4Align>11</Row4Align> <Status>sample string 3</Status> </ConnectToGoController.ConnectToGoResponse>