Validation

You must supply a valid json for OpenAPI to process your data. There are online tools to confirm JSON is valid. You can use any of the following to confirm JSON is correctly formatted.

You must also supply valid data type for individual fields in json. Visit Data Types for more details.

  1. Required Fields

    When field is required, you must supply data for the field. Data type determines valid values.
  2. Date Fields

    Date must follow format list at date formats
  3. Boolean Fields

    Must supply true or false. If not required, supply false or do not supply field. See options below.