Hello everyone,
I'm working on a requirement where we need to send SMS messages to customers exposing their phone number and current balance.
To achieve this, I would like to expose the data via OData, and I’m looking for a standard data entity (if available) that includes:
-
Customer account number (Customer ID)
-
Current balance (open balance or total due amount)
I’ve checked entities like CustomerV3
to get the customer contact info, but I’m not sure which one (if any) provides a reliable real-time customer balance.
Is there a standard entity that contains this data?
Or do I need to create a custom entity?
Any guidance or suggestions would be appreciated.
Thanks in advance!