POST api/Center/InsertLapotopAssignment?createdby={createdby}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
createdby

string

Required

Body Parameters

Collection of GetLaptopUpdate
NameDescriptionTypeAdditional information
laid

integer

None.

laptopid

string

None.

laptopserialno

string

None.

academicyear

string

None.

centid

string

None.

groupname

string

None.

groupleader

string

None.

fellow

string

None.

cc

string

None.

fellowname

string

None.

ccname

string

None.

parentbatch

string

None.

status

string

None.

requested

boolean

None.

reason

string

None.

remark

string

None.

updatedby

string

None.

updatedon

date

None.

ccupdateby

string

None.

ccupdateon

date

None.

pcupdateby

string

None.

pcupdateon

date

None.

tRecordCount

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "laid": 1,
    "laptopid": "sample string 2",
    "laptopserialno": "sample string 3",
    "academicyear": "sample string 4",
    "centid": "sample string 5",
    "groupname": "sample string 6",
    "groupleader": "sample string 7",
    "fellow": "sample string 8",
    "cc": "sample string 9",
    "fellowname": "sample string 10",
    "ccname": "sample string 11",
    "parentbatch": "sample string 12",
    "status": "sample string 13",
    "requested": true,
    "reason": "sample string 15",
    "remark": "sample string 16",
    "updatedby": "sample string 17",
    "updatedon": "2025-05-10T10:39:33.2587867+05:30",
    "ccupdateby": "sample string 18",
    "ccupdateon": "2025-05-10T10:39:33.2587867+05:30",
    "pcupdateby": "sample string 19",
    "pcupdateon": "2025-05-10T10:39:33.2587867+05:30",
    "tRecordCount": 20
  },
  {
    "laid": 1,
    "laptopid": "sample string 2",
    "laptopserialno": "sample string 3",
    "academicyear": "sample string 4",
    "centid": "sample string 5",
    "groupname": "sample string 6",
    "groupleader": "sample string 7",
    "fellow": "sample string 8",
    "cc": "sample string 9",
    "fellowname": "sample string 10",
    "ccname": "sample string 11",
    "parentbatch": "sample string 12",
    "status": "sample string 13",
    "requested": true,
    "reason": "sample string 15",
    "remark": "sample string 16",
    "updatedby": "sample string 17",
    "updatedon": "2025-05-10T10:39:33.2587867+05:30",
    "ccupdateby": "sample string 18",
    "ccupdateon": "2025-05-10T10:39:33.2587867+05:30",
    "pcupdateby": "sample string 19",
    "pcupdateon": "2025-05-10T10:39:33.2587867+05:30",
    "tRecordCount": 20
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetLaptopUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetLaptopUpdate>
    <academicyear>sample string 4</academicyear>
    <cc>sample string 9</cc>
    <ccname>sample string 11</ccname>
    <ccupdateby>sample string 18</ccupdateby>
    <ccupdateon>2025-05-10T10:39:33.2587867+05:30</ccupdateon>
    <centid>sample string 5</centid>
    <fellow>sample string 8</fellow>
    <fellowname>sample string 10</fellowname>
    <groupleader>sample string 7</groupleader>
    <groupname>sample string 6</groupname>
    <laid>1</laid>
    <laptopid>sample string 2</laptopid>
    <laptopserialno>sample string 3</laptopserialno>
    <parentbatch>sample string 12</parentbatch>
    <pcupdateby>sample string 19</pcupdateby>
    <pcupdateon>2025-05-10T10:39:33.2587867+05:30</pcupdateon>
    <reason>sample string 15</reason>
    <remark>sample string 16</remark>
    <requested>true</requested>
    <status>sample string 13</status>
    <tRecordCount>20</tRecordCount>
    <updatedby>sample string 17</updatedby>
    <updatedon>2025-05-10T10:39:33.2587867+05:30</updatedon>
  </GetLaptopUpdate>
  <GetLaptopUpdate>
    <academicyear>sample string 4</academicyear>
    <cc>sample string 9</cc>
    <ccname>sample string 11</ccname>
    <ccupdateby>sample string 18</ccupdateby>
    <ccupdateon>2025-05-10T10:39:33.2587867+05:30</ccupdateon>
    <centid>sample string 5</centid>
    <fellow>sample string 8</fellow>
    <fellowname>sample string 10</fellowname>
    <groupleader>sample string 7</groupleader>
    <groupname>sample string 6</groupname>
    <laid>1</laid>
    <laptopid>sample string 2</laptopid>
    <laptopserialno>sample string 3</laptopserialno>
    <parentbatch>sample string 12</parentbatch>
    <pcupdateby>sample string 19</pcupdateby>
    <pcupdateon>2025-05-10T10:39:33.2587867+05:30</pcupdateon>
    <reason>sample string 15</reason>
    <remark>sample string 16</remark>
    <requested>true</requested>
    <status>sample string 13</status>
    <tRecordCount>20</tRecordCount>
    <updatedby>sample string 17</updatedby>
    <updatedon>2025-05-10T10:39:33.2587867+05:30</updatedon>
  </GetLaptopUpdate>
</ArrayOfGetLaptopUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>