POST api/Center/UpdateLaptopAssign/{laid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
laid

integer

Required

Body Parameters

LaptopAssignment
NameDescriptionTypeAdditional information
laid

integer

None.

laptopid

string

None.

academicyear

string

None.

parentbatch

string

None.

cc

string

None.

fellow

string

None.

date

date

None.

status

integer

None.

pcby

string

None.

pcon

date

None.

ccby

string

None.

ccon

date

None.

fellowby

string

None.

fellowon

date

None.

createdby

string

None.

createdon

date

None.

ccupdateby

string

None.

ccupdateon

date

None.

pcupdateby

string

None.

pcupdateon

date

None.

Request Formats

application/json, text/json

Sample:
{
  "laid": 1,
  "laptopid": "sample string 2",
  "academicyear": "sample string 3",
  "parentbatch": "sample string 4",
  "cc": "sample string 5",
  "fellow": "sample string 6",
  "date": "2025-05-10T10:41:40.6781821+05:30",
  "status": 1,
  "pcby": "sample string 7",
  "pcon": "2025-05-10T10:41:40.6781821+05:30",
  "ccby": "sample string 8",
  "ccon": "2025-05-10T10:41:40.6781821+05:30",
  "fellowby": "sample string 9",
  "fellowon": "2025-05-10T10:41:40.6781821+05:30",
  "createdby": "sample string 10",
  "createdon": "2025-05-10T10:41:40.6781821+05:30",
  "ccupdateby": "sample string 11",
  "ccupdateon": "2025-05-10T10:41:40.6781821+05:30",
  "pcupdateby": "sample string 12",
  "pcupdateon": "2025-05-10T10:41:40.6781821+05:30"
}

application/xml, text/xml

Sample:
<LaptopAssignment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <academicyear>sample string 3</academicyear>
  <cc>sample string 5</cc>
  <ccby>sample string 8</ccby>
  <ccon>2025-05-10T10:41:40.6781821+05:30</ccon>
  <ccupdateby>sample string 11</ccupdateby>
  <ccupdateon>2025-05-10T10:41:40.6781821+05:30</ccupdateon>
  <createdby>sample string 10</createdby>
  <createdon>2025-05-10T10:41:40.6781821+05:30</createdon>
  <date>2025-05-10T10:41:40.6781821+05:30</date>
  <fellow>sample string 6</fellow>
  <fellowby>sample string 9</fellowby>
  <fellowon>2025-05-10T10:41:40.6781821+05:30</fellowon>
  <laid>1</laid>
  <laptopid>sample string 2</laptopid>
  <parentbatch>sample string 4</parentbatch>
  <pcby>sample string 7</pcby>
  <pcon>2025-05-10T10:41:40.6781821+05:30</pcon>
  <pcupdateby>sample string 12</pcupdateby>
  <pcupdateon>2025-05-10T10:41:40.6781821+05:30</pcupdateon>
  <status>1</status>
</LaptopAssignment>

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>