CustomersResponse

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
total integer
data array
View JSON Schema on GitHub

JSON Schema

workday-integration-customersresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomersResponse",
  "title": "CustomersResponse",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Customer"
      }
    }
  }
}