Update a purchase order additional cost rowAsk AIpatch https://api.katanamrp.com/v1/po_additional_cost_rows/{id}Updates the specified purchase order additional cost row by setting the values of the parameters passed. Any parameters not provided will be left unchanged.Path ParamsidintegerrequiredPurchase order additional cost row idBody ParamsPurchase order additional cost row detailsadditional_cost_idinteger≤ 2147483647tax_rate_idinteger≤ 2147483647pricenumber0 to 100000000000000000distribution_methodstringenumBY_VALUENON_DISTRIBUTEDAllowed:BY_VALUENON_DISTRIBUTEDResponses 200Purchase order additional cost row updated 401Make sure you've entered your API token correctly. 422Check the details property for a specific error message. 429The rate limit has been reached. Please try again later. 500The server encountered an error. If this persists, please contact supportUpdated 7 months ago