Moody's · Schema

OrderCreate

Request body for creating a new order.

Climate RiskComplianceCredit RiskEconomic DataEntity VerificationFinancial AnalyticsInsuranceKYCRiskScreening

Properties

Name Type Description
basketId string The basket to generate the order from.
fileType string The desired output file format. Use the /filetypes endpoint to retrieve supported formats.
View JSON Schema on GitHub

JSON Schema

moodys-data-buffet-order-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OrderCreate",
  "type": "object",
  "description": "Request body for creating a new order.",
  "properties": {
    "basketId": {
      "type": "string",
      "description": "The basket to generate the order from."
    },
    "fileType": {
      "type": "string",
      "description": "The desired output file format. Use the /filetypes endpoint to retrieve supported formats."
    }
  }
}