You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . FedEx . Validation . AddressValidation
Validates a given address.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo validates a given address. The Fedex developer documentation can be found here.
Note: the Address Validation Service is a FedEx "advanced services" web service. To use this method, you will need to contact FedEx tech support and request that this service be enabled for your account. You can reach FedEx tech support at 1-877-339-2774.
Here is an example of acceptable inputs:
AccountNumber: {YOUR ACCOUNT NUMBER}
AuthenticationKey: {YOUR AUTHENTICATION KEY}
MeterNumber: {YOUR METER NUMBER}
Password: {YOUR DEVELOPER PASSWORD}
Street: 104 Franklin St, 4th Floor
City: New York
State: NY
CountryCode: US (see country code list)
Endpoint: production
The following is a sample of the XML information returned by this Choreo:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/> <soapenv:Body> <v3:AddressValidationReply xmlns:v3="http://fedex.com/ws/addressvalidation/v3"> <v3:HighestSeverity>SUCCESS</v3:HighestSeverity> <v3:Notifications> <v3:Severity>SUCCESS</v3:Severity> <v3:Source>wsi</v3:Source> <v3:Code/> <v3:Message/> </v3:Notifications> <v3:TransactionDetail> <v3:CustomerTransactionId>AddressValidationRequest_v3</v3:CustomerTransactionId> <v3:Localization> <v3:LanguageCode>EN</v3:LanguageCode> <v3:LocaleCode>us</v3:LocaleCode> </v3:Localization> </v3:TransactionDetail> <v3:Version> <v3:ServiceId>aval</v3:ServiceId> <v3:Major>3</v3:Major> <v3:Intermediate>0</v3:Intermediate> <v3:Minor>0</v3:Minor> </v3:Version> <v3:ReplyTimestamp>2014-08-29T15:07:59.710-05:00</v3:ReplyTimestamp> <v3:AddressResults> <v3:ClientReferenceId/> <v3:State>STANDARDIZED</v3:State> <v3:Classification>BUSINESS</v3:Classification> <v3:EffectiveAddress> <v3:StreetLines>104 FRANKLIN ST</v3:StreetLines> <v3:StreetLines>APT 4</v3:StreetLines> <v3:City>NEW YORK</v3:City> <v3:StateOrProvinceCode>NY</v3:StateOrProvinceCode> <v3:PostalCode>10013-3468</v3:PostalCode> <v3:CountryCode>US</v3:CountryCode> </v3:EffectiveAddress> <v3:ParsedAddressPartsDetail> <v3:ParsedStreetLine> <v3:HouseNumber>104</v3:HouseNumber> <v3:StreetName>FRANKLIN</v3:StreetName> <v3:StreetSuffix>ST</v3:StreetSuffix> <v3:UnitLabel>APT</v3:UnitLabel> <v3:UnitNumber>4</v3:UnitNumber> </v3:ParsedStreetLine> <v3:ParsedPostalCode> <v3:Base>10013</v3:Base> <v3:AddOn>3468</v3:AddOn> <v3:DeliveryPoint>04</v3:DeliveryPoint> </v3:ParsedPostalCode> </v3:ParsedAddressPartsDetail> <v3:Attributes> <v3:Name>CountrySupported</v3:Name> <v3:Value>true</v3:Value> </v3:Attributes> <v3:Attributes> <v3:Name>Resolved</v3:Name> <v3:Value>true</v3:Value> </v3:Attributes> <v3:Attributes> <v3:Name>SuiteRequiredButMissing</v3:Name> <v3:Value>false</v3:Value> </v3:Attributes> <v3:Attributes> <v3:Name>InvalidSuiteNumber</v3:Name> <v3:Value>false</v3:Value> </v3:Attributes> <v3:Attributes> <v3:Name>MultipleMatches</v3:Name> <v3:Value>false</v3:Value> </v3:Attributes> <v3:Attributes> <v3:Name>DPV</v3:Name> <v3:Value>true</v3:Value> </v3:Attributes> <v3:Attributes> <v3:Name>ValidMultiUnit</v3:Name> <v3:Value>true</v3:Value> </v3:Attributes> <v3:Attributes> <v3:Name>POBox</v3:Name> <v3:Value>false</v3:Value> </v3:Attributes> <v3:Attributes> <v3:Name>MultiUnitBase</v3:Name> <v3:Value>false</v3:Value> </v3:Attributes> <v3:Attributes> <v3:Name>StreetAddress</v3:Name> <v3:Value>true</v3:Value> </v3:Attributes> <v3:Attributes> <v3:Name>RRConversion</v3:Name> <v3:Value>false</v3:Value> </v3:Attributes> </v3:AddressResults> </v3:AddressValidationReply> </soapenv:Body> </soapenv:Envelope>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms