POST api/JANANSSBOMBO/registerstudent
Request Information
URI Parameters
None.
Body Parameters
webapiregisterstudent| Name | Description | Type | Additional information |
|---|---|---|---|
| account | string |
None. |
|
| phone | string |
None. |
|
| code | string |
None. |
|
| studentname | string |
None. |
|
| parentname | string |
None. |
|
| relationship | string |
None. |
|
| keyfield | integer |
None. |
|
| postingdate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"account": "sample string 1",
"phone": "sample string 2",
"code": "sample string 3",
"studentname": "sample string 4",
"parentname": "sample string 5",
"relationship": "sample string 6",
"keyfield": 7,
"postingdate": "2025-12-19T08:59:42.0688664+03:00"
}
application/xml, text/xml
Sample:
<webapiregisterstudent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JANANSSBOMBOApi"> <account>sample string 1</account> <code>sample string 3</code> <keyfield>7</keyfield> <parentname>sample string 5</parentname> <phone>sample string 2</phone> <postingdate>2025-12-19T08:59:42.0688664+03:00</postingdate> <relationship>sample string 6</relationship> <studentname>sample string 4</studentname> </webapiregisterstudent>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.