Skip to content

Instantly share code, notes, and snippets.

@atwellpub
Created September 19, 2014 22:05
Show Gist options
  • Save atwellpub/6bbd5eef28c387316310 to your computer and use it in GitHub Desktop.
Save atwellpub/6bbd5eef28c387316310 to your computer and use it in GitHub Desktop.
Example JSON response when endpoint is /field-map/
{
"wpleads_first_name": "First Name",
"wpleads_last_name": "Last Name",
"wpleads_email_address": "Email",
"wpleads_website": "Website",
"wpleads_job_title": "Job Title",
"wpleads_company_name": "Company Name",
"wpleads_mobile_phone": "Mobile Phone",
"wpleads_work_phone": "Work Phone",
"wpleads_address_line_1": "Address",
"wpleads_address_line_2": "Address Continued",
"wpleads_city": "City",
"wpleads_region_name": "State\/Region",
"wpleads_zip": "Zip-code",
"wpleads_country_code": "Country",
"wpleads_billing_first_name": "Billing First Name",
"wpleads_billing_last_name": "Billing Last Name",
"wpleads_billing_company_name": "Billing Company",
"wpleads_billing_address_line_1": "Billing Address",
"wpleads_billing_address_line_2": "Billing Address Continued",
"wpleads_billing_city": "Billing City",
"wpleads_billing_region_name": "Billing State\/Region",
"wpleads_billing_zip": "Billing Zip-code",
"wpleads_billing_country_code": "Billing Country",
"wpleads_shipping_first_name": "Shipping First Name",
"wpleads_shipping_last_name": "Shipping Last Name",
"wpleads_shipping_company_name": "Shipping Company Name",
"wpleads_shipping_address_line_1": "Shipping Address",
"wpleads_shipping_address_line_2": "Shipping Address Continued",
"wpleads_shipping_city": "Shipping City",
"wpleads_shipping_region_name": "Shipping State\/Region",
"wpleads_shipping_zip": "Shipping Zip-code",
"wpleads_shipping_country_code": "Shipping Country",
"wpleads_websites": "Related Websites",
"wpleads_notes": "Notes",
"wpleads_social_youtube": "Youtube Account",
"wpleads_social_facebook": "Facebook Account"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment