POST api/Administrator/SaveFeeCollectionType

Request Information

URI Parameters

None.

Body Parameters

FeeCollectionTypeModel
NameDescriptionTypeAdditional information
FeeCollectionType

string

None.

Status

integer

None.

Message

string

None.

Domain

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FeeCollectionType": "sample string 1",
  "Status": 2,
  "Message": "sample string 3",
  "Domain": "sample string 4"
}

application/xml, text/xml

Sample:
<FeeCollectionTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models.MasterModels">
  <Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 4</Domain>
  <Message xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 3</Message>
  <Status xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">2</Status>
  <FeeCollectionType>sample string 1</FeeCollectionType>
</FeeCollectionTypeModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.