Microsoft Power Platform APIs · Example Payload

Power Platform Billing Policy Example

Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform

Power Platform Billing Policy Example is an example object payload from Microsoft Power Platform APIs, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamelocationstatuscreatedOnlastModifiedOn

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "location": "example_value",
  "status": "example_value",
  "createdOn": "example_value",
  "lastModifiedOn": "example_value"
}