Coupa · Schema

ShippingTermReference

Reference to a shipping term

BSMBusiness Spend ManagementCloud PlatformEnterpriseFinancial ManagementInvoicingProcurementSupply Chain

Properties

Name Type Description
id integer Coupa unique identifier for the shipping term
code string Shipping term code
View JSON Schema on GitHub

JSON Schema

coupa-shippingtermreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShippingTermReference",
  "title": "ShippingTermReference",
  "type": "object",
  "description": "Reference to a shipping term",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Coupa unique identifier for the shipping term"
    },
    "code": {
      "type": "string",
      "description": "Shipping term code"
    }
  }
}