PATCH
/
api
/
v1
/
submission
/
{id}
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>",
  "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>",
"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

Response

200
application/json

The response is of type object.