POST api/v2/hrn
Create a new record.
Request Information
URI Parameters
None.
Body Parameters
HrnTable| Name | Description | Type | Additional information |
|---|---|---|---|
| SC | integer |
None. |
|
| SN | integer |
None. |
|
| ID | integer |
None. |
|
| TD | date |
None. |
|
| GR | integer |
None. |
|
| SR | string |
None. |
|
| SL | string |
None. |
|
| PR | string |
None. |
|
| PL | string |
None. |
|
| DR | string |
None. |
|
| DT | date |
None. |
|
| IC | string |
None. |
|
| HRN_ID | date |
None. |
|
| SCN | string |
None. |
|
| FO | string |
None. |
|
| PF | string |
None. |
|
| R1 | integer |
None. |
|
| R2 | integer |
None. |
|
| R3 | integer |
None. |
|
| R4 | integer |
None. |
|
| R5 | integer |
None. |
|
| R6 | integer |
None. |
|
| R7 | integer |
None. |
|
| L1 | integer |
None. |
|
| L2 | integer |
None. |
|
| L3 | integer |
None. |
|
| L4 | integer |
None. |
|
| L5 | integer |
None. |
|
| L6 | integer |
None. |
|
| L7 | integer |
None. |
|
| CT | string |
None. |
|
| IN | string |
None. |
|
| CO | string |
None. |
|
| SQ | integer |
None. |
|
| SCL | integer |
None. |
|
| WV | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SC": 1,
"SN": 2,
"ID": 3,
"TD": "2026-02-03T18:27:17.7081413-08:00",
"GR": 4,
"SR": "sample string 5",
"SL": "sample string 6",
"PR": "sample string 7",
"PL": "sample string 8",
"DR": "sample string 9",
"DT": "2026-02-03T18:27:17.7081413-08:00",
"IC": "sample string 10",
"HRN_ID": "2026-02-03T18:27:17.7081413-08:00",
"SCN": "sample string 11",
"FO": "sample string 12",
"PF": "sample string 13",
"R1": 14,
"R2": 15,
"R3": 16,
"R4": 17,
"R5": 18,
"R6": 19,
"R7": 20,
"L1": 21,
"L2": 22,
"L3": 23,
"L4": 24,
"L5": 25,
"L6": 26,
"L7": 27,
"CT": "sample string 28",
"IN": "sample string 29",
"CO": "sample string 30",
"SQ": 31,
"SCL": 32,
"WV": "sample string 33"
}
application/xml, text/xml
Sample:
<HrnTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolMint.Aeries.DataV2"> <CO>sample string 30</CO> <CT>sample string 28</CT> <DR>sample string 9</DR> <DT>2026-02-03T18:27:17.7081413-08:00</DT> <FO>sample string 12</FO> <GR>4</GR> <HRN_ID>2026-02-03T18:27:17.7081413-08:00</HRN_ID> <IC>sample string 10</IC> <ID>3</ID> <IN>sample string 29</IN> <L1>21</L1> <L2>22</L2> <L3>23</L3> <L4>24</L4> <L5>25</L5> <L6>26</L6> <L7>27</L7> <PF>sample string 13</PF> <PL>sample string 8</PL> <PR>sample string 7</PR> <R1>14</R1> <R2>15</R2> <R3>16</R3> <R4>17</R4> <R5>18</R5> <R6>19</R6> <R7>20</R7> <SC>1</SC> <SCL>32</SCL> <SCN>sample string 11</SCN> <SL>sample string 6</SL> <SN>2</SN> <SQ>31</SQ> <SR>sample string 5</SR> <TD>2026-02-03T18:27:17.7081413-08:00</TD> <WV>sample string 33</WV> </HrnTable>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
StudentSequenceApiStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| SQ | integer |
None. |
|
| ID | integer |
None. |
|
| SC | integer |
None. |
|
| SN | integer |
None. |
|
| Timestamp | date |
None. |
|
| Status | string |
None. |
|
| Error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SQ": 1,
"ID": 2,
"SC": 3,
"SN": 4,
"Timestamp": "2026-02-03T18:27:17.7081413-08:00",
"Status": "sample string 6",
"Error": "sample string 7"
}
application/xml, text/xml
Sample:
<StudentSequenceApiStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolMint.Aeries.DataV2"> <Error>sample string 7</Error> <Status>sample string 6</Status> <Timestamp>2026-02-03T18:27:17.7081413-08:00</Timestamp> <ID>2</ID> <SC>3</SC> <SN>4</SN> <SQ>1</SQ> </StudentSequenceApiStatus>