Factset · Schema

PendingProductOrder

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
type string Type of product order, e.g. 'Add' or 'Remove'.
status string Status of the pending product order.
requested string Date and time when product was ordered.
View JSON Schema on GitHub

JSON Schema

factset-procure-to-pay-scim-pending-product-order-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PendingProductOrder",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Type of product order, e.g. 'Add' or 'Remove'."
    },
    "status": {
      "type": "string",
      "description": "Status of the pending product order."
    },
    "requested": {
      "type": "string",
      "description": "Date and time when product was ordered."
    }
  }
}