[Update one time cost]
PUT {{url}}{{public-prefix}}/one_time_costs/{{one_time_cost_id}}
Request Body
{"external_id"=>"{{$randomUUID}}", "name"=>"{{$randomLoremSlug}}", "description"=>"{{$randomLoremSentence}}", "amount"=>"{{$randomInt}}"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string | 
RESPONSES
status: OK
{"id":"716d64f8-1b2f-4bf7-b2ba-3da72382244a","external_id":"994702d6-63b1-43ad-acd0-53686675bf65","type":"flat","name":"New one time cost","description":"A description of the one time cost","amount":"1300.0","country":"ARG","currency":"ARS"}