List an organization's custom rates

Returns an empty array, if the org does not exist or if it’s not a child org of the logged-in org

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

org_iddoubleRequired
Numerical ID of an organization

Response

OK
organisatioon_idinteger
ratedouble
volumedouble
service_idinteger
idinteger
start_datestringformat: "^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\{2}$"

Local date in format YYYY-MM-DD HH:mm:ss with a time. Usually interpreted in UTC Timezone, but generally unbound.

end_datestringformat: "^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\{2}$"

Local date in format YYYY-MM-DD HH:mm:ss with a time. Usually interpreted in UTC Timezone, but generally unbound.

ratezoneobject

Errors

403
Forbidden Error