POST api/Parents/SaveParentsDetail
Request Information
URI Parameters
None.
Body Parameters
parentsdetail| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| parentid | string |
None. |
|
| emailaddress | string |
None. |
|
| phonenumber | string |
None. |
|
| tag | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"parentid": "sample string 2",
"emailaddress": "sample string 3",
"phonenumber": "sample string 4",
"tag": "sample string 5"
}
application/xml, text/xml
Sample:
<parentsdetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/appliedline.gssman2016.models.parents"> <emailaddress>sample string 3</emailaddress> <id>1</id> <parentid>sample string 2</parentid> <phonenumber>sample string 4</phonenumber> <tag>sample string 5</tag> </parentsdetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.