Upload a fee schedule (a collection of rates)
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.
Headers
Authorization
OAuth authentication of the form <token>.
Request
This endpoint expects an object.
dry_run
rates
Response
This endpoint returns a list of objects.
rate_id
dimensions
The dimension values that distinguish this rate from others.
version
The version of this rate in the system.
updated_at
updated_by
entries
Errors
422
Fee Schedule Validation HTTP Error