POST MembershipSubscription/SubscriptionFeeCalculator
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.MembershipSubscription+SubscriptionFeeCalculator| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberType | integer |
Required |
|
| Category | string |
None. |
|
| Sector | integer |
None. |
|
| GrossSales | decimal number |
None. |
|
| ServiceTax | integer |
None. |
|
| Investment | decimal number |
None. |
|
| EnterpriseType | string |
None. |
|
| IsBal | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberType": 1,
"Category": "sample string 2",
"Sector": 1,
"GrossSales": 1.1,
"ServiceTax": 1,
"Investment": 1.1,
"EnterpriseType": "sample string 3",
"IsBal": 1
}
application/xml, text/xml
Sample:
<SubscriptionFeeCalculator xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MemberType>1</MemberType> <Category>sample string 2</Category> <Sector>1</Sector> <GrossSales>1.1</GrossSales> <ServiceTax>1</ServiceTax> <Investment>1.1</Investment> <EnterpriseType>sample string 3</EnterpriseType> <IsBal>1</IsBal> </SubscriptionFeeCalculator>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.