POST api/PublicityReleasePermission

Request Information

URI Parameters

None.

Body Parameters

Publicity_ReleaseModel
NameDescriptionTypeAdditional information
Id

integer

None.

USERID

integer

None.

StudentId

integer

None.

StudentName

string

None.

SchoolName

string

None.

Student_Parent_Sign

string

None.

Sign_Date

date

None.

Grant_Permission_For_Interview_Photograph_FLG

integer

None.

DO_NOT_Grant_Permission_For_Interview_Photograph_FLG

integer

None.

DocUrl

string

None.

AID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "USERID": 2,
  "StudentId": 3,
  "StudentName": "sample string 4",
  "SchoolName": "sample string 5",
  "Student_Parent_Sign": "sample string 6",
  "Sign_Date": "2026-01-09T13:59:05.8884888+00:00",
  "Grant_Permission_For_Interview_Photograph_FLG": 8,
  "DO_NOT_Grant_Permission_For_Interview_Photograph_FLG": 9,
  "DocUrl": "sample string 10",
  "AID": 11
}

application/xml, text/xml

Sample:
<Publicity_ReleaseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.Forms">
  <AID>11</AID>
  <DO_NOT_Grant_Permission_For_Interview_Photograph_FLG>9</DO_NOT_Grant_Permission_For_Interview_Photograph_FLG>
  <DocUrl>sample string 10</DocUrl>
  <Grant_Permission_For_Interview_Photograph_FLG>8</Grant_Permission_For_Interview_Photograph_FLG>
  <Id>1</Id>
  <SchoolName>sample string 5</SchoolName>
  <Sign_Date>2026-01-09T13:59:05.8884888+00:00</Sign_Date>
  <StudentId>3</StudentId>
  <StudentName>sample string 4</StudentName>
  <Student_Parent_Sign>sample string 6</Student_Parent_Sign>
  <USERID>2</USERID>
</Publicity_ReleaseModel>

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/" />