POST api/Status/SettingStatusScreen

Request Information

URI Parameters

None.

Body Parameters

Status
NameDescriptionTypeAdditional information
SNo

integer

None.

Term

boolean

None.

Session

boolean

None.

SchoolFee

boolean

None.

BusFee

boolean

None.

HostelFee

boolean

None.

SessionName

string

None.

CreatedBy

string

None.

Holiday

boolean

None.

LongStr

integer

None.

SchoolCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SNo": 1,
  "Term": true,
  "Session": true,
  "SchoolFee": true,
  "BusFee": true,
  "HostelFee": true,
  "SessionName": "sample string 7",
  "CreatedBy": "sample string 8",
  "Holiday": true,
  "LongStr": 10,
  "SchoolCode": "sample string 11"
}

application/xml, text/xml

Sample:
<Status xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NSMS_WebAPI.Models">
  <BusFee>true</BusFee>
  <CreatedBy>sample string 8</CreatedBy>
  <Holiday>true</Holiday>
  <HostelFee>true</HostelFee>
  <LongStr>10</LongStr>
  <SNo>1</SNo>
  <SchoolCode>sample string 11</SchoolCode>
  <SchoolFee>true</SchoolFee>
  <Session>true</Session>
  <SessionName>sample string 7</SessionName>
  <Term>true</Term>
</Status>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.