Salesforce · Schema
Body25
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| AccountId | string | |
| EffectiveDate | string | |
| Pricebook2Id | string | |
| BillToContactId | string | |
| Status | string | |
| AppUsageType | string | |
| RecordId | string | |
| OrderId | string | |
| Type | string | |
| OrderActionId | string | |
| PricebookEntryId | string | |
| ServiceDate | string | |
| Quantity | integer | |
| UnitPrice | integer | |
| NetUnitPrice | integer | |
| TotalLineAmount | integer | |
| PeriodBoundary | string | |
| BillingFrequency2 | string | |
| ProductRelationshipTypeId | string | |
| MainOrderItemId | string | |
| AssociatedOrderItemId | string | |
| AssociatedOrderItemPricing | string | |
| AssociatedQuantScaleMethod | string |
JSON Schema
{
"type": "object",
"properties": {
"AccountId": {
"type": "string",
"example": "500123"
},
"EffectiveDate": {
"type": "string",
"example": "example_value"
},
"Pricebook2Id": {
"type": "string",
"example": "500123"
},
"BillToContactId": {
"type": "string",
"example": "500123"
},
"Status": {
"type": "string",
"example": "example_value"
},
"AppUsageType": {
"type": "string",
"example": "example_value"
},
"RecordId": {
"type": "string",
"example": "500123"
},
"OrderId": {
"type": "string",
"example": "500123"
},
"Type": {
"type": "string",
"example": "example_value"
},
"OrderActionId": {
"type": "string",
"example": "500123"
},
"PricebookEntryId": {
"type": "string",
"example": "500123"
},
"ServiceDate": {
"type": "string",
"example": "example_value"
},
"Quantity": {
"type": "integer",
"example": 10
},
"UnitPrice": {
"type": "integer",
"example": 10
},
"NetUnitPrice": {
"type": "integer",
"example": 10
},
"TotalLineAmount": {
"type": "integer",
"example": 42
},
"PeriodBoundary": {
"type": "string",
"example": "example_value"
},
"BillingFrequency2": {
"type": "string",
"example": "example_value"
},
"ProductRelationshipTypeId": {
"type": "string",
"example": "500123"
},
"MainOrderItemId": {
"type": "string",
"example": "500123"
},
"AssociatedOrderItemId": {
"type": "string",
"example": "500123"
},
"AssociatedOrderItemPricing": {
"type": "string",
"example": "example_value"
},
"AssociatedQuantScaleMethod": {
"type": "string",
"example": "example_value"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Body25"
}