PATCH
/
api
/
v1
/
submission
/
{id}
Update Submission Details
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": "jsmith@example.com",
  "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_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": "jsmith@example.com",
  "insured_contact_phone": "<string>"
}'
{
"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": "jsmith@example.com",
"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_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": "jsmith@example.com",
"insured_contact_phone": "<string>"
}

Authorizations

Authorization
string
header
required

Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.

Path Parameters

id
string
required

The pingid of the submission.

Body

client_ref
string | null
Maximum length: 2000
inception_date
string<date> | null
expiration_date
string<date> | null
insured_name
string | null
Maximum length: 2000
insured_street
string | null
Maximum length: 2000
insured_street2
string | null
Maximum length: 2000
insured_city
string | null
Maximum length: 2000
insured_state
string | null
Maximum length: 2000
insured_zip
string | null
Maximum length: 2000
insured_fein
string | null
Maximum length: 2000
insured_country
string | null
Maximum length: 2000
home_state
string | null
Maximum length: 255
insured_business_description
string | null
risk_summary
string | null

AI generated risk summary (generated by InsuredAgent())

Maximum length: 1000
broker_name
string | null
Maximum length: 255
broker_email
string<email> | null
Maximum length: 254
broker_street
string | null
Maximum length: 2000
broker_street2
string | null
Maximum length: 2000
broker_city
string | null
Maximum length: 2000
broker_state
string | null
Maximum length: 2000
broker_zip
string | null
Maximum length: 2000
broker_fein
string | null
Maximum length: 2000
broker_country
string | null
Maximum length: 2000
broker_phone
string | null
Maximum length: 255
broker_license_number
string | null
Maximum length: 255
broker_license_state
string | null
Maximum length: 2000
insured_website
string | null
Maximum length: 255
insured_sic
string | null
Maximum length: 4
insured_gl_code
string | null
Maximum length: 255
insured_naics
string | null
Maximum length: 255
insured_contact_name
string | null
Maximum length: 255
insured_contact_email
string<email> | null
Maximum length: 254
insured_contact_phone
string | null
Maximum length: 255

Response

client_ref
string | null
Maximum length: 2000
inception_date
string<date> | null
expiration_date
string<date> | null
insured_name
string | null
Maximum length: 2000
insured_street
string | null
Maximum length: 2000
insured_street2
string | null
Maximum length: 2000
insured_city
string | null
Maximum length: 2000
insured_state
string | null
Maximum length: 2000
insured_zip
string | null
Maximum length: 2000
insured_fein
string | null
Maximum length: 2000
insured_country
string | null
Maximum length: 2000
home_state
string | null
Maximum length: 255
insured_business_description
string | null
risk_summary
string | null

AI generated risk summary (generated by InsuredAgent())

Maximum length: 1000
broker_name
string | null
Maximum length: 255
broker_email
string<email> | null
Maximum length: 254
broker_street
string | null
Maximum length: 2000
broker_street2
string | null
Maximum length: 2000
broker_city
string | null
Maximum length: 2000
broker_state
string | null
Maximum length: 2000
broker_zip
string | null
Maximum length: 2000
broker_fein
string | null
Maximum length: 2000
broker_country
string | null
Maximum length: 2000
broker_phone
string | null
Maximum length: 255
broker_license_number
string | null
Maximum length: 255
broker_license_state
string | null
Maximum length: 2000
insured_website
string | null
Maximum length: 255
insured_sic
string | null
Maximum length: 4
insured_gl_code
string | null
Maximum length: 255
insured_naics
string | null
Maximum length: 255
insured_contact_name
string | null
Maximum length: 255
insured_contact_email
string<email> | null
Maximum length: 254
insured_contact_phone
string | null
Maximum length: 255