mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
443 lines
19 KiB
JSON
443 lines
19 KiB
JSON
|
|
{
|
|||
|
|
"sections": [
|
|||
|
|
"title",
|
|||
|
|
"description",
|
|||
|
|
"fields",
|
|||
|
|
"special_access_rules",
|
|||
|
|
"wsdl_segment",
|
|||
|
|
"field_reference"
|
|||
|
|
],
|
|||
|
|
"title": "AssetActionSource - Data API",
|
|||
|
|
"description": "Represents an optional way to record what transactions caused changes to lifecycle-managed assets. Use it to trace financial and other information about asset actions. This object supports Salesforce order products and work order line items, and transaction IDs from other systems. The fields can’t be edited. This object is available in API version 50.0 and later.",
|
|||
|
|
"fields_columns": [
|
|||
|
|
"type",
|
|||
|
|
"properties",
|
|||
|
|
"description",
|
|||
|
|
"relationship_name",
|
|||
|
|
"relationship_type",
|
|||
|
|
"refers_to"
|
|||
|
|
],
|
|||
|
|
"fields": {
|
|||
|
|
"ActualTax": {
|
|||
|
|
"type": "currency",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "The region-specific tax amount determined at time of the order. This field is not used for price and tax calculations."
|
|||
|
|
},
|
|||
|
|
"AdjustmentAmount": {
|
|||
|
|
"type": "currency",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "An adjustment to the product amount, such as a discount."
|
|||
|
|
},
|
|||
|
|
"AssetActionId": {
|
|||
|
|
"type": "reference",
|
|||
|
|
"properties": "Filter, Group, Sort",
|
|||
|
|
"description": "The related asset action, that is, the change caused by an asset action source transaction. This field is a relationship field.",
|
|||
|
|
"relationship_name": "AssetAction",
|
|||
|
|
"relationship_type": "Lookup",
|
|||
|
|
"refers_to": "AssetAction"
|
|||
|
|
},
|
|||
|
|
"AssetActionSourceNumber": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
|
|||
|
|
"description": "The ID of the asset action source. Label is Name."
|
|||
|
|
},
|
|||
|
|
"BillingReference": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "The ID of the OrderItem or OrderItemDetail record that this AssetActionSource record is created for."
|
|||
|
|
},
|
|||
|
|
"Discount": {
|
|||
|
|
"type": "percent",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "The discount, expressed as a percentage, that's applied to the asset. This field is available in API version 62.0 and later."
|
|||
|
|
},
|
|||
|
|
"DiscountAmount": {
|
|||
|
|
"type": "currency",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "The discount, expressed as currency, that's applied to the asset. This field is available in API version 62.0 and later."
|
|||
|
|
},
|
|||
|
|
"EffectiveGrantDate": {
|
|||
|
|
"type": "dateTime",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "The date when the resources associated with the asset were granted. This field is available in orgs that have Revenue Cloud when Rate Management is enabled. This field is available in API version 62.0 and later."
|
|||
|
|
},
|
|||
|
|
"EndDate": {
|
|||
|
|
"type": "dateTime",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "The end date of the service or change."
|
|||
|
|
},
|
|||
|
|
"EstimatedTax": {
|
|||
|
|
"type": "currency",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "The estimate of the region-specific tax amount made at time of the transaction."
|
|||
|
|
},
|
|||
|
|
"ExternalReference": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "The ID of an asset action source transaction originating in a system outside of Salesforce."
|
|||
|
|
},
|
|||
|
|
"ExternalReferenceDataSource": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "A system outside of Salesforce that contains asset action source transactions."
|
|||
|
|
},
|
|||
|
|
"LegalEntityId": {
|
|||
|
|
"type": "reference",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "The ID of the legal entity record associated with the asset action source transaction. This field is a relationship field. This field is available in API version 62.0 and later.",
|
|||
|
|
"relationship_name": "LegalEntity",
|
|||
|
|
"relationship_type": "Lookup",
|
|||
|
|
"refers_to": "LegalEntity"
|
|||
|
|
},
|
|||
|
|
"ListPrice": {
|
|||
|
|
"type": "currency",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "List price for the order product. Value is inherited from the associated PriceBookEntry upon order product creation."
|
|||
|
|
},
|
|||
|
|
"NetUnitPrice": {
|
|||
|
|
"type": "currency",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "The final adjusted unit price, inclusive of all adjustments, but exclusive of tax. The unit price after all price adjustments are applied."
|
|||
|
|
},
|
|||
|
|
"ObligatedAmount": {
|
|||
|
|
"type": "currency",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "When a line amount is prorated, this amount shows the service amount that’s been consumed."
|
|||
|
|
},
|
|||
|
|
"OriginalLineNumber": {
|
|||
|
|
"type": "int",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "The number of the original order item detail line. Salesforce uses this information to create a record to amend, renew, or cancel an order. This field is available in API version 64.0 and later.",
|
|||
|
|
"relationship_name": "OrderItemDetail",
|
|||
|
|
"relationship_type": "Lookup",
|
|||
|
|
"refers_to": "LineNumber"
|
|||
|
|
},
|
|||
|
|
"PeriodBoundary": {
|
|||
|
|
"type": "picklist",
|
|||
|
|
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
|
|||
|
|
"description": "Boundary delimiters for periods. It determines when a period starts and/or ends. Valid values are: AlignToCalendar Anniversary DayOfPeriod LastDayOfPeriod"
|
|||
|
|
},
|
|||
|
|
"PeriodBoundaryDay": {
|
|||
|
|
"type": "int",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "The number specifying the day number when Period Boundary is a specific day in a week/month/year. It only applies when PeriodBoundary is set to \"day of period.”"
|
|||
|
|
},
|
|||
|
|
"PeriodBoundaryStartMonth": {
|
|||
|
|
"type": "picklist",
|
|||
|
|
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
|
|||
|
|
"description": "Field is populated based on input in the StartDate, PeriodBoundary, and PeriodBoundaryDay when BillingFrequency2 is Annual or by manual user entry. Possible values are: 1-January 2-February 3-March 4-April 5-May 6-June 7-July 8-August 9-September 10-October 11-November 12-December"
|
|||
|
|
},
|
|||
|
|
"PricebookEntryId": {
|
|||
|
|
"type": "reference",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "PricebookEntry is used as a lookup for price information in order to pre-populate OrderItem's ListPrice and UnitPrice."
|
|||
|
|
},
|
|||
|
|
"PricingTermCount": {
|
|||
|
|
"type": "double",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "Number of pricing terms is this subscription product."
|
|||
|
|
},
|
|||
|
|
"ProductAmount": {
|
|||
|
|
"type": "currency",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "The product amount after the asset action source transaction."
|
|||
|
|
},
|
|||
|
|
"ProductSellingModelId": {
|
|||
|
|
"type": "reference",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "Specifies the product selling model type. Foreignkey to ProductSellingModel entity."
|
|||
|
|
},
|
|||
|
|
"ProrationPolicyId": {
|
|||
|
|
"type": "reference",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "The ID of the ProrationPolicy used for pricing."
|
|||
|
|
},
|
|||
|
|
"Quantity": {
|
|||
|
|
"type": "double",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "The product quantity or the change in product quantity after the asset action source transaction."
|
|||
|
|
},
|
|||
|
|
"ReferenceEntityItemId": {
|
|||
|
|
"type": "reference",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "The ID of an asset action source transaction originating in Salesforce. The transaction can be an order product or a work order line item. This field is a polymorphic relationship field.",
|
|||
|
|
"relationship_name": "ReferenceEntityItem",
|
|||
|
|
"relationship_type": "Lookup",
|
|||
|
|
"refers_to": "OrderItem, WorkOrderLineItem"
|
|||
|
|
},
|
|||
|
|
"SegmentIdentifier": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "The ID of the ramp segment associated with the asset action source transaction. The maximum supported length is 255 characters from API version 67.0 and later. This field is available in API version 62.0 and later."
|
|||
|
|
},
|
|||
|
|
"StartDate": {
|
|||
|
|
"type": "dateTime",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "The start date of the service or change."
|
|||
|
|
},
|
|||
|
|
"Subtotal": {
|
|||
|
|
"type": "currency",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "The sum of the product amount and the adjustment amount. This field is a calculated field."
|
|||
|
|
},
|
|||
|
|
"TaxTreatmentId": {
|
|||
|
|
"type": "reference",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "Lookup to Tax Treatment entity. It's used to calculate tax."
|
|||
|
|
},
|
|||
|
|
"TotalLineAmount": {
|
|||
|
|
"type": "currency",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "The price of the line before any price adjustments were applied. SalesTransactionItem: ProratedStartingTotal / StartingPriceTotal. Note: TotalPrice is computed using the UnitPrice, which includes discounts (price adjustments), while TotalLineAmount doesn’t include price adjustments."
|
|||
|
|
},
|
|||
|
|
"TotalPrice": {
|
|||
|
|
"type": "currency",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "Calculated by the pricing engine for ARC. Summation of TotalAdjustmentAmount plus TotalLineAmount for this item."
|
|||
|
|
},
|
|||
|
|
"TransactionDate": {
|
|||
|
|
"type": "dateTime",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "The date of a source transaction, such as an order date."
|
|||
|
|
},
|
|||
|
|
"UnitPrice": {
|
|||
|
|
"type": "currency",
|
|||
|
|
"properties": "Filter, Nillable, Sort",
|
|||
|
|
"description": "The unit price of the item before any discounts or tax calculation."
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"special_access_rules": "To use Customer Asset Lifecycle Management APIs, you must have the Access Customer Asset Lifecycle Management APIs permission and Read access to the Asset, Asset Action, Asset Action Source, and Asset State Period objects.\n\nTo use Customer Asset Lifecycle Management APIs,\n you must have the Access Customer Asset Lifecycle Management APIs permission and Read\n access to the Asset, Asset Action, Asset Action Source, and Asset State Period\n objects.",
|
|||
|
|
"wsdl_segment": "```xml\n<complexType name=\"AssetActionSource\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"ActualTax\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:double\"/>\n <element name=\"AdjustmentAmount\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:double\"/>\n <element name=\"ApprovalSubmissions\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ApprovalWorkItems\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"AssetAction\" nillable=\"true\" minOccurs=\"0\" type=\"ens:AssetAction\"/>\n <element name=\"AssetActionId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"AssetActionSourceNumber\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"CreatedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"CreatedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"CreatedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"EndDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"EstimatedTax\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:double\"/>\n <element name=\"ExternalReference\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"ExternalReferenceDataSource\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"FlowOrchestrationWorkItems\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"IsDeleted\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <element name=\"LastModifiedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"LastModifiedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"LastModifiedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"ProcessInstances\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ProcessSteps\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ProductAmount\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:double\"/>\n <element name=\"Quantity\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:double\"/>\n <element name=\"ReferenceEntityItem\" nillable=\"true\" minOccurs=\"0\" type=\"ens:sObject\"/>\n <element name=\"ReferenceEntityItemId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"StartDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"Subtotal\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:double\"/>\n <element name=\"SystemModstamp\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"TransactionDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"UserRecordAccess\" nillable=\"true\" minOccurs=\"0\" type=\"ens:UserRecordAccess\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\n<simpleType name=\"ID\">\n <restriction base=\"xsd:string\">\n <length value=\"18\"/>\n <pattern value=\"[a-zA-Z0-9]{18}\"/>\n </restriction>\n</simpleType>\n<simpleType name=\"QueryLocator\">\n <restriction base=\"xsd:string\"/>\n</simpleType>\n<complexType name=\"QueryResult\">\n <sequence>\n <element name=\"done\" type=\"xsd:boolean\"/>\n <element name=\"queryLocator\" type=\"tns:QueryLocator\" nillable=\"true\"/>\n <element name=\"records\" type=\"ens:sObject\" nillable=\"true\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\n <element name=\"size\" type=\"xsd:int\"/>\n </sequence>\n</complexType>\n```",
|
|||
|
|
"field_reference": {
|
|||
|
|
"ActualTax": {
|
|||
|
|
"field_label": "Actual Tax",
|
|||
|
|
"type": "currency",
|
|||
|
|
"precision": "18",
|
|||
|
|
"scale": "2"
|
|||
|
|
},
|
|||
|
|
"AdjustmentAmount": {
|
|||
|
|
"field_label": "Adjustment Amount",
|
|||
|
|
"type": "currency",
|
|||
|
|
"precision": "18",
|
|||
|
|
"scale": "2"
|
|||
|
|
},
|
|||
|
|
"AssetActionId": {
|
|||
|
|
"field_label": "Asset Action ID",
|
|||
|
|
"type": "reference",
|
|||
|
|
"length": "18"
|
|||
|
|
},
|
|||
|
|
"AssetActionSourceNumber": {
|
|||
|
|
"field_label": "Name",
|
|||
|
|
"type": "string",
|
|||
|
|
"length": "255"
|
|||
|
|
},
|
|||
|
|
"BillingReference": {
|
|||
|
|
"field_label": "Billing Reference",
|
|||
|
|
"type": "string",
|
|||
|
|
"length": "80"
|
|||
|
|
},
|
|||
|
|
"CreatedById": {
|
|||
|
|
"field_label": "Created By ID",
|
|||
|
|
"type": "reference",
|
|||
|
|
"length": "18"
|
|||
|
|
},
|
|||
|
|
"CreatedDate": {
|
|||
|
|
"field_label": "Created Date",
|
|||
|
|
"type": "datetime"
|
|||
|
|
},
|
|||
|
|
"CurrencyIsoCode": {
|
|||
|
|
"field_label": "Currency ISO Code",
|
|||
|
|
"type": "picklist",
|
|||
|
|
"length": "3"
|
|||
|
|
},
|
|||
|
|
"Discount": {
|
|||
|
|
"field_label": "Discount",
|
|||
|
|
"type": "percent",
|
|||
|
|
"precision": "5",
|
|||
|
|
"scale": "2"
|
|||
|
|
},
|
|||
|
|
"DiscountAmount": {
|
|||
|
|
"field_label": "Discount Amount",
|
|||
|
|
"type": "currency",
|
|||
|
|
"precision": "18",
|
|||
|
|
"scale": "2"
|
|||
|
|
},
|
|||
|
|
"EffectiveGrantDate": {
|
|||
|
|
"field_label": "Effective Grant Date",
|
|||
|
|
"type": "datetime"
|
|||
|
|
},
|
|||
|
|
"EndDate": {
|
|||
|
|
"field_label": "End Date",
|
|||
|
|
"type": "datetime"
|
|||
|
|
},
|
|||
|
|
"EstimatedTax": {
|
|||
|
|
"field_label": "Estimated Tax",
|
|||
|
|
"type": "currency",
|
|||
|
|
"precision": "18",
|
|||
|
|
"scale": "2"
|
|||
|
|
},
|
|||
|
|
"ExternalReference": {
|
|||
|
|
"field_label": "External Reference",
|
|||
|
|
"type": "string",
|
|||
|
|
"length": "255"
|
|||
|
|
},
|
|||
|
|
"ExternalReferenceDataSource": {
|
|||
|
|
"field_label": "External Reference Data Source",
|
|||
|
|
"type": "string",
|
|||
|
|
"length": "255"
|
|||
|
|
},
|
|||
|
|
"Id": {
|
|||
|
|
"field_label": "Asset Action Source ID",
|
|||
|
|
"type": "id",
|
|||
|
|
"length": "18"
|
|||
|
|
},
|
|||
|
|
"IsDeleted": {
|
|||
|
|
"field_label": "Deleted",
|
|||
|
|
"type": "boolean"
|
|||
|
|
},
|
|||
|
|
"LastModifiedById": {
|
|||
|
|
"field_label": "Last Modified By ID",
|
|||
|
|
"type": "reference",
|
|||
|
|
"length": "18"
|
|||
|
|
},
|
|||
|
|
"LastModifiedDate": {
|
|||
|
|
"field_label": "Last Modified Date",
|
|||
|
|
"type": "datetime"
|
|||
|
|
},
|
|||
|
|
"LegalEntityId": {
|
|||
|
|
"field_label": "Legal Entity ID",
|
|||
|
|
"type": "reference",
|
|||
|
|
"length": "18"
|
|||
|
|
},
|
|||
|
|
"ListPrice": {
|
|||
|
|
"field_label": "List Price",
|
|||
|
|
"type": "currency",
|
|||
|
|
"precision": "18",
|
|||
|
|
"scale": "2"
|
|||
|
|
},
|
|||
|
|
"NetUnitPrice": {
|
|||
|
|
"field_label": "Net Unit Price",
|
|||
|
|
"type": "currency",
|
|||
|
|
"precision": "18",
|
|||
|
|
"scale": "2"
|
|||
|
|
},
|
|||
|
|
"ObligatedAmount": {
|
|||
|
|
"field_label": "Obligated Amount",
|
|||
|
|
"type": "currency",
|
|||
|
|
"precision": "18",
|
|||
|
|
"scale": "2"
|
|||
|
|
},
|
|||
|
|
"OriginalLineNumber": {
|
|||
|
|
"field_label": "Original Line Number",
|
|||
|
|
"type": "int",
|
|||
|
|
"digits": "9"
|
|||
|
|
},
|
|||
|
|
"PeriodBoundary": {
|
|||
|
|
"field_label": "Period Boundary",
|
|||
|
|
"type": "picklist",
|
|||
|
|
"length": "255"
|
|||
|
|
},
|
|||
|
|
"PeriodBoundaryDay": {
|
|||
|
|
"field_label": "Period Boundary Day",
|
|||
|
|
"type": "int",
|
|||
|
|
"digits": "9"
|
|||
|
|
},
|
|||
|
|
"PeriodBoundaryStartMonth": {
|
|||
|
|
"field_label": "Period Boundary Start Month",
|
|||
|
|
"type": "picklist",
|
|||
|
|
"length": "255"
|
|||
|
|
},
|
|||
|
|
"PricebookEntryId": {
|
|||
|
|
"field_label": "Price Book Entry ID",
|
|||
|
|
"type": "reference",
|
|||
|
|
"length": "18"
|
|||
|
|
},
|
|||
|
|
"PricingTermCount": {
|
|||
|
|
"field_label": "Pricing Term Count",
|
|||
|
|
"type": "double",
|
|||
|
|
"precision": "14",
|
|||
|
|
"scale": "2"
|
|||
|
|
},
|
|||
|
|
"ProductAmount": {
|
|||
|
|
"field_label": "Product Amount",
|
|||
|
|
"type": "currency",
|
|||
|
|
"precision": "18",
|
|||
|
|
"scale": "2"
|
|||
|
|
},
|
|||
|
|
"ProductSellingModelId": {
|
|||
|
|
"field_label": "Product Selling Model ID",
|
|||
|
|
"type": "reference",
|
|||
|
|
"length": "18"
|
|||
|
|
},
|
|||
|
|
"ProrationPolicyId": {
|
|||
|
|
"field_label": "Proration Policy ID",
|
|||
|
|
"type": "reference",
|
|||
|
|
"length": "18"
|
|||
|
|
},
|
|||
|
|
"Quantity": {
|
|||
|
|
"field_label": "Quantity",
|
|||
|
|
"type": "double",
|
|||
|
|
"precision": "14",
|
|||
|
|
"scale": "2"
|
|||
|
|
},
|
|||
|
|
"ReferenceEntityItemId": {
|
|||
|
|
"field_label": "Reference Entity Item ID",
|
|||
|
|
"type": "reference",
|
|||
|
|
"length": "18"
|
|||
|
|
},
|
|||
|
|
"SegmentIdentifier": {
|
|||
|
|
"field_label": "Segment Identifier",
|
|||
|
|
"type": "string",
|
|||
|
|
"length": "255"
|
|||
|
|
},
|
|||
|
|
"StartDate": {
|
|||
|
|
"field_label": "Start Date",
|
|||
|
|
"type": "datetime"
|
|||
|
|
},
|
|||
|
|
"Subtotal": {
|
|||
|
|
"field_label": "Subtotal",
|
|||
|
|
"type": "currency",
|
|||
|
|
"precision": "18",
|
|||
|
|
"scale": "2"
|
|||
|
|
},
|
|||
|
|
"SystemModstamp": {
|
|||
|
|
"field_label": "System Modstamp",
|
|||
|
|
"type": "datetime"
|
|||
|
|
},
|
|||
|
|
"TaxTreatmentId": {
|
|||
|
|
"field_label": "Tax Treatment ID",
|
|||
|
|
"type": "reference",
|
|||
|
|
"length": "18"
|
|||
|
|
},
|
|||
|
|
"TotalLineAmount": {
|
|||
|
|
"field_label": "Total Line Amount",
|
|||
|
|
"type": "currency",
|
|||
|
|
"precision": "18",
|
|||
|
|
"scale": "2"
|
|||
|
|
},
|
|||
|
|
"TotalPrice": {
|
|||
|
|
"field_label": "Total Price",
|
|||
|
|
"type": "currency",
|
|||
|
|
"precision": "18",
|
|||
|
|
"scale": "2"
|
|||
|
|
},
|
|||
|
|
"TransactionDate": {
|
|||
|
|
"field_label": "Transaction Date",
|
|||
|
|
"type": "datetime"
|
|||
|
|
},
|
|||
|
|
"UnitPrice": {
|
|||
|
|
"field_label": "Unit Price",
|
|||
|
|
"type": "currency",
|
|||
|
|
"precision": "18",
|
|||
|
|
"scale": "2"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"field_reference_columns": [
|
|||
|
|
"field_label",
|
|||
|
|
"type",
|
|||
|
|
"precision",
|
|||
|
|
"scale",
|
|||
|
|
"length",
|
|||
|
|
"digits"
|
|||
|
|
]
|
|||
|
|
}
|