POST api/FuturePremiumAllocation/InsertFuturePremiumAllocation
Request Information
URI Parameters
None.
Body Parameters
MFPAllocationClientPolicyRequestName | Description | Type | Additional information |
---|---|---|---|
StrClientId | string |
Required |
|
SelectPolicy | MFpaClientPolicy |
Required |
|
mFpaLists | Collection of MFpaList |
Required |
Request Formats
application/json, text/json
Sample:
{ "StrClientId": "sample string 1", "SelectPolicy": { "strContract_Number": "sample string 1", "strInsuredPerson": "sample string 2", "strProduct_Name": "sample string 3", "strCURRENT_FUND_VALUE": "sample string 4", "strPERCENT": "sample string 5" }, "mFpaLists": [ { "strProduct_Name": "sample string 1", "strCURRENT_FUND_VALUE": "sample string 2", "strALLOCATION": "sample string 3", "strfund_code": "sample string 4", "strSWITCH_LIMIT": "sample string 5", "strNO_OF_UNITS": "sample string 6", "strFundValue": "sample string 7", "strNav": "sample string 8", "strYearlyReturns": "sample string 9", "strChangeAllocation": "sample string 10" }, { "strProduct_Name": "sample string 1", "strCURRENT_FUND_VALUE": "sample string 2", "strALLOCATION": "sample string 3", "strfund_code": "sample string 4", "strSWITCH_LIMIT": "sample string 5", "strNO_OF_UNITS": "sample string 6", "strFundValue": "sample string 7", "strNav": "sample string 8", "strYearlyReturns": "sample string 9", "strChangeAllocation": "sample string 10" } ] }
application/xml, text/xml
Sample:
<MFPAllocationClientPolicyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model"> <SelectPolicy> <strCURRENT_FUND_VALUE>sample string 4</strCURRENT_FUND_VALUE> <strContract_Number>sample string 1</strContract_Number> <strInsuredPerson>sample string 2</strInsuredPerson> <strPERCENT>sample string 5</strPERCENT> <strProduct_Name>sample string 3</strProduct_Name> </SelectPolicy> <StrClientId>sample string 1</StrClientId> <mFpaLists> <MFpaList> <strALLOCATION>sample string 3</strALLOCATION> <strCURRENT_FUND_VALUE>sample string 2</strCURRENT_FUND_VALUE> <strChangeAllocation>sample string 10</strChangeAllocation> <strFundValue>sample string 7</strFundValue> <strNO_OF_UNITS>sample string 6</strNO_OF_UNITS> <strNav>sample string 8</strNav> <strProduct_Name>sample string 1</strProduct_Name> <strSWITCH_LIMIT>sample string 5</strSWITCH_LIMIT> <strYearlyReturns>sample string 9</strYearlyReturns> <strfund_code>sample string 4</strfund_code> </MFpaList> <MFpaList> <strALLOCATION>sample string 3</strALLOCATION> <strCURRENT_FUND_VALUE>sample string 2</strCURRENT_FUND_VALUE> <strChangeAllocation>sample string 10</strChangeAllocation> <strFundValue>sample string 7</strFundValue> <strNO_OF_UNITS>sample string 6</strNO_OF_UNITS> <strNav>sample string 8</strNav> <strProduct_Name>sample string 1</strProduct_Name> <strSWITCH_LIMIT>sample string 5</strSWITCH_LIMIT> <strYearlyReturns>sample string 9</strYearlyReturns> <strfund_code>sample string 4</strfund_code> </MFpaList> </mFpaLists> </MFPAllocationClientPolicyRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.