POST api2/PHLWPreference/PHLWInsertPreference
Request Information
URI Parameters
None.
Body Parameters
PHLWPreferenceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PrefKey | integer |
None. |
|
| EECode | integer |
None. |
|
| Center | integer |
None. |
|
| Area | integer |
None. |
|
| Language | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PrefKey": 1,
"EECode": 2,
"Center": 3,
"Area": 4,
"Language": 5
}
application/xml, text/xml
Sample:
<PHLWPreferenceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JCDHAPI.Controllers.PHLW.Models"> <Area>4</Area> <Center>3</Center> <EECode>2</EECode> <Language>5</Language> <PrefKey>1</PrefKey> </PHLWPreferenceModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |