Ping.Extraction
Ping.Data
- Bulk Enhance
- Enhance
Ping.Vision
- User Memberships
- Miscellaneous
- Get Submission Data
- Create Submission
- Update Submission
Start SOV Update Job
POST
/
api
/
v1
/
sov
/
update
/
{id}
/
start
Copy
Ask AI
curl --request POST \
--url https://api.sovfixer.com/api/v1/sov/update/{id}/start \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"extra_data": {},
"policy_terms": {
"layer_terms": [
{
"name": "<string>",
"attachment": 123,
"limit": 123,
"participation": 123,
"premium": 123
}
],
"peril_terms": [
{
"group": "<string>",
"subperil_types": [
"HU_Wind"
],
"sublimit": 123,
"min_deductible": 123,
"max_deductible": 123,
"blanket_deductible": 123,
"location_deductible_type": "S",
"location_deductible": 123,
"bi_days_deductible": 123
}
],
"zone_terms": [
{
"group": "<string>",
"subperil_types": [
"HU_Wind"
],
"sublimit": 123,
"min_deductible": 123,
"max_deductible": 123,
"blanket_deductible": 123,
"location_deductible_type": "S",
"location_deductible": 123,
"bi_days_deductible": 123
}
],
"excluded_subperil_types": [
"HU_Wind"
]
},
"outputter_name": "<string>",
"output_formats": [
"json"
],
"metadata": {
"Timestamp": 123,
"UserInfo": {
"UserName": "<string>"
}
}
}'
Copy
Ask AI
{
"message": "<string>"
}
Authorizations
Token-based authentication with required prefix "Token"
Path Parameters
Body
Response
201
application/json
The response is of type object
.
Copy
Ask AI
curl --request POST \
--url https://api.sovfixer.com/api/v1/sov/update/{id}/start \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"extra_data": {},
"policy_terms": {
"layer_terms": [
{
"name": "<string>",
"attachment": 123,
"limit": 123,
"participation": 123,
"premium": 123
}
],
"peril_terms": [
{
"group": "<string>",
"subperil_types": [
"HU_Wind"
],
"sublimit": 123,
"min_deductible": 123,
"max_deductible": 123,
"blanket_deductible": 123,
"location_deductible_type": "S",
"location_deductible": 123,
"bi_days_deductible": 123
}
],
"zone_terms": [
{
"group": "<string>",
"subperil_types": [
"HU_Wind"
],
"sublimit": 123,
"min_deductible": 123,
"max_deductible": 123,
"blanket_deductible": 123,
"location_deductible_type": "S",
"location_deductible": 123,
"bi_days_deductible": 123
}
],
"excluded_subperil_types": [
"HU_Wind"
]
},
"outputter_name": "<string>",
"output_formats": [
"json"
],
"metadata": {
"Timestamp": 123,
"UserInfo": {
"UserName": "<string>"
}
}
}'
Copy
Ask AI
{
"message": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.