Salesforce · Schema
Body24
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 | |
| Quantity | number | |
| UnitPrice | number | |
| NetUnitPrice | number | |
| TotalLineAmount | number | |
| TaxTreatmentId | 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"
},
"Quantity": {
"type": "number",
"example": 42.5
},
"UnitPrice": {
"type": "number",
"example": 42.5
},
"NetUnitPrice": {
"type": "number",
"example": 42.5
},
"TotalLineAmount": {
"type": "number",
"example": 42
},
"TaxTreatmentId": {
"type": "string",
"example": "500123"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Body24"
}