Salesforce · JSON Structure

Salesforce Body24 Structure

Type: object Properties: 16
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Body24 is a JSON Structure definition published by Salesforce, describing 16 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 Quantity UnitPrice NetUnitPrice TotalLineAmount TaxTreatmentId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Body24",
  "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"
    },
    "Quantity": {
      "type": "number"
    },
    "UnitPrice": {
      "type": "number"
    },
    "NetUnitPrice": {
      "type": "number"
    },
    "TotalLineAmount": {
      "type": "number"
    },
    "TaxTreatmentId": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}