v3

Upload a fee schedule (a collection of rates)

Uploads a new fee schedule.

Each rate may either be totally new as qualified by its dimensions or a new version for an existing rate.

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.

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.

post/api/fee-schedules/v3

Headers

Authorizationstring required

OAuth authentication

Request body

dry_runboolean required
ratesV3RateUpload[] required— unresolved $ref

Response

Response with status 200

V3Rate[] required— unresolved $ref