Get Price Lists (/price_lists)

This endpoint allows an external system to view the list of price lists registered in Rx-Universe.

No parameters are accepted

Returns an array of objects that resemble:

[{ "code": "pr_code", "desc": "price_list_description", "cut": true, // whether or not the price list applies to cut lenses "uncut": false, // whether or not the price list applies to uncut lenses "comments":[ "Comments attached to the price list", "Or an empty array if none setup" ] }]