POST api/PodarSchool/PostInsertOrgGroupData
Request Information
URI Parameters
None.
Body Parameters
OrgGroupName | Description | Type | Additional information |
---|---|---|---|
GroupID | integer |
None. |
|
OrgId | integer |
None. |
|
BoardID | integer |
None. |
|
Sch_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "GroupID": 1, "OrgId": 2, "BoardID": 3, "Sch_ID": 4 }
application/xml, text/xml
Sample:
<OrgGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EklavvyaWebAPI.Models"> <BoardID>3</BoardID> <GroupID>1</GroupID> <OrgId>2</OrgId> <Sch_ID>4</Sch_ID> </OrgGroup>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>