Microsoft Power Platform APIs · JSON Structure

Power Platform Billing Policy List Response Structure

Type: object Properties: 2
Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform

BillingPolicyListResponse is a JSON Structure definition published by Microsoft Power Platform APIs, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

value @odata.nextLink

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BillingPolicyListResponse",
  "type": "object",
  "properties": {
    "value": {
      "type": "array"
    },
    "@odata.nextLink": {
      "type": "['string', 'null']"
    }
  }
}