POST api/PodarSchool/PostInsertERPMappingData
Request Information
URI Parameters
None.
Body Parameters
ERPMappingData| Name | Description | Type | Additional information |
|---|---|---|---|
| Class_ID | integer |
None. |
|
| Org_ID | integer |
None. |
|
| Org_Name | string |
None. |
|
| Sch_ID | integer |
None. |
|
| School_Name | string |
None. |
|
| Acy_ID | integer |
None. |
|
| Acedmic_Year | string |
None. |
|
| Brd_ID | integer |
None. |
|
| Board_Name | string |
None. |
|
| Str_ID | integer |
None. |
|
| Stream_Name | string |
None. |
|
| Sec_ID | integer |
None. |
|
| Section_Name | string |
None. |
|
| Std_id | integer |
None. |
|
| Standard_Name | string |
None. |
|
| GroupID | integer |
None. |
|
| Instituteid | integer |
None. |
|
| div_ID | integer |
None. |
|
| div_name | string |
None. |
|
| sft_ID | integer |
None. |
|
| sft_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Class_ID": 1,
"Org_ID": 2,
"Org_Name": "sample string 3",
"Sch_ID": 4,
"School_Name": "sample string 5",
"Acy_ID": 6,
"Acedmic_Year": "sample string 7",
"Brd_ID": 8,
"Board_Name": "sample string 9",
"Str_ID": 10,
"Stream_Name": "sample string 11",
"Sec_ID": 12,
"Section_Name": "sample string 13",
"Std_id": 14,
"Standard_Name": "sample string 15",
"GroupID": 16,
"Instituteid": 17,
"div_ID": 18,
"div_name": "sample string 19",
"sft_ID": 20,
"sft_name": "sample string 21"
}
application/xml, text/xml
Sample:
<ERPMappingData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EklavvyaWebAPI.Models"> <Acedmic_Year>sample string 7</Acedmic_Year> <Acy_ID>6</Acy_ID> <Board_Name>sample string 9</Board_Name> <Brd_ID>8</Brd_ID> <Class_ID>1</Class_ID> <GroupID>16</GroupID> <Instituteid>17</Instituteid> <Org_ID>2</Org_ID> <Org_Name>sample string 3</Org_Name> <Sch_ID>4</Sch_ID> <School_Name>sample string 5</School_Name> <Sec_ID>12</Sec_ID> <Section_Name>sample string 13</Section_Name> <Standard_Name>sample string 15</Standard_Name> <Std_id>14</Std_id> <Str_ID>10</Str_ID> <Stream_Name>sample string 11</Stream_Name> <div_ID>18</div_ID> <div_name>sample string 19</div_name> <sft_ID>20</sft_ID> <sft_name>sample string 21</sft_name> </ERPMappingData>
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>