POST api/RSADATASYNCBAHRAIN
Request Information
URI Parameters
None.
Body Parameters
rsasyncdata| Name | Description | Type | Additional information |
|---|---|---|---|
| Stage | string |
None. |
|
| LeadType | string |
None. |
|
| CAMPAIGN | string |
None. |
|
| UTM_TAGS | string |
None. |
|
| FIRST_NAME | string |
None. |
|
| LAST_NAME | string |
None. |
|
| CSH_E_GSM_NO | string |
None. |
|
| string |
None. |
||
| Cust_Disclaimer | string |
None. |
|
| Dob | string |
None. |
|
| Gender | string |
None. |
|
| COUNTRY_OF_FIRST_DL | string |
None. |
|
| CAR_MANF_YEAR | string |
None. |
|
| NewVehicle | string |
None. |
|
| DATE_OF_FIRST_REG | string |
None. |
|
| PREVIOUS_POLICY_EXPIRY_DATE | string |
None. |
|
| POLICY_START | string |
None. |
|
| POLICY_END | string |
None. |
|
| SourceApp | string |
None. |
|
| CAR_MAKE | string |
None. |
|
| Model | string |
None. |
|
| VARIANT | string |
None. |
|
| SumInsured | string |
None. |
|
| NO_CLAIMS_DECLARATION | string |
None. |
|
| NUM_YRS_NOCLAIMS | string |
None. |
|
| GCCSPECS | string |
None. |
|
| PromoCode | string |
None. |
|
| QUOTE_NO | string |
None. |
|
| STATUS | string |
None. |
|
| POL_REFERRAL_REMARKS | string |
None. |
|
| RATE | string |
None. |
|
| QUOTECREATIONDT | string |
None. |
|
| UNIQUE_REF_NO | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Stage": "sample string 1",
"LeadType": "sample string 2",
"CAMPAIGN": "sample string 3",
"UTM_TAGS": "sample string 4",
"FIRST_NAME": "sample string 5",
"LAST_NAME": "sample string 6",
"CSH_E_GSM_NO": "sample string 7",
"Email": "sample string 8",
"Cust_Disclaimer": "sample string 9",
"Dob": "sample string 10",
"Gender": "sample string 11",
"COUNTRY_OF_FIRST_DL": "sample string 12",
"CAR_MANF_YEAR": "sample string 13",
"NewVehicle": "sample string 14",
"DATE_OF_FIRST_REG": "sample string 15",
"PREVIOUS_POLICY_EXPIRY_DATE": "sample string 16",
"POLICY_START": "sample string 17",
"POLICY_END": "sample string 18",
"SourceApp": "sample string 19",
"CAR_MAKE": "sample string 20",
"Model": "sample string 21",
"VARIANT": "sample string 22",
"SumInsured": "sample string 23",
"NO_CLAIMS_DECLARATION": "sample string 24",
"NUM_YRS_NOCLAIMS": "sample string 25",
"GCCSPECS": "sample string 26",
"PromoCode": "sample string 27",
"QUOTE_NO": "sample string 28",
"STATUS": "sample string 29",
"POL_REFERRAL_REMARKS": "sample string 30",
"RATE": "sample string 31",
"QUOTECREATIONDT": "sample string 32",
"UNIQUE_REF_NO": "sample string 33"
}
application/xml, text/xml
Sample:
<rsasyncdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/syncData.Models"> <CAMPAIGN>sample string 3</CAMPAIGN> <CAR_MAKE>sample string 20</CAR_MAKE> <CAR_MANF_YEAR>sample string 13</CAR_MANF_YEAR> <COUNTRY_OF_FIRST_DL>sample string 12</COUNTRY_OF_FIRST_DL> <CSH_E_GSM_NO>sample string 7</CSH_E_GSM_NO> <Cust_Disclaimer>sample string 9</Cust_Disclaimer> <DATE_OF_FIRST_REG>sample string 15</DATE_OF_FIRST_REG> <Dob>sample string 10</Dob> <Email>sample string 8</Email> <FIRST_NAME>sample string 5</FIRST_NAME> <GCCSPECS>sample string 26</GCCSPECS> <Gender>sample string 11</Gender> <LAST_NAME>sample string 6</LAST_NAME> <LeadType>sample string 2</LeadType> <Model>sample string 21</Model> <NO_CLAIMS_DECLARATION>sample string 24</NO_CLAIMS_DECLARATION> <NUM_YRS_NOCLAIMS>sample string 25</NUM_YRS_NOCLAIMS> <NewVehicle>sample string 14</NewVehicle> <POLICY_END>sample string 18</POLICY_END> <POLICY_START>sample string 17</POLICY_START> <POL_REFERRAL_REMARKS>sample string 30</POL_REFERRAL_REMARKS> <PREVIOUS_POLICY_EXPIRY_DATE>sample string 16</PREVIOUS_POLICY_EXPIRY_DATE> <PromoCode>sample string 27</PromoCode> <QUOTECREATIONDT>sample string 32</QUOTECREATIONDT> <QUOTE_NO>sample string 28</QUOTE_NO> <RATE>sample string 31</RATE> <STATUS>sample string 29</STATUS> <SourceApp>sample string 19</SourceApp> <Stage>sample string 1</Stage> <SumInsured>sample string 23</SumInsured> <UNIQUE_REF_NO>sample string 33</UNIQUE_REF_NO> <UTM_TAGS>sample string 4</UTM_TAGS> <VARIANT>sample string 22</VARIANT> </rsasyncdata>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
rsasyncresp| Name | Description | Type | Additional information |
|---|---|---|---|
| UNIQUE_REF_NO | string |
None. |
|
| DATA_RECEIVED | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UNIQUE_REF_NO": "sample string 1",
"DATA_RECEIVED": "sample string 2"
}
application/xml, text/xml
Sample:
<rsasyncresp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/syncData.Models"> <DATA_RECEIVED>sample string 2</DATA_RECEIVED> <UNIQUE_REF_NO>sample string 1</UNIQUE_REF_NO> </rsasyncresp>