POST api/Client/schoolcode

Request Information

URI Parameters

None.

Body Parameters

SchoolMaster
NameDescriptionTypeAdditional information
EntryNo

integer

None.

SchId

string

None.

SchName

string

None.

SchAdd

string

None.

SchContact

string

None.

DirCon

string

None.

Status

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "EntryNo": 1,
  "SchId": "sample string 2",
  "SchName": "sample string 3",
  "SchAdd": "sample string 4",
  "SchContact": "sample string 5",
  "DirCon": "sample string 6",
  "Status": true
}

application/xml, text/xml

Sample:
<SchoolMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIS_PAYMENT_APP.Models">
  <DirCon>sample string 6</DirCon>
  <EntryNo>1</EntryNo>
  <SchAdd>sample string 4</SchAdd>
  <SchContact>sample string 5</SchContact>
  <SchId>sample string 2</SchId>
  <SchName>sample string 3</SchName>
  <Status>true</Status>
</SchoolMaster>

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.