POST MembershipSubscription/FeeCalcualtor

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.MembershipSubscription+FeeCalculator
NameDescriptionTypeAdditional information
MemberType

integer

Required

Category

integer

None.

Sector

integer

None.

InvInPlant

decimal number

Range: inclusive between 0 and 3.40282346638529E+38

InvInEquipment

decimal number

Range: inclusive between 0 and 3.40282346638529E+38

GrossSales

decimal number

Range: inclusive between 0 and 3.40282346638529E+38

Request Formats

application/json, text/json

Sample:
{
  "MemberType": 1,
  "Category": 2,
  "Sector": 3,
  "InvInPlant": 4.1,
  "InvInEquipment": 5.1,
  "GrossSales": 6.1
}

application/xml, text/xml

Sample:
<FeeCalculator xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MemberType>1</MemberType>
  <Category>2</Category>
  <Sector>3</Sector>
  <InvInPlant>4.1</InvInPlant>
  <InvInEquipment>5.1</InvInEquipment>
  <GrossSales>6.1</GrossSales>
</FeeCalculator>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.