POST api/FundSwitch/GetHomeFund
Request Information
URI Parameters
None.
Body Parameters
MFundSwitchName | Description | Type | Additional information |
---|---|---|---|
strClientID | string |
None. |
|
strPolicyNo | string |
None. |
|
strClientType | string |
None. |
|
strQueryNo | string |
None. |
|
strCheckPolicySurrender | string |
None. |
|
strMsgPolicySurrender | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "strClientID": "sample string 1", "strPolicyNo": "sample string 2", "strClientType": "sample string 3", "strQueryNo": "sample string 4", "strCheckPolicySurrender": "sample string 5", "strMsgPolicySurrender": "sample string 6" }
application/xml, text/xml
Sample:
<MFundSwitch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerWebAPI.Models"> <strCheckPolicySurrender>sample string 5</strCheckPolicySurrender> <strClientID>sample string 1</strClientID> <strClientType>sample string 3</strClientType> <strMsgPolicySurrender>sample string 6</strMsgPolicySurrender> <strPolicyNo>sample string 2</strPolicyNo> <strQueryNo>sample string 4</strQueryNo> </MFundSwitch>
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.