Request Body
JobDatarequiredobject
The parsed
JobData
from the Sovren Job Order Parser. See Parse a Job OrderProviderrequiredstring
The Provider you wish to use to geocode the postal address (current options are "Google" or "Bing"). If not specified, we will default to Google.
If passing a ProviderKey, this field is required.
If passing a ProviderKey, this field is required.
ProviderKeyrequiredstring
The Provider Key for the specified Provider. If using Bing you must specify your own provider key.
PostalAddressoptionalobject
The postal address you wish to geocode. For best results, specify as many of the PostalAddress fields as possible. If provided, this address will be used to get the geocode coordinates instead of the address included in the ParsedDocument (if present), however, the address in the ParsedDocument will not be modified.
PostalAddress.CountryCodeoptionalstring
The ISO 3166-1 alpha-2 code indicating the country for the postal address.
PostalAddress.PostalCodeoptionalstring
The postal code (or zip code) for the postal address.
PostalAddress.Regionoptionalstring
The region (i.e. State for U.S. addresses) for the postal address.
PostalAddress.Municipalityoptionalstring
The municipality (i.e. City for U.S. addresses) for the postal address
PostalAddress.AddressLineoptionalstring
The address line (i.e. Street address for U.S. address) for the postal address