GET api/F2UScanQRCategory

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of QRCategoryList
NameDescriptionTypeAdditional information
PromptMessage

string

None.

CategoryName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PromptMessage": "sample string 1",
    "CategoryName": "sample string 2"
  },
  {
    "PromptMessage": "sample string 1",
    "CategoryName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfQRCategoryList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Forever2UWebAPI.Models">
  <QRCategoryList>
    <CategoryName>sample string 2</CategoryName>
    <PromptMessage>sample string 1</PromptMessage>
  </QRCategoryList>
  <QRCategoryList>
    <CategoryName>sample string 2</CategoryName>
    <PromptMessage>sample string 1</PromptMessage>
  </QRCategoryList>
</ArrayOfQRCategoryList>