POST api/Admin/UpdateSchoolBranchDetail
Request Information
URI Parameters
None.
Body Parameters
modschoolbranch| Name | Description | Type | Additional information |
|---|---|---|---|
| ids | integer |
None. |
|
| userid | string |
None. |
|
| branchcode | string |
None. |
|
| branchname | string |
None. |
|
| country | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| address | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ids": 1,
"userid": "sample string 2",
"branchcode": "sample string 3",
"branchname": "sample string 4",
"country": "sample string 5",
"state": "sample string 6",
"city": "sample string 7",
"address": "sample string 8"
}
text/html
Sample:
{"ids":1,"userid":"sample string 2","branchcode":"sample string 3","branchname":"sample string 4","country":"sample string 5","state":"sample string 6","city":"sample string 7","address":"sample string 8"}
application/xml, text/xml
Sample:
<modschoolbranch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MNBSchoolManagemantApi.Models"> <address>sample string 8</address> <branchcode>sample string 3</branchcode> <branchname>sample string 4</branchname> <city>sample string 7</city> <country>sample string 5</country> <ids>1</ids> <state>sample string 6</state> <userid>sample string 2</userid> </modschoolbranch>
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.