Kombo · Schema

PostForceSyncRequestBody

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Properties

Name Type Description
type string The type of the triggered sync.
View JSON Schema on GitHub

JSON Schema

kombo-postforcesyncrequestbody-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PostForceSyncRequestBody",
  "title": "PostForceSyncRequestBody",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "FULL",
        "DELTA"
      ],
      "default": "FULL",
      "description": "The type of the triggered sync."
    }
  }
}