Set Payer Threshold

PUT
/api/fee-schedules/v3/payer-threshold/:payer_uuid

Sets the threshold information for a payer

Path parameters

payer_uuidUUIDRequired

Request

This endpoint expects an object.
disable_paid_incorrectlybooleanRequired
upper_threshold_centsintegerOptional
lower_threshold_centsintegerOptional

Response

This endpoint returns an object.
disable_paid_incorrectlyboolean
upper_threshold_centsintegerOptional
lower_threshold_centsintegerOptional

Errors