POST api/RequestForProposal/CMGenSendFile

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "txtFullName": "sample string 1",
  "chkWithdrawlDay": "sample string 2",
  "txtBillingAddress": "sample string 3",
  "txtCityStateZip": "sample string 4",
  "txtPhone": "sample string 5",
  "txtEmail": "sample string 6",
  "chkAcctType": "sample string 7",
  "txtNameOnBankAcct": "sample string 8",
  "txtBankName": "sample string 9",
  "txtBankAcctNum": "sample string 10",
  "txtAcctRoutingNum": "sample string 11",
  "txtBankCityState": "sample string 12",
  "txtRBRRiderParticipant": "sample string 13",
  "txtCurrentDate": "sample string 14"
}

application/xml, text/xml

Sample:
<CMACHBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InsuranceAPI.Models">
  <chkAcctType>sample string 7</chkAcctType>
  <chkWithdrawlDay>sample string 2</chkWithdrawlDay>
  <txtAcctRoutingNum>sample string 11</txtAcctRoutingNum>
  <txtBankAcctNum>sample string 10</txtBankAcctNum>
  <txtBankCityState>sample string 12</txtBankCityState>
  <txtBankName>sample string 9</txtBankName>
  <txtBillingAddress>sample string 3</txtBillingAddress>
  <txtCityStateZip>sample string 4</txtCityStateZip>
  <txtCurrentDate>sample string 14</txtCurrentDate>
  <txtEmail>sample string 6</txtEmail>
  <txtFullName>sample string 1</txtFullName>
  <txtNameOnBankAcct>sample string 8</txtNameOnBankAcct>
  <txtPhone>sample string 5</txtPhone>
  <txtRBRRiderParticipant>sample string 13</txtRBRRiderParticipant>
</CMACHBindingModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CMACHBindingModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>