POST api/Schinfo/schinfost

Request Information

URI Parameters

None.

Body Parameters

SCHOOL_MASTERS
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

SCH_ID

string

None.

SCH_NAME

string

None.

SCH_ADD

string

None.

SCH_CONTACT

string

None.

DIR_CON

string

None.

SCH_URL

string

None.

SCH_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "SCH_ID": "sample string 2",
  "SCH_NAME": "sample string 3",
  "SCH_ADD": "sample string 4",
  "SCH_CONTACT": "sample string 5",
  "DIR_CON": "sample string 6",
  "SCH_URL": "sample string 7",
  "SCH_STATUS": "sample string 8"
}

application/xml, text/xml

Sample:
<SCHOOL_MASTERS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/school_staff_logs.Models">
  <DIR_CON>sample string 6</DIR_CON>
  <ENTRY_NO>1</ENTRY_NO>
  <SCH_ADD>sample string 4</SCH_ADD>
  <SCH_CONTACT>sample string 5</SCH_CONTACT>
  <SCH_ID>sample string 2</SCH_ID>
  <SCH_NAME>sample string 3</SCH_NAME>
  <SCH_STATUS>sample string 8</SCH_STATUS>
  <SCH_URL>sample string 7</SCH_URL>
</SCHOOL_MASTERS>

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.