List all charge codes

SecurityAuthToken
Request
query Parameters
category
string

Category of the charge code.

code
string

Code of the charge code.

id
string

Id of the charge code.

limit
integer

Number of results to return per page.

name
string

Name of the charge code.

page
integer

A page number within the paginated result set.

q
string

Query across the id (machine readable identifier), code, name, and category of the charge codes to find matching charge codes that contain the query text or value. The search/query is case insensitive.

Examples:
Example of querying the charge codes for items that contain the text or value of "tax"
q=tax
Example of querying the charge codes for items that contain the text or value of "hazard"
q=hazard
Responses
200
Response Schema: application/json
count
integer
Array of objects (StandardChargeCode)
object
total_count
integer or null
get/reference-data/charge-codes/
Request samples
Response samples
application/json
{}
Copyright © Shipwell 2024. All right reserved.