patch https://api.katanamrp.com/v1/price_list_rows/
Updates the specified price list row by setting the values of the parameters passed.
Any parameters not provided will be left unchanged.
Responses
Updates the specified price list row by setting the values of the parameters passed.
Any parameters not provided will be left unchanged.
xxxxxxxxxx
curl --request PATCH \
--url https://api.katanamrp.com/v1/price_list_rows/id \
--header 'Authorization: Bearer <Your api key>' \
--header 'accept: application/json' \
--header 'content-type: application/json'