PUT api/PhoneTypes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
PhoneType| Name | Description | Type | Additional information |
|---|---|---|---|
| TYPE | string |
None. |
|
| SEQ | integer |
None. |
|
| OLD | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TYPE": "sample string 1",
"SEQ": 2,
"OLD": 1
}
application/octet-stream
Sample:
{"TYPE":"sample string 1","SEQ":2,"OLD":1}
application/xml, text/xml
Sample:
<PhoneType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <TYPE>sample string 1</TYPE> <SEQ>2</SEQ> <OLD>1</OLD> </PhoneType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.