Salesforce · JSON Structure

Salesforce Body25 Structure

Type: object Properties: 23
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Body25 is a JSON Structure definition published by Salesforce, describing 23 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

AccountId EffectiveDate Pricebook2Id BillToContactId Status AppUsageType RecordId OrderId Type OrderActionId PricebookEntryId ServiceDate Quantity UnitPrice NetUnitPrice TotalLineAmount PeriodBoundary BillingFrequency2 ProductRelationshipTypeId MainOrderItemId AssociatedOrderItemId AssociatedOrderItemPricing AssociatedQuantScaleMethod

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Body25",
  "properties": {
    "AccountId": {
      "type": "string"
    },
    "EffectiveDate": {
      "type": "string"
    },
    "Pricebook2Id": {
      "type": "string"
    },
    "BillToContactId": {
      "type": "string"
    },
    "Status": {
      "type": "string"
    },
    "AppUsageType": {
      "type": "string"
    },
    "RecordId": {
      "type": "string"
    },
    "OrderId": {
      "type": "string"
    },
    "Type": {
      "type": "string"
    },
    "OrderActionId": {
      "type": "string"
    },
    "PricebookEntryId": {
      "type": "string"
    },
    "ServiceDate": {
      "type": "string"
    },
    "Quantity": {
      "type": "integer"
    },
    "UnitPrice": {
      "type": "integer"
    },
    "NetUnitPrice": {
      "type": "integer"
    },
    "TotalLineAmount": {
      "type": "integer"
    },
    "PeriodBoundary": {
      "type": "string"
    },
    "BillingFrequency2": {
      "type": "string"
    },
    "ProductRelationshipTypeId": {
      "type": "string"
    },
    "MainOrderItemId": {
      "type": "string"
    },
    "AssociatedOrderItemId": {
      "type": "string"
    },
    "AssociatedOrderItemPricing": {
      "type": "string"
    },
    "AssociatedQuantScaleMethod": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}