PartnerConsumptionResponseDto
The unique identifier of the customer
The name of the customer
The number of Azure OpenAI completion tokens consumed
The number of Azure OpenAI prompt tokens consumed
The total number of Azure OpenAI tokens consumed
The number of Azure Form Recognizer pages consumed
The total number of invoice proposals
The start date of the range. Format YYYY-MM-DD. Inclusive
The end date of the range. Format YYYY-MM-DD. Inclusive
tenantConsumptions object[]
The consumption data for each tenant under the partner within the specified date range.
The unique identifier of the customer
The name of the customer
The number of Azure OpenAI completion tokens consumed
The number of Azure OpenAI prompt tokens consumed
The total number of Azure OpenAI tokens consumed
The number of Azure Form Recognizer pages consumed
The total number of invoice proposals
{
"id": "string",
"name": "string",
"azureOpenAICompletionTokensConsumed": 0,
"azureOpenAIPromptTokensConsumed": 0,
"azureOpenAITotalTokensConsumed": 0,
"azureFormRecognizerPagesConsumed": 0,
"totalInvoiceProposals": 0,
"from": "2024-07-29",
"to": "2024-07-29",
"tenantConsumptions": [
{
"id": "string",
"name": "string",
"azureOpenAICompletionTokensConsumed": 0,
"azureOpenAIPromptTokensConsumed": 0,
"azureOpenAITotalTokensConsumed": 0,
"azureFormRecognizerPagesConsumed": 0,
"totalInvoiceProposals": 0
}
]
}