Within the documenation for Zuora Revenue Schedule Item Invoice Item and within the documentation, not all fields are returned, I suspect the same for other RevenueSchedule* data source, so when I'm query the aqua endpoint the actual data being returned back is returning the following fields which are inconsistent with the documentation and the describe api: "Revenue Schedule Item Invoice Item: Amount",
"Revenue Schedule Item Invoice Item: Created By ID",
"Revenue Schedule Item Invoice Item: Created Date",
"Revenue Schedule Item Invoice Item: Currency",
"Revenue Schedule Item Invoice Item: ID",
"Revenue Schedule Item Invoice Item: Updated By ID",
"Revenue Schedule Item Invoice Item: Updated Date",
"Revenue Schedule Item Invoice Item: Amount (Home Currency)",
"Revenue Schedule Item Invoice Item: Amount Currency Rounding",
"Revenue Schedule Item Invoice Item: Exchange Rate",
"Revenue Schedule Item Invoice Item: Exchange Rate Date",
"Revenue Schedule Item Invoice Item: Provider Exchange Rate Date",
"Revenue Schedule Item Invoice Item: Home Currency",
"Revenue Schedule Item Invoice Item: Transaction Currency" wheras the describe endpoint is returning back: Amount
CreatedById
Created
Currency
Id
UpdatedById
UpdatedDate
... View more