Query parameters
-
Comma separated list of relationships to include in the response. Valid relationships are [statement].
-
Filter by a comma separated list of UUIDs.
-
Filter by a comma separated list of client UUIDs.
-
Filter by a comma separated list of group UUIDs.
-
Filter by a comma separated list of circle UUIDs.
-
Filter by a comma separated list of plan UUIDs.
-
Filter by a comma separated list of provider UUIDs.
-
Filter by policy numbers.
-
Filter by a comma separated list of seller account UUIDs.
-
Filter by comma separated list of payment origins.
-
Filter by comma separated list of charge types.
-
Filter by comma separated list of charge categories.
-
Filter by recurring charges or not.
-
Filter by comma separated list of frequencies.
-
Filter by charge start dates after.
-
Filter by charge start dates before.
-
Filter by charge end dates after.
-
Filter by charge end dates before.
-
Filter by charge next expectation dates after.
-
Filter by charge next expectation dates before.
-
Filter by charge fixed amounts from in pennies.
-
Filter by charge fixed amounts to in pennies.
-
Filter by charge percentages from.
-
Filter by charge percentages to.
-
Filter by tax exempt charges or not.
-
Filter by charges excluded from RMAR or not.
-
Filter by comma separated list of RMAR types.
-
Filter by comma separated list of advice types.
-
Filter by comma separated list of service types.
-
Field to sort by. Valid fields are [created_at, updated_at, start_date, end_date, next_expectation_date, amount, percentage]. Negative sign to denote DESC. Defaults to '-start_date'.
-
Number of results to return with pagination (Default 15. Max 500).
curl \
--request GET 'https://api.plannrcrm.com/api/v1/client/6ff8f7f6-1eb3-3525-be4a-3932c805afed/charges' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
{
"message": "Unauthenticated."
}