GET api/F2UPrefixList?ctry={ctry}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ctry | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Prefixs| Name | Description | Type | Additional information |
|---|---|---|---|
| PromptMessage | string |
None. |
|
| Prefix | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PromptMessage": "sample string 1",
"Prefix": "sample string 2"
},
{
"PromptMessage": "sample string 1",
"Prefix": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfPrefixs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Forever2UWebAPI.Models">
<Prefixs>
<Prefix>sample string 2</Prefix>
<PromptMessage>sample string 1</PromptMessage>
</Prefixs>
<Prefixs>
<Prefix>sample string 2</Prefix>
<PromptMessage>sample string 1</PromptMessage>
</Prefixs>
</ArrayOfPrefixs>