POST api/Aggregator/GetProducts
Request Information
URI Parameters
None.
Body Parameters
GoGoMotorGetProductsParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| CompCode | string |
None. |
|
| Nationality | string |
None. |
|
| Gender | 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. |
|
| CarPrice | decimal number |
None. |
|
| DownPaymentPercent | string |
None. |
|
| DownPaymentAmount | integer |
None. |
|
| BalloonPaymentPercent | string |
None. |
|
| BalloonPaymentAmount | integer |
None. |
|
| Tenor | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompCode": "sample string 1",
"Nationality": "sample string 2",
"Gender": "sample string 3",
"CalendarType": "sample string 4",
"YearOfBirth": 5,
"MonthService": "sample string 6",
"SectorID": 7,
"BankID": 8,
"Salary": 9,
"CarStatus": "sample string 10",
"MotorID": 11,
"CarTypeID": 12,
"CarPrice": 13.1,
"DownPaymentPercent": "sample string 14",
"DownPaymentAmount": 15,
"BalloonPaymentPercent": "sample string 16",
"BalloonPaymentAmount": 17,
"Tenor": 18
}
application/xml, text/xml
Sample:
<GoGoMotorGetProductsParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALP_API.Models"> <BalloonPaymentAmount>17</BalloonPaymentAmount> <BalloonPaymentPercent>sample string 16</BalloonPaymentPercent> <BankID>8</BankID> <CalendarType>sample string 4</CalendarType> <CarPrice>13.1</CarPrice> <CarStatus>sample string 10</CarStatus> <CarTypeID>12</CarTypeID> <CompCode>sample string 1</CompCode> <DownPaymentAmount>15</DownPaymentAmount> <DownPaymentPercent>sample string 14</DownPaymentPercent> <Gender>sample string 3</Gender> <MonthService>sample string 6</MonthService> <MotorID>11</MotorID> <Nationality>sample string 2</Nationality> <Salary>9</Salary> <SectorID>7</SectorID> <Tenor>18</Tenor> <YearOfBirth>5</YearOfBirth> </GoGoMotorGetProductsParameters>
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. |