Change an existing facility's Liability Insurance

Change an existing Liability Insurance associated with the specified facility.

Request
path Parameters
facilityId
required
string <uuid>
id
required
string <uuid>
Request Body schema: application/json
appliesTo
string
Enum: "SelfOnly" "SelfAndAllChildren" "Custom"
associatedFacilitySpecialtyIds
Array of strings <uuid>
liabilityInsurer
string

If set, the liability insurer of the Liability Insurance will be updated with this value.

policyNumber
string

If set, the policy number of the Liability Insurance will be updated with this value.

effectiveDate
string <date>

If set, the effective date of the Liability Insurance will be updated with this value.

expirationDate
string <date>

If set, the expiration date of the Liability Insurance will be updated with this value.

coverageType
string

If set, the coverage type of the Liability Insurance will be updated with this value.

primaryLimitPerClaim
number <double>

If set, the primary limit per claim of the Liability Insurance will be updated with this value.

excessLimitPerClaim
number <double>

If set, the excess limit per claim of the Liability Insurance will be updated with this value.

primaryLimitAggregate
number <double>

If set, the primary limit aggregate of the Liability Insurance will be updated with this value.

excessLimitAggregate
number <double>

If set, the excess limit aggregate of the Liability Insurance will be updated with this value.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

patch/facilities/{facilityId}/info/liabilityInsurances/{id}
Request samples
application/json
{
  • "appliesTo": "Custom",
  • "associatedFacilitySpecialtyIds": [
    ],
  • "liabilityInsurer": "string",
  • "policyNumber": "string",
  • "effectiveDate": "2019-08-24",
  • "expirationDate": "2019-08-24",
  • "coverageType": "string",
  • "primaryLimitPerClaim": 0,
  • "excessLimitPerClaim": 0,
  • "primaryLimitAggregate": 0,
  • "excessLimitAggregate": 0
}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "lastUpdatedAt": "2019-08-24T14:15:22Z",
  • "appliesTo": "Custom",
  • "associatedFacilitySpecialtyIds": [
    ],
  • "liabilityInsurer": "string",
  • "policyNumber": "string",
  • "effectiveDate": "2019-08-24",
  • "expirationDate": "2019-08-24",
  • "coverageType": "string",
  • "primaryLimitPerClaim": 0,
  • "excessLimitPerClaim": 0,
  • "primaryLimitAggregate": 0,
  • "excessLimitAggregate": 0
}