Undelete Retainer
PUT https://api.freshbooks.com/comments/business/{{businessId}}/retainer/{{retainerId}}
A retainer is deleted by changing the active status to false
. It can be undeleted by changing active status back to true.
Request Body
{"retainer"=>{"active"=>true}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"retainer":{"id":2248,"business_id":1966214,"system_id":4236410,"invoice_profile_id":null,"client_user_id":75162,"start_date":"2019-06-03","next_period_start_date":"2019-07-03","fee":"20.00","excess_rate":"700.00","budgeted_time":180000,"active":true,"created_at":"2019-06-03T15:42:49","updated_at":"2019-06-03T18:25:02"}}