AME-SM Api

Customer car insurance: insert form (for Broker)

https://www.ameinsure.com/api/Customercar_insurance/insert_broker
Post
{
'token' => string, **
'purchase_date' => string (วันที่ซื้อประกัน : format yyyy-mm-dd), **
'noti_number' => string (เลขที่รับแจ้ง), **
'effective_date' => string (วันที่กรมธรรม์มีผลบังคับ:format yyyy-mm-dd), **
'expiry_date' => string (วันที่กรมธรรม์หมดอายุ : format yyyy-mm-dd), **
'insurance_number' => string (เลขที่กรมธรรม์),
'net_price_before' => float (เบี้ยประกันภัยรวม), **
'net_price' => float (เบี้ยประกันภัยรวมขายจริง), **
'price_before_vat' => float (เบี้ยประกันสุทธิ), **
'product_id' => int (Id ของ Product), **
'title' => strint, **
'gender' => int (0 เพศชาย, 1 เพศหญิง), **
'first_name' => string, **
'last_name' => strint, **
'citizen_id' => string, **
'birth_date' => string (format yyyy-mm-dd), **
'mobile_number' => string, **
'phone_number' => string,
'line_id' => string,
'address' => string, **
'address_province_id' => int, **
'address_district_id' => int, **
'address_sub_district_id' => int, **
'postcode' => string, **
'car_brand_id' => int, **
'car_model_id' => string, **
'car_category_id' => int (id ของประเภทรถ), **
'reg_year' => string (ปีที่จดทะเบียนรถยนต์), **
'car_number' => string (เลขตัวถังรถยนต์), **
'reg_number' => string (ทะเบียนรถ), **
'insurance_company_id' => int (id ของบริษัทประกัน), **
'insurance_car_type_id' => int (id ของประเภทของประกัน), **
'insurance_payment_form_file' => file (รูปใบขอผ่อนชำระค่าเบี้ยประกัน), **
'attorney_cancellation_file' => file (รููปใบมอบอำนาจยกเลิก (เวนคืน)), **
'insurance_number_file' => file (ไฟล์ภาพ เลขจดแจ้งหรือ หน้ากรมธรรม์), **
'remark' => string (ข้อความ note ถ้ามี),
'return_status_url' => string (url ที่จะใช้ส่งข้อมูลกลับเมื่อมีการพิจารณาการกู้ยืมเงิน),
'return_payment_status_url' => string (url ที่จะใช้ส่งข้อมูลกลับเมื่อลูกค้าทำการจ่ายเงินรายงวด),
'agent_full_name' => string (ชื่อ-สกุล ของ Agent),
'agent_telephone' => string (เบอร์โทร ของ Agent),
'agent_email' => string (Email ของ Agent)
'act_amount' => decimal(10,2) (ค่าเบี้ย พ.ร.บ.)
'service_by' => int (ผู้ชำระค่าบริการ 0: Partner, 1: ลูกค้า)
'first_payment_by' => int (ผู้รับเงินชำระครั้งแรก 0: Partner, 1: AEC Mobile)
}
{
'code' => string (0x0000-00000 when success),
'message' => string,
'data' => object (json format)
{
'customer_car_insurance_id' => int
'status' => string
}
}
{
'code' : '0x0000-00000',
'message' : 'Success',
'data'
{
'customer_car_insurance_id' : 1
'status' : 'WAITING'
}
}