curl --request PATCH \
--url https://vision.pingintel.com/api/v1/submission/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"client_ref": "<string>",
"inception_date": "2023-12-25",
"expiration_date": "2023-12-25",
"insured_name": "<string>",
"insured_street": "<string>",
"insured_street2": "<string>",
"insured_city": "<string>",
"insured_state": "<string>",
"insured_zip": "<string>",
"insured_fein": "<string>",
"insured_country": "<string>",
"home_state": "<string>",
"insured_business_description": "<string>",
"risk_summary": "<string>",
"broker_name": "<string>",
"broker_email": "[email protected]",
"broker_street": "<string>",
"broker_street2": "<string>",
"broker_city": "<string>",
"broker_state": "<string>",
"broker_zip": "<string>",
"broker_fein": "<string>",
"broker_country": "<string>",
"broker_phone": "<string>",
"broker_contact_name": "<string>",
"broker_assistant_name": "<string>",
"broker_license_number": "<string>",
"broker_license_state": "<string>",
"insured_website": "<string>",
"insured_sic": "<string>",
"insured_gl_code": "<string>",
"insured_naics": "<string>",
"insured_contact_name": "<string>",
"insured_contact_email": "[email protected]",
"insured_contact_phone": "<string>",
"insured_ofac_status": "N",
"is_building_data_ready": true,
"wholesale_broker_name": "<string>",
"wholesale_broker_street": "<string>",
"wholesale_broker_street2": "<string>",
"wholesale_broker_city": "<string>",
"wholesale_broker_state": "<string>",
"wholesale_broker_zip": "<string>",
"wholesale_broker_country": "<string>",
"wholesale_broker_contact_name": "<string>",
"wholesale_broker_assistant_name": "<string>",
"ceding_company_name": "<string>",
"ceding_company_street": "<string>",
"ceding_company_street2": "<string>",
"ceding_company_city": "<string>",
"ceding_company_state": "<string>",
"ceding_company_zip": "<string>",
"ceding_company_country": "<string>",
"ceding_company_assistant_name": "<string>",
"fac_re_company_name": "<string>",
"fac_re_company_street": "<string>",
"fac_re_company_street2": "<string>",
"fac_re_company_city": "<string>",
"fac_re_company_state": "<string>",
"fac_re_company_zip": "<string>",
"fac_re_company_country": "<string>",
"fac_re_company_contact_name": "<string>",
"fac_re_company_assistant_name": "<string>",
"fac_re_broker_company_name": "<string>",
"fac_re_broker_company_street": "<string>",
"fac_re_broker_company_street2": "<string>",
"fac_re_broker_company_city": "<string>",
"fac_re_broker_company_state": "<string>",
"fac_re_broker_company_zip": "<string>",
"fac_re_broker_company_country": "<string>",
"fac_re_broker_company_contact_name": "<string>",
"fac_re_broker_company_assistant_name": "<string>",
"underwriter_name": "<string>",
"underwriter_street": "<string>",
"underwriter_street2": "<string>",
"underwriter_city": "<string>",
"underwriter_state": "<string>",
"underwriter_zip": "<string>",
"underwriter_country": "<string>",
"underwriter_contact_name": "<string>",
"underwriter_assistant_name": "<string>"
}
'