POST MembershipSubscription/SubscriptionFee
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.MembershipSubscription+FeeCalc| Name | Description | Type | Additional information | 
|---|---|---|---|
| MemberType | string | 
                             None.  | 
                |
| Entrancefee | decimal number | 
                             None.  | 
                |
| Subscription | decimal number | 
                             None.  | 
                |
| PayableNow | decimal number | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "MemberType": "sample string 1",
  "Entrancefee": 2.0,
  "Subscription": 3.0,
  "PayableNow": 4.0
}
        application/xml, text/xml
            Sample:
        <FeeCalc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MemberType>sample string 1</MemberType> <Entrancefee>2</Entrancefee> <Subscription>3</Subscription> <PayableNow>4</PayableNow> </FeeCalc>
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.