POST api/Parent/UpdateApplyforbook
Request Information
URI Parameters
None.
Body Parameters
modupdateapplybook| Name | Description | Type | Additional information |
|---|---|---|---|
| ids | integer |
None. |
|
| studentid | string |
None. |
|
| bookname | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ids": 1,
"studentid": "sample string 2",
"bookname": "sample string 3"
}
text/html
Sample:
{"ids":1,"studentid":"sample string 2","bookname":"sample string 3"}
application/xml, text/xml
Sample:
<modupdateapplybook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MNBSchoolManagemantApi.Models"> <bookname>sample string 3</bookname> <ids>1</ids> <studentid>sample string 2</studentid> </modupdateapplybook>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.