I am trying to call the CalculateRollupField
WebAPI call from javascript for microsoft-dynamics. I can't seem to find many examples of the implementation and my attempt at following the documentation throws the error:
The request URI is not valid. The segment 'CalculateRollupField' cannot include key predicates, however it may end with empty parenthesis
WebAPI Call
https://crm.com/api/data/v8.0/CalculateRollupField(ccseq_contracts(FFA8E06D-30AD-E711-80E8-005056B33317), ccseq_totalamount)
What do I need to adjust to get this WebAPI call to work?