GET FeePlansAPI/GetFeePlansByFeePlanID?feeplanid={feeplanid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
feeplanid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FeePlansName | Description | Type | Additional information |
---|---|---|---|
FeePlanID | integer |
None. |
|
Active | boolean |
None. |
|
DatePlanCreated | date |
None. |
|
DatePlanCreatedStr | string |
None. |
|
Notes | string |
None. |
|
PlanName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "FeePlanID": 1, "Active": true, "DatePlanCreated": "2021-01-28T01:36:59.357772+00:00", "DatePlanCreatedStr": "sample string 4", "Notes": "sample string 5", "PlanName": "sample string 6" }, { "FeePlanID": 1, "Active": true, "DatePlanCreated": "2021-01-28T01:36:59.357772+00:00", "DatePlanCreatedStr": "sample string 4", "Notes": "sample string 5", "PlanName": "sample string 6" } ]
application/xml, text/xml
Sample:
<ArrayOfFeePlans xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QMA2020.Models"> <FeePlans> <Active>true</Active> <DatePlanCreated>2021-01-28T01:36:59.357772+00:00</DatePlanCreated> <DatePlanCreatedStr>sample string 4</DatePlanCreatedStr> <FeePlanID>1</FeePlanID> <Notes>sample string 5</Notes> <PlanName>sample string 6</PlanName> </FeePlans> <FeePlans> <Active>true</Active> <DatePlanCreated>2021-01-28T01:36:59.357772+00:00</DatePlanCreated> <DatePlanCreatedStr>sample string 4</DatePlanCreatedStr> <FeePlanID>1</FeePlanID> <Notes>sample string 5</Notes> <PlanName>sample string 6</PlanName> </FeePlans> </ArrayOfFeePlans>