GET api/Center/GetLaptopSubmitDetail/{laid}/{userid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| laid | integer |
Required |
|
| userid | string |
None. |
Body Parameters
None.
Response Information
Resource Description
GetLaptopSubmitDetail_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| lgid | integer |
None. |
|
| laid | integer |
None. |
|
| laptopid | string |
None. |
|
| academicyear | string |
None. |
|
| parentbatch | string |
None. |
|
| status | string |
None. |
|
| laptopserialno | string |
None. |
|
| cc | string |
None. |
|
| CCname | string |
None. |
|
| fellow | string |
None. |
|
| fellowname | string |
None. |
|
| centname | string |
None. |
|
| groupleader | string |
None. |
|
| groupname | string |
None. |
|
| studname | string |
None. |
|
| contactno | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"lgid": 1,
"laid": 2,
"laptopid": "sample string 3",
"academicyear": "sample string 4",
"parentbatch": "sample string 5",
"status": "sample string 6",
"laptopserialno": "sample string 7",
"cc": "sample string 8",
"CCname": "sample string 9",
"fellow": "sample string 10",
"fellowname": "sample string 11",
"centname": "sample string 12",
"groupleader": "sample string 13",
"groupname": "sample string 14",
"studname": "sample string 15",
"contactno": "sample string 16"
}
application/xml, text/xml
Sample:
<GetLaptopSubmitDetail_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <CCname>sample string 9</CCname> <academicyear>sample string 4</academicyear> <cc>sample string 8</cc> <centname>sample string 12</centname> <contactno>sample string 16</contactno> <fellow>sample string 10</fellow> <fellowname>sample string 11</fellowname> <groupleader>sample string 13</groupleader> <groupname>sample string 14</groupname> <laid>2</laid> <laptopid>sample string 3</laptopid> <laptopserialno>sample string 7</laptopserialno> <lgid>1</lgid> <parentbatch>sample string 5</parentbatch> <status>sample string 6</status> <studname>sample string 15</studname> </GetLaptopSubmitDetail_Result>