afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/SalesforceQuote.json

46 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"usage",
"associated_objects"
],
"title": "SalesforceQuote - Data API",
"description": "Read-only virtual object used in the Your Account App. Represents information about your organizations quotes with Salesforce.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"ExternalId": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "External reference ID set by Salesforce."
},
"QuoteNumber": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "A system-generated number that identifies the quote."
},
"SalesforceContractId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the contract thats associated with the quote. This field is a relationship field.",
"relationship_name": "SalesforceContract",
"relationship_type": "Lookup",
"refers_to": "SalesforceContract"
},
"SalesforceQuoteStatus": {
"type": "picklist",
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
"description": "The status of the quote. Possible values are: Complete Expired NeedsApproval— NeedsSignature— Processing"
}
},
"usage": "Used by Your Account to manage quotes related to your organizations Salesforce contract. Read-only.",
"associated_objects": "This object has the following associated objects. If the API version isnt specified, theyre available in the same API versions as this object. Otherwise, theyre available in the specified API version and later."
}