GET api/F2UScanQR/{id}?ctry={ctry}&data={data}&category={category}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ctry | string |
None. |
|
| id | string |
None. |
|
| data | string |
None. |
|
| category | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ScanQR| Name | Description | Type | Additional information |
|---|---|---|---|
| PromptMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PromptMessage": "sample string 1"
}
application/xml, text/xml
Sample:
<F2UScanQRController.ScanQR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Forever2UWebAPI.Controllers"> <PromptMessage>sample string 1</PromptMessage> </F2UScanQRController.ScanQR>