GET api/brusper/get_detail?icode={icode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| icode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of get_detail| Name | Description | Type | Additional information |
|---|---|---|---|
| Inst_name | string |
None. |
|
| Inst_sname | string |
None. |
|
| Prop_mob | string |
None. |
|
| Prop_email | string |
None. |
|
| Inst_add1 | string |
None. |
|
| serv_pin1 | string |
None. |
|
| serv_pin2 | string |
None. |
|
| aname1 | string |
None. |
|
| aname2 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Inst_name": "sample string 1",
"Inst_sname": "sample string 2",
"Prop_mob": "sample string 3",
"Prop_email": "sample string 4",
"Inst_add1": "sample string 5",
"serv_pin1": "sample string 6",
"serv_pin2": "sample string 7",
"aname1": "sample string 8",
"aname2": "sample string 9"
},
{
"Inst_name": "sample string 1",
"Inst_sname": "sample string 2",
"Prop_mob": "sample string 3",
"Prop_email": "sample string 4",
"Inst_add1": "sample string 5",
"serv_pin1": "sample string 6",
"serv_pin2": "sample string 7",
"aname1": "sample string 8",
"aname2": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfget_detail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<get_detail>
<Inst_add1>sample string 5</Inst_add1>
<Inst_name>sample string 1</Inst_name>
<Inst_sname>sample string 2</Inst_sname>
<Prop_email>sample string 4</Prop_email>
<Prop_mob>sample string 3</Prop_mob>
<aname1>sample string 8</aname1>
<aname2>sample string 9</aname2>
<serv_pin1>sample string 6</serv_pin1>
<serv_pin2>sample string 7</serv_pin2>
</get_detail>
<get_detail>
<Inst_add1>sample string 5</Inst_add1>
<Inst_name>sample string 1</Inst_name>
<Inst_sname>sample string 2</Inst_sname>
<Prop_email>sample string 4</Prop_email>
<Prop_mob>sample string 3</Prop_mob>
<aname1>sample string 8</aname1>
<aname2>sample string 9</aname2>
<serv_pin1>sample string 6</serv_pin1>
<serv_pin2>sample string 7</serv_pin2>
</get_detail>
</ArrayOfget_detail>