CreateResponse

AdvertisingAnalyticsBusiness ManagementMarketingSocial Media

Properties

Name Type Description
id string The ID of the newly created object
View JSON Schema on GitHub

JSON Schema

facebook-business-manager-createresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateResponse",
  "title": "CreateResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the newly created object"
    }
  }
}