POST
/api/v1/entities
curl \
--request POST 'https://api.1099policy.com/api/v1/entities' \
--header "Content-Type: application/json" \
--data '{"$ref":"#/components/examples/entity"}'
Request example
{
"$ref": "#/components/examples/entity"
}
Response examples (201)
{
"address": {
"country": "null",
"line1": "92 Geary St",
"line2": "null",
"locality": "San Francisco",
"postalcode": 94114,
"region": "CA"
},
"coverage_limit": {
"aggregate_limit": 200000000,
"occurrence_limit": 100000000
},
"created": 1646818364,
"id": "en_Ah3tqYn",
"name": "Apple, Inc",
"required_coverage": [
"general",
"workers-comp"
]
}