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

267 lines
7.3 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"associated_objects",
"field_reference"
],
"title": "AccountBrand - Data API",
"description": "Represents the brand details of a Partner Account. This object is available in API version 43.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"AccountId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "ID of the Account. This number is unique within your organization."
},
"Address": {
"type": "address",
"properties": "Filter, Nillable",
"description": "The street address."
},
"City": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The city."
},
"CompanyName": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The name of the company associated with the account brand."
},
"Country": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The country where the account is physically located."
},
"Email": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Email address associated with the account."
},
"GeocodeAccuracy": {
"type": "picklist",
"properties": "Create, Filter, Group, Nillable, Restricted picklist Sort, Update",
"description": "Stores data for accurate geocoded location."
},
"LastReferencedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "Most recent date referenced."
},
"LastViewedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "Most recent date viewed."
},
"Latitude": {
"type": "double",
"properties": "Create, Filter, Nillable, Sort, Update",
"description": "Used along with Longitude to specify the precise geolocation of an address."
},
"LogoId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "ID of the logo."
},
"LogoUrl": {
"type": "url",
"properties": "Nillable,",
"description": "URL of the logo. This field is available in API version 44.0 and later."
},
"Longitude": {
"type": "double",
"properties": "Create, Filter, Nillable, Sort, Update",
"description": "Used with Latitude to specify the precise geolocation of an address."
},
"Name": {
"type": "string",
"properties": "Create, Filter, Nillable, Sort, Update",
"description": "Name of the account.",
"required": true
},
"OwnerId": {
"type": "reference",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "ID of the Owner.",
"required": true
},
"Phone": {
"type": "phone",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Phone number."
},
"PostalCode": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The postal code where the users IP address is physically located."
},
"State": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The address state."
},
"Street": {
"type": "textarea",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The address street."
},
"Website": {
"type": "url",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Website for the Account Brand."
}
},
"special_access_rules": "This object is available only if digital experiences is enabled in your org and it has a Partner Community or Customer Community Plus license.",
"associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **AccountBrandOwnerSharingRule**: Sharing rules are available for the object.\n- **AccountBrandShare**: Sharing is available for the object.",
"field_reference": {
"AccountId": {
"field_label": "Account ID",
"type": "reference",
"length": "18"
},
"Address": {
"field_label": "Address",
"type": "address"
},
"City": {
"field_label": "City",
"type": "string",
"length": "40"
},
"CompanyName": {
"field_label": "Company Name",
"type": "string",
"length": "255"
},
"Country": {
"field_label": "Country",
"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"
},
"Email": {
"field_label": "Email",
"type": "email",
"length": "80"
},
"GeocodeAccuracy": {
"field_label": "Geocode Accuracy",
"type": "picklist",
"length": "40"
},
"Id": {
"field_label": "Account Brand 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"
},
"LastReferencedDate": {
"field_label": "Last Referenced Date",
"type": "datetime"
},
"LastViewedDate": {
"field_label": "Last Viewed Date",
"type": "datetime"
},
"Latitude": {
"field_label": "Latitude",
"type": "double",
"precision": "18",
"scale": "15"
},
"LogoId": {
"field_label": "Asset File ID",
"type": "reference",
"length": "18"
},
"LogoUrl": {
"field_label": "Logo URL",
"type": "url",
"length": "1000"
},
"Longitude": {
"field_label": "Longitude",
"type": "double",
"precision": "18",
"scale": "15"
},
"Name": {
"field_label": "Name",
"type": "string",
"length": "255"
},
"OwnerId": {
"field_label": "Owner ID",
"type": "reference",
"length": "18"
},
"Phone": {
"field_label": "Phone",
"type": "phone",
"length": "40"
},
"PostalCode": {
"field_label": "Zip/Postal Code",
"type": "string",
"length": "20"
},
"State": {
"field_label": "State/Province",
"type": "string",
"length": "80"
},
"Street": {
"field_label": "Street",
"type": "textarea",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"Website": {
"field_label": "Website",
"type": "url",
"length": "255"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"precision",
"scale"
]
}