Hoping someone can help with this.
I'm pulling usage information from the Azure API:
https://consumption.azure.com/v3/enrollments/{enrollment}/usagedetails/submit?startTime=2019-08-01&endTime=2019-08-31
Which will return a url (when status is 3) to a csv blob similar to this:
https://ccmreportstoragewestus.blob.core.windows.net/publicapireports/...
What I don't see in the API result is anything pertaining to an invoice reference. When I've done this with AWS, most of the time you have an invoiceid/reference, in cases where you may have had more than one paper bill for that billing period.
Am I missing something with the EA billing API?