POST GeneratePolicyMotor

Request Information

URI Parameters

None.

Body Parameters

DEBIT_VM_API
NameDescriptionTypeAdditional information
ReferenceNumber

string

None.

proposalNumber

string

None.

PolicyNumber

string

None.

RISKS

Collection of DEBIT_RISK

None.

Request Formats

application/json, text/json

Sample:
{
  "ReferenceNumber": "sample string 1",
  "proposalNumber": "sample string 2",
  "PolicyNumber": "sample string 3",
  "RISKS": [
    {
      "RISK": "sample string 1",
      "DEBIT_AMT": 2.1,
      "PENDING_AMT": 3.1,
      "ONEMONTH_CERT_AMT": 4.1,
      "PAID_AMT": 5.1
    },
    {
      "RISK": "sample string 1",
      "DEBIT_AMT": 2.1,
      "PENDING_AMT": 3.1,
      "ONEMONTH_CERT_AMT": 4.1,
      "PAID_AMT": 5.1
    }
  ]
}

application/xml, text/xml

Sample:
<DEBIT_VM_API xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Insurance.BusinessEntities.Common">
  <PolicyNumber>sample string 3</PolicyNumber>
  <RISKS>
    <DEBIT_RISK>
      <DEBIT_AMT>2.1</DEBIT_AMT>
      <ONEMONTH_CERT_AMT>4.1</ONEMONTH_CERT_AMT>
      <PAID_AMT>5.1</PAID_AMT>
      <PENDING_AMT>3.1</PENDING_AMT>
      <RISK>sample string 1</RISK>
    </DEBIT_RISK>
    <DEBIT_RISK>
      <DEBIT_AMT>2.1</DEBIT_AMT>
      <ONEMONTH_CERT_AMT>4.1</ONEMONTH_CERT_AMT>
      <PAID_AMT>5.1</PAID_AMT>
      <PENDING_AMT>3.1</PENDING_AMT>
      <RISK>sample string 1</RISK>
    </DEBIT_RISK>
  </RISKS>
  <ReferenceNumber>sample string 1</ReferenceNumber>
  <proposalNumber>sample string 2</proposalNumber>
</DEBIT_VM_API>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.