Retrieves all the customer account activities totals with the organization of logged in profile

get

/ccstore/v1/selfservice/invoices/customerAccountActivities/totals

Retrieves all the customer account activities totals with the organization of logged in profile

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Returned when operation succeeds.
Body ()
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.
Body ()
Root Schema : getCustomerAccountActivitiesTotals_failure_response
Back to Top