POST car/apply_fiannce

Request Information

URI Parameters

None.

Body Parameters

ApplyFinanceViewModel
NameDescriptionTypeAdditional information
shop_id

integer

None.

client_id

integer

None.

first_name

string

None.

middle_name

string

None.

last_name

string

None.

date_of_birth

string

None.

marital_status_id

integer

None.

number_of_dependent

integer

None.

phone

string

None.

mobile

string

None.

email

string

None.

address

string

None.

years_at_address

integer

None.

occupation

string

None.

employer

string

None.

years_at_job

integer

None.

next_kin_full_name1

string

None.

next_kin_relationship1

string

None.

next_kin_mobile1

string

None.

next_kin_email1

string

None.

next_kin_address1

string

None.

next_kin_full_name2

string

None.

next_kin_relationship2

string

None.

next_kin_mobile2

string

None.

next_kin_email2

string

None.

next_kin_address2

string

None.

income

integer

None.

income_frequency_id

integer

None.

first_name2

string

None.

middle_name2

string

None.

last_name2

string

None.

date_of_birth2

string

None.

marital_status_id2

integer

None.

number_of_dependent2

integer

None.

phone2

string

None.

mobile2

string

None.

email2

string

None.

address2

string

None.

years_at_address2

integer

None.

occupation2

string

None.

employer2

string

None.

years_at_job2

integer

None.

income2

integer

None.

income_frequency_id2

integer

None.

loan_amount

integer

None.

loan_term_id

integer

None.

customer_id

integer

None.

car_id

integer

None.

driver_license

string

None.

driver_license_version_no

string

None.

driver_license_image_paths

string

None.

house_status_id

integer

None.

employment_type_id

integer

None.

prev_employment_type_id

integer

None.

prev_occupation

string

None.

prev_employer

string

None.

prev_years_at_job

integer

None.

employment_type_id2

integer

None.

outgoing

integer

None.

outgoing_frequency_id

integer

None.

statement_paths

string

None.

outgoing2

integer

None.

outgoing_frequency_id2

integer

None.

home_assets

integer

None.

furnishing_assets

integer

None.

bank_acc_balance

integer

None.

car_assets

integer

None.

other_assets

integer

None.

mortgage

integer

None.

credit_card

integer

None.

bank_od

integer

None.

other_finance

integer

None.

car_amount

integer

None.

cash_deposit

integer

None.

trade_in_amount

integer

None.

car_description

string

None.

signature_path

string

None.

Request Formats

application/json, text/json

Sample:
{
  "shop_id": 1,
  "client_id": 2,
  "first_name": "sample string 3",
  "middle_name": "sample string 4",
  "last_name": "sample string 5",
  "date_of_birth": "sample string 6",
  "marital_status_id": 7,
  "number_of_dependent": 8,
  "phone": "sample string 9",
  "mobile": "sample string 10",
  "email": "sample string 11",
  "address": "sample string 12",
  "years_at_address": 13,
  "occupation": "sample string 14",
  "employer": "sample string 15",
  "years_at_job": 16,
  "next_kin_full_name1": "sample string 17",
  "next_kin_relationship1": "sample string 18",
  "next_kin_mobile1": "sample string 19",
  "next_kin_email1": "sample string 20",
  "next_kin_address1": "sample string 21",
  "next_kin_full_name2": "sample string 22",
  "next_kin_relationship2": "sample string 23",
  "next_kin_mobile2": "sample string 24",
  "next_kin_email2": "sample string 25",
  "next_kin_address2": "sample string 26",
  "income": 27,
  "income_frequency_id": 28,
  "first_name2": "sample string 29",
  "middle_name2": "sample string 30",
  "last_name2": "sample string 31",
  "date_of_birth2": "sample string 32",
  "marital_status_id2": 33,
  "number_of_dependent2": 34,
  "phone2": "sample string 35",
  "mobile2": "sample string 36",
  "email2": "sample string 37",
  "address2": "sample string 38",
  "years_at_address2": 39,
  "occupation2": "sample string 40",
  "employer2": "sample string 41",
  "years_at_job2": 42,
  "income2": 43,
  "income_frequency_id2": 44,
  "loan_amount": 45,
  "loan_term_id": 46,
  "customer_id": 47,
  "car_id": 48,
  "driver_license": "sample string 49",
  "driver_license_version_no": "sample string 50",
  "driver_license_image_paths": "sample string 51",
  "house_status_id": 52,
  "employment_type_id": 53,
  "prev_employment_type_id": 54,
  "prev_occupation": "sample string 55",
  "prev_employer": "sample string 56",
  "prev_years_at_job": 57,
  "employment_type_id2": 58,
  "outgoing": 59,
  "outgoing_frequency_id": 60,
  "statement_paths": "sample string 61",
  "outgoing2": 62,
  "outgoing_frequency_id2": 63,
  "home_assets": 64,
  "furnishing_assets": 65,
  "bank_acc_balance": 66,
  "car_assets": 67,
  "other_assets": 68,
  "mortgage": 69,
  "credit_card": 70,
  "bank_od": 71,
  "other_finance": 72,
  "car_amount": 73,
  "cash_deposit": 74,
  "trade_in_amount": 75,
  "car_description": "sample string 76",
  "signature_path": "sample string 77"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResponse
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "success": true
}