mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 08:04:28 +08:00
74 lines
6.2 KiB
JSON
74 lines
6.2 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"wsdl_segment"
|
|
],
|
|
"title": "SfdcPartnerSbscrOfferItem - Data API",
|
|
"description": "Represents a line item within a partner subscriber offer. Includes all necessary information about the line-item being sold, including quantity and cost. This object is available in API version 66.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description",
|
|
"relationship_name",
|
|
"relationship_type",
|
|
"refers_to"
|
|
],
|
|
"fields": {
|
|
"CustomerUnitPricePerMonth": {
|
|
"type": "currency",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The price of each line item unit per month."
|
|
},
|
|
"LastReferencedDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The timestamp when the current user last accessed this record indirectly, for example, through a list view or related record."
|
|
},
|
|
"LastViewedDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The timestamp when the current user last viewed this record or list view. If this value is null, the user might have only accessed this record or list view (LastReferencedDate), but not viewed it."
|
|
},
|
|
"LineItemPeriodTotal": {
|
|
"type": "currency",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The total cost of the line item. Is equal to Quantity* CustomerUnitPricePerMonth."
|
|
},
|
|
"LineItemTotal": {
|
|
"type": "currency",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The total cost of the line item. Is equal to Quantity* CustomerUnitPricePerMonth*ContractTerm on the SfdcPartnerOffer object."
|
|
},
|
|
"Name": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, idLookup, Sort",
|
|
"description": "Auto-generated offer item number."
|
|
},
|
|
"PartnerProvisionProductName": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The Partner Provision Product being sold as part of this offer line item. Used for provisioning the order or commodity code for tax calculations."
|
|
},
|
|
"PartnerSubscriberOfferId": {
|
|
"type": "reference",
|
|
"properties": "Filter, Group, Sort",
|
|
"description": "Parent offer to which this line item belongs. This field is a relationship field.",
|
|
"relationship_name": "PartnerSubscriberOffer",
|
|
"relationship_type": "Master-detail",
|
|
"refers_to": "SfdcPartnerSbscrOffer (the master object)"
|
|
},
|
|
"Quantity": {
|
|
"type": "int",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "Number of units being sold for this offer line item."
|
|
},
|
|
"ServiceStartDate": {
|
|
"type": "date",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The start date of the contract. Used to inform provisioning."
|
|
}
|
|
},
|
|
"wsdl_segment": "```xml\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<complexType name=\"SfdcPartnerSbscrOfferItem\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\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=\"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=\"CustomerUnitPricePerMonth\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:double\"/>\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=\"LastReferencedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"LastViewedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"LineItemPeriodTotal\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:double\"/>\n <element name=\"LineItemTotal\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:double\"/>\n <element name=\"Name\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"PartnerProvisionProductName\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"PartnerSubscriberOffer\" nillable=\"true\" minOccurs=\"0\" type=\"ens:SfdcPartnerSbscrOffer\"/>\n <element name=\"PartnerSubscriberOfferId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\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=\"Quantity\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"ServiceStartDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:date\"/>\n <element name=\"SystemModstamp\" 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```"
|
|
} |