# Claim Types ## Add a Claim Type - [POST /add/CLT](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/claim-types/post-add-clt.md): Adds a Claim Type to the Claim Types table. ## Update a Claim Type - [POST /update/CLT](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/claim-types/post-update-clt.md): Updates a Claim Type. ## Delete a Claim Type - [POST /delete/CLT](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/claim-types/post-delete-clt.md): Deletes a Claim Type. Specify the typedId of the Claim Type you want to delete in the request (see the request example). ## List Claim Types - [POST /fetch/CLT](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/claim-types/post-fetch-clt.md): Retrieves all Claim Types, or Claim Types that match a filter.