Ping.Extraction
- Parse SOVs
- Get SOV Data
- Update SOVs
Ping.Data
- Bulk Enhance
- Enhance
Ping.Vision
- User Memberships
- Miscellaneous
- Get Submission Data
- Create Submission
- Update Submission
Update Submission Details
Update properties of the submission. If you want to change the claimant or the workflow status, use v1/submission/bulkupdate instead.
PATCH
/
api
/
v1
/
submission
/
{id}
Copy
Ask AI
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>"
}'
Copy
Ask AI
{
"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
Supports Token
-prefixed API keys and Bearer
-prefixed JWT-based authentication.
Path Parameters
The pingid of the submission.
Body
Response
200
application/json
The response is of type object
.
Copy
Ask AI
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>"
}'
Copy
Ask AI
{
"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>"
}
Assistant
Responses are generated using AI and may contain mistakes.