Retrieves all the customer account activities totals with the organization of logged in profile
get
/ccstore/v1/selfservice/invoices/customerAccountActivities/totals
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Returned when operation succeeds.
Root Schema : getCustomerAccountActivitiesTotals_success_response
Example Response (application/json)
{
"TotalTransactionsDueForAccount":"186589434164.91",
"links":[
{
"rel":"self",
"href":"http://localhost:8080/ccstoreui/v1/selfservice/invoices/customerAccountActivities/totals"
}
],
"TotalOpenReceivablesForAccount":"186589085466.32"
}
Default Response
Returned when operation fails.
Root Schema : getCustomerAccountActivitiesTotals_failure_response