Type alias SalesforceRestApiSObjectAccount
SalesforceRestApiSObjectAccount: SalesforceRestApiSObject<{ AccountNumber: null | string; AccountSource: null | string; AnnualRevenue: null | number; BillingAddress: null | SalesforceRestApiFieldAddress; BillingCity: null | string; BillingCountry: null | string; BillingGeocodeAccuracy: null | string; BillingLatitude: null | string; BillingLongitude: null | string; BillingPostalCode: null | string; BillingState: null | string; BillingStreet: null | string; CleanStatus: null | string; Description: null | string; Fax: null | string; Industry: null | string; LastActivityDate: null | string; LastReferencedDate: null | string; LastViewedDate: null | string; MasterRecordId: null | string; Name: null | string; NumberOfEmployees: null | number; Ownership: null | string; ParentId: null | string; Phone: null | string; ShippingAddress: null | SalesforceRestApiFieldAddress; ShippingCity: null | string; ShippingCountry: null | string; ShippingGeocodeAccuracy: null | string; ShippingLatitude: null | string; ShippingLongitude: null | string; ShippingPostalCode: null | string; ShippingState: null | string; ShippingStreet: null | string; Sic: null | string; Site: null | string; TickerSymbol: null | string; Website: null | string; }> Type declaration
AccountNumber: null | string
AccountSource: null | string
AnnualRevenue: null | number
BillingCity: null | string
BillingCountry: null | string
BillingGeocodeAccuracy: null | string
BillingLatitude: null | string
BillingLongitude: null | string
BillingPostalCode: null | string
BillingState: null | string
BillingStreet: null | string
CleanStatus: null | string
Description: null | string
Fax: null | string
Industry: null | string
LastActivityDate: null | string
LastReferencedDate: null | string
LastViewedDate: null | string
MasterRecordId: null | string
Name: null | string
NumberOfEmployees: null | number
Ownership: null | string
ParentId: null | string
Phone: null | string
ShippingCity: null | string
ShippingCountry: null | string
ShippingGeocodeAccuracy: null | string
ShippingLatitude: null | string
ShippingLongitude: null | string
ShippingPostalCode: null | string
ShippingState: null | string
ShippingStreet: null | string
Sic: null | string
Site: null | string
TickerSymbol: null | string
Website: null | string
Salesforce REST API response type for
GETrequests to the sObject Rows endpoint, where the object is an "Account".