Upload a fee schedule (a collection of rates)

POST
/api/fee-schedules/v3

Uploads a new fee schedule.\n Each rate may either be totally new as qualified by it’s dimensions or a new version for an existing rate.\n If adding a new version to an existing rate, the rate must be posted with the next version number (previous version + 1) or a EntityConflictError will be returned.\n Use the dry run flag to discover already existing rates and to run validations. If validations for any rate fail, no rates will be saved to the system.

Request

This endpoint expects an object.
dry_runbooleanRequired
rateslist of objectsRequired

Response

This endpoint returns a list of objects.
rate_idUUID
dimensionsobject

The dimension values that distinguish this rate from others.

versioninteger

The version of this rate in the system.

updated_atdate
updated_byUUID
entrieslist of objects

Errors