POST api/Aggregator/InsertCustomerOffer
Request Information
URI Parameters
None.
Body Parameters
GoGoMotorPostOffer| Name | Description | Type | Additional information |
|---|---|---|---|
| CompCode | string |
None. |
|
| ProductID | integer |
None. |
|
| ApplicationNo | string |
None. |
|
| CustomerFirstName | string |
None. |
|
| CustomerSecondtName | string |
None. |
|
| CustomerFamilyName | string |
None. |
|
| MobileNo | string |
None. |
|
| CalendarType | string |
None. |
|
| YearOfBirth | integer |
None. |
|
| MonthService | string |
None. |
|
| SectorID | integer |
None. |
|
| BankID | integer |
None. |
|
| Salary | integer |
None. |
|
| CarStatus | string |
None. |
|
| MotorID | integer |
None. |
|
| CarTypeID | integer |
None. |
|
| MotorName | string |
None. |
|
| CarPrice | decimal number |
None. |
|
| DownPaymentPercent | string |
None. |
|
| DownPaymentAmount | decimal number |
None. |
|
| BalloonPaymentPercent | string |
None. |
|
| BalloonPaymentAmount | decimal number |
None. |
|
| IntrestPercent | string |
None. |
|
| IntrestAmount | decimal number |
None. |
|
| InsurancePercent | string |
None. |
|
| InsuranceAmount | decimal number |
None. |
|
| AdminFees | decimal number |
None. |
|
| NetFinanceAmount | decimal number |
None. |
|
| TotalFinanceAmount | decimal number |
None. |
|
| Instalment | decimal number |
None. |
|
| AjelAmount | decimal number |
None. |
|
| TotalLeaseAmount | decimal number |
None. |
|
| TotalAdvanceAmount | decimal number |
None. |
|
| TotalCostFinance | decimal number |
None. |
|
| AdminFee | decimal number |
None. |
|
| Tenor | integer |
None. |
|
| UsrCreate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompCode": "sample string 1",
"ProductID": 2,
"ApplicationNo": "sample string 3",
"CustomerFirstName": "sample string 4",
"CustomerSecondtName": "sample string 5",
"CustomerFamilyName": "sample string 6",
"MobileNo": "sample string 7",
"CalendarType": "sample string 8",
"YearOfBirth": 9,
"MonthService": "sample string 10",
"SectorID": 11,
"BankID": 12,
"Salary": 13,
"CarStatus": "sample string 14",
"MotorID": 15,
"CarTypeID": 16,
"MotorName": "sample string 17",
"CarPrice": 18.1,
"DownPaymentPercent": "sample string 19",
"DownPaymentAmount": 20.1,
"BalloonPaymentPercent": "sample string 21",
"BalloonPaymentAmount": 22.1,
"IntrestPercent": "sample string 23",
"IntrestAmount": 24.1,
"InsurancePercent": "sample string 25",
"InsuranceAmount": 26.1,
"AdminFees": 27.1,
"NetFinanceAmount": 28.1,
"TotalFinanceAmount": 29.1,
"Instalment": 30.1,
"AjelAmount": 31.1,
"TotalLeaseAmount": 32.1,
"TotalAdvanceAmount": 33.1,
"TotalCostFinance": 34.1,
"AdminFee": 35.1,
"Tenor": 36,
"UsrCreate": "sample string 37"
}
application/xml, text/xml
Sample:
<GoGoMotorPostOffer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALP_API.Models"> <AdminFee>35.1</AdminFee> <AdminFees>27.1</AdminFees> <AjelAmount>31.1</AjelAmount> <ApplicationNo>sample string 3</ApplicationNo> <BalloonPaymentAmount>22.1</BalloonPaymentAmount> <BalloonPaymentPercent>sample string 21</BalloonPaymentPercent> <BankID>12</BankID> <CalendarType>sample string 8</CalendarType> <CarPrice>18.1</CarPrice> <CarStatus>sample string 14</CarStatus> <CarTypeID>16</CarTypeID> <CompCode>sample string 1</CompCode> <CustomerFamilyName>sample string 6</CustomerFamilyName> <CustomerFirstName>sample string 4</CustomerFirstName> <CustomerSecondtName>sample string 5</CustomerSecondtName> <DownPaymentAmount>20.1</DownPaymentAmount> <DownPaymentPercent>sample string 19</DownPaymentPercent> <Instalment>30.1</Instalment> <InsuranceAmount>26.1</InsuranceAmount> <InsurancePercent>sample string 25</InsurancePercent> <IntrestAmount>24.1</IntrestAmount> <IntrestPercent>sample string 23</IntrestPercent> <MobileNo>sample string 7</MobileNo> <MonthService>sample string 10</MonthService> <MotorID>15</MotorID> <MotorName>sample string 17</MotorName> <NetFinanceAmount>28.1</NetFinanceAmount> <ProductID>2</ProductID> <Salary>13</Salary> <SectorID>11</SectorID> <Tenor>36</Tenor> <TotalAdvanceAmount>33.1</TotalAdvanceAmount> <TotalCostFinance>34.1</TotalCostFinance> <TotalFinanceAmount>29.1</TotalFinanceAmount> <TotalLeaseAmount>32.1</TotalLeaseAmount> <UsrCreate>sample string 37</UsrCreate> <YearOfBirth>9</YearOfBirth> </GoGoMotorPostOffer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |