GET api/Center/GetHardwareCallProblem/{callid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| callid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of HardwareCallProblem| Name | Description | Type | Additional information |
|---|---|---|---|
| hid | integer |
None. |
|
| callid | string |
None. |
|
| pcuser | string |
None. |
|
| problemcategory | string |
None. |
|
| problemsubcategory | string |
None. |
|
| userproblem | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"hid": 1,
"callid": "sample string 2",
"pcuser": "sample string 3",
"problemcategory": "sample string 4",
"problemsubcategory": "sample string 5",
"userproblem": "sample string 6"
},
{
"hid": 1,
"callid": "sample string 2",
"pcuser": "sample string 3",
"problemcategory": "sample string 4",
"problemsubcategory": "sample string 5",
"userproblem": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfHardwareCallProblem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<HardwareCallProblem>
<callid>sample string 2</callid>
<hid>1</hid>
<pcuser>sample string 3</pcuser>
<problemcategory>sample string 4</problemcategory>
<problemsubcategory>sample string 5</problemsubcategory>
<userproblem>sample string 6</userproblem>
</HardwareCallProblem>
<HardwareCallProblem>
<callid>sample string 2</callid>
<hid>1</hid>
<pcuser>sample string 3</pcuser>
<problemcategory>sample string 4</problemcategory>
<problemsubcategory>sample string 5</problemsubcategory>
<userproblem>sample string 6</userproblem>
</HardwareCallProblem>
</ArrayOfHardwareCallProblem>