Salesforce · Example Payload

Salesforce Shipping Address12 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Shipping Address12 Example is an example object payload from Salesforce, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

citycountrygeocodeAccuracylatitudelongitudepostalCodestatestreet

Example Payload

Raw ↑
{
  "city": "example_value",
  "country": 42,
  "geocodeAccuracy": "example_value",
  "latitude": "example_value",
  "longitude": "example_value",
  "postalCode": "example_value",
  "state": "example_value",
  "street": "example_value"
}