POST api/updateStaffSduentmapping

Request Information

URI Parameters

None.

Body Parameters

StaffStudentMappingModel
NameDescriptionTypeAdditional information
ID

integer

None.

STUDENT_ID

integer

None.

PRIMARY_USER_ID

integer

None.

SECONDARY_USER_ID

integer

None.

DELEGATED_USER_ID

integer

None.

DEL_START_DATE

string

None.

DEL_END_DATE

string

None.

Formated_Start_dt

date

None.

Formated_End_dt

date

None.

DEL_REASON

string

None.

CREATED_BY

integer

None.

IS_ACTIVE_FLG

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "STUDENT_ID": 2,
  "PRIMARY_USER_ID": 3,
  "SECONDARY_USER_ID": 4,
  "DELEGATED_USER_ID": 5,
  "DEL_START_DATE": "sample string 6",
  "DEL_END_DATE": "sample string 7",
  "Formated_Start_dt": "2026-01-09T13:58:58.3498182+00:00",
  "Formated_End_dt": "2026-01-09T13:58:58.3498182+00:00",
  "DEL_REASON": "sample string 8",
  "CREATED_BY": 9,
  "IS_ACTIVE_FLG": 10
}

application/xml, text/xml

Sample:
<StaffStudentMappingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.DataManagement">
  <CREATED_BY>9</CREATED_BY>
  <DELEGATED_USER_ID>5</DELEGATED_USER_ID>
  <DEL_END_DATE>sample string 7</DEL_END_DATE>
  <DEL_REASON>sample string 8</DEL_REASON>
  <DEL_START_DATE>sample string 6</DEL_START_DATE>
  <Formated_End_dt>2026-01-09T13:58:58.3498182+00:00</Formated_End_dt>
  <Formated_Start_dt>2026-01-09T13:58:58.3498182+00:00</Formated_Start_dt>
  <ID>1</ID>
  <IS_ACTIVE_FLG>10</IS_ACTIVE_FLG>
  <PRIMARY_USER_ID>3</PRIMARY_USER_ID>
  <SECONDARY_USER_ID>4</SECONDARY_USER_ID>
  <STUDENT_ID>2</STUDENT_ID>
</StaffStudentMappingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />