POST api/settings/maxpctphrases
Request Information
URI Parameters
None.
Body Parameters
Collection of MaxPctPhrase| Name | Description | Type | Additional information |
|---|---|---|---|
| MaxPct | integer |
None. |
|
| Phrase | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"maxPct": 1,
"phrase": "sample string 2"
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfMaxPctPhrase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Labels">
<MaxPctPhrase>
<MaxPct>1</MaxPct>
<Phrase>sample string 2</Phrase>
</MaxPctPhrase>
<MaxPctPhrase>
<MaxPct>1</MaxPct>
<Phrase>sample string 2</Phrase>
</MaxPctPhrase>
</ArrayOfMaxPctPhrase>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.