POST api/Appinfo/schoolset

Request Information

URI Parameters

None.

Body Parameters

ER_SCHOOLSET
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

SCH_NAME

string

None.

ADD_ON

string

None.

ADDRESS1

string

None.

ADDRESS2

string

None.

SPHONE

string

None.

SEMAIL

string

None.

AFF_NO

string

None.

SWEBSITE

string

None.

SCOUNTER

string

None.

COUNTER_STATUS

boolean

None.

AutoSyncLastDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "SCH_NAME": "sample string 2",
  "ADD_ON": "sample string 3",
  "ADDRESS1": "sample string 4",
  "ADDRESS2": "sample string 5",
  "SPHONE": "sample string 6",
  "SEMAIL": "sample string 7",
  "AFF_NO": "sample string 8",
  "SWEBSITE": "sample string 9",
  "SCOUNTER": "sample string 10",
  "COUNTER_STATUS": true,
  "AutoSyncLastDate": "2024-12-13T20:36:34.5170462+05:30"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.