Request Body
ParsedDocumentrequiredstring
The existing parsed JSON text of either a Resume or a Job Order.
Providerrequiredstring
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.
PostalAddressrequiredobject
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.CountryCoderequiredstring
The ISO 3166-1 alpha-2 code indicating the country for the postal address.
PostalAddress.PostalCoderequiredstring
The postal code (or zip code) for the postal address.
PostalAddress.Regionrequiredstring
The region (i.e. State for U.S. addresses) for the postal address.
PostalAddress.Municipalityrequiredstring
The municipality (i.e. City for U.S. addresses) for the postal address
PostalAddress.AddressLinerequiredstring
The address line (i.e. Street address for U.S. address) for the postal address
GeoCoordinatesrequiredobject
The geographic coordinates (latitude/longitude) for your postal address. Use this if you already have latitude/longitude coordinatesand simply wish to add them to your parsed document. If provided, these values will be inserted into your ParsedDocument and the address included in the ParsedDocument (if present), will not be modified.
GeoCoordinates.Latituderequiredfloat
The latitude coordinate value.
GeoCoordinates.Longituderequiredfloat
The longitude coordinate value.