POST FeePlansAPI/RemoveFeePlan
Request Information
URI Parameters
None.
Body Parameters
FeePlansName | Description | Type | Additional information |
---|---|---|---|
FeePlanID | integer |
None. |
|
Active | boolean |
None. |
|
DatePlanCreated | date |
None. |
|
DatePlanCreatedStr | string |
None. |
|
Notes | string |
None. |
|
PlanName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FeePlanID": 1, "Active": true, "DatePlanCreated": "2021-01-16T09:11:19.2057522+00:00", "DatePlanCreatedStr": "sample string 4", "Notes": "sample string 5", "PlanName": "sample string 6" }
application/xml, text/xml
Sample:
<FeePlans xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QMA2020.Models"> <Active>true</Active> <DatePlanCreated>2021-01-16T09:11:19.2057522+00:00</DatePlanCreated> <DatePlanCreatedStr>sample string 4</DatePlanCreatedStr> <FeePlanID>1</FeePlanID> <Notes>sample string 5</Notes> <PlanName>sample string 6</PlanName> </FeePlans>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>