PUT api/SystemPhraseList?systemName={systemName}&username={username}&password={password}
Updates an existing system phrase list
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
systemName | string |
Required |
|
username | string |
Required |
|
password | string |
Required |
Body Parameters
APISystemPhraseListName | Description | Type | Additional information |
---|---|---|---|
Id |
Unique identifier |
integer |
None. |
PhraseListId |
Unique identifier of phrase list |
integer |
None. |
Type |
None, Inclusion or Exclusion |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "phraseListId": 2, "type": "sample string 3" }
application/xml, text/xml
Sample:
<APISystemPhraseList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rochester.Models"> <Id>1</Id> <PhraseListId>2</PhraseListId> <Type>sample string 3</Type> </APISystemPhraseList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.