GET api/PhoneT2C/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PhoneT2C| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| DESCRIPTION | string |
None. |
|
| SEQ | integer |
None. |
|
| DIV_ID | integer |
None. |
|
| OLD | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"DESCRIPTION": "sample string 2",
"SEQ": 3,
"DIV_ID": 4,
"OLD": 1
}
application/octet-stream
Sample:
{"ID":1,"DESCRIPTION":"sample string 2","SEQ":3,"DIV_ID":4,"OLD":1}
application/xml, text/xml
Sample:
<PhoneT2C xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ID>1</ID> <DESCRIPTION>sample string 2</DESCRIPTION> <SEQ>3</SEQ> <DIV_ID>4</DIV_ID> <OLD>1</OLD> </PhoneT2C>