Get a fee record by customer fee tagCopy Pageget https://sandbox-api.helix.q2.com/fee/getByCustomerTag/{customerFeeTag}Retrieve the most recent fee lookup record for the given customerFeeTag.Path ParamscustomerFeeTagstringrequiredlength between 1 and 128Customer-facing tag used for fee lookup and correlation. The value cannot be null, empty, or whitespace and has a maximum length of 128 characters.Responses 200An envelope whose data node is a fee lookup object. 400Bad Request 401Unauthorized 404Not Found 405HTTP Method Not Allowed 429Rate Limit ExceededUpdated 3 months ago Get a fee record by FeeToApplyIdProgram