Last active
August 29, 2015 14:19
-
-
Save CammoKing/5b8ca8746ea8b03295cc to your computer and use it in GitHub Desktop.
resolveTarget() response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"alert_id": "Advocacy-My-Test-Ac-552d6b6a928fe", | |
"account_id": "2", | |
"test_mode": false, | |
"contact": { | |
"first_name": "John", | |
"last_name": "Doe", | |
"address": "104 Briarburn Lane", | |
"address_line_2": "", | |
"city": "Holly Springs", | |
"state": "NC", | |
"phone": "9197715786", | |
"zip": "27540-7733", | |
"email": "[email protected]", | |
"county": "Wake", | |
"fips": "37183", | |
"latitude": "35.55934", | |
"longitude": "-78.89076" | |
}, | |
"messages": { | |
"Advocacy-My-Test-Ac-552d6c6b85073": { | |
"message": { | |
"id": "Advocacy-My-Test-Ac-552d6c6b85073", | |
"subject": "Subject text", | |
"body": "Dear %first-name% This is the message body. Sincerely, %first-name% %last-name%", | |
"precedence": "0" | |
}, | |
"deliverable": [{ | |
"id": "5773", | |
"account_id": null, | |
"class_name": "Legislator", | |
"salutation": "Sen.", | |
"first_name": "Tamara", | |
"last_name": "Barringer", | |
"organization": "North Carolina State Senate", | |
"title": null, | |
"gender": "F", | |
"website": null, | |
"email": "[email protected]", | |
"facebook": "http:\/\/www.facebook.com\/tamarabarringernc", | |
"twitter": "http:\/\/twitter.com\/tamarabarringer", | |
"edited_on": null, | |
"form_id": "0", | |
"person_id": "397507", | |
"state_id": "34", | |
"state": "NC", | |
"party": "R", | |
"district_code": "NC017", | |
"district_name": "North Carolina Senate District 17", | |
"fec_id": "", | |
"role": "SS", | |
"primary_delivery_method": "Webform", | |
"created_at": null, | |
"updated_at": null, | |
"addresses": [{ | |
"id": "9256", | |
"target_id": "5773", | |
"kw_address_id": "419581", | |
"type": "State District", | |
"building": "", | |
"street": "PO Box 97275", | |
"street_2": "", | |
"city": "Raleigh", | |
"state": "NC", | |
"zip_code": "27624", | |
"country": "Un", | |
"area_code": "919", | |
"phone": "412-2538", | |
"ext": "", | |
"fax_area_code": null, | |
"fax": null, | |
"created_at": null, | |
"updated_at": null | |
}, { | |
"id": "9325", | |
"target_id": "5773", | |
"kw_address_id": "424653", | |
"type": "State Capitol", | |
"building": "Legislative Office Building", | |
"street": "300 North Salisbury Street", | |
"street_2": "", | |
"city": "Raleigh", | |
"state": "NC", | |
"zip_code": "27603-5925", | |
"country": "Un", | |
"area_code": "919", | |
"phone": "733-5653", | |
"ext": "", | |
"fax_area_code": "919", | |
"fax": "715-2880", | |
"created_at": null, | |
"updated_at": null | |
}] | |
}], | |
"undeliverable": null | |
} | |
}, | |
"access_token": "" | |
}, | |
"status_code": 200 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment