Starting last week an API request we have used for a couple of years to return sales order table data (including the email address of the sales rep listed on the sales order) stopped returning the sales rep email.
Here's an example request:
https://rest.method.me/api/v1/tables/SalesOrder?skip=0&top=10&filter=LastModifiedDate
ge '2024-02-28T19:48:20.778Z' and TxnDate ge '2022-12-01T00:00-00:00' and SynctoVsimple eq true &orderby=LastModifiedDate desc
We noticed sales rep email started being blank on all requests last week. Any help would be greatly appreciated!