POST api/FundSwitch/CheckExistingFundSwitch

Request Information

URI Parameters

None.

Body Parameters

MFundSwitch
NameDescriptionTypeAdditional information
strClientID

string

None.

strPolicyNo

string

None.

strClientType

string

None.

strQueryNo

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"
}

application/xml, text/xml

Sample:
<MFundSwitch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerWebAPI.Models">
  <strClientID>sample string 1</strClientID>
  <strClientType>sample string 3</strClientType>
  <strPolicyNo>sample string 2</strPolicyNo>
  <strQueryNo>sample string 4</strQueryNo>
</MFundSwitch>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.