POST api/Master/UpdateClassFees

Request Information

URI Parameters

None.

Body Parameters

updateclassfees
NameDescriptionTypeAdditional information
update

Collection of modupdatefee

None.

Request Formats

application/json, text/json

Sample:
{
  "update": [
    {
      "id": 1,
      "amount": "sample string 2"
    },
    {
      "id": 1,
      "amount": "sample string 2"
    }
  ]
}

text/html

Sample:
{"update":[{"id":1,"amount":"sample string 2"},{"id":1,"amount":"sample string 2"}]}

application/xml, text/xml

Sample:
<updateclassfees xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MNBSchoolManagemantApi.Models">
  <update>
    <modupdatefee>
      <amount>sample string 2</amount>
      <id>1</id>
    </modupdatefee>
    <modupdatefee>
      <amount>sample string 2</amount>
      <id>1</id>
    </modupdatefee>
  </update>
</updateclassfees>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.