Difference between revisions of "Send Lead API"
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" border="1" !Field||Description||Type||Required||Example |- |affiliate_id||Unique identifier given to you by Netsville||AlphaNumeric||Yes||ABC123 |- |name_...") |
|||
Line 2: | Line 2: | ||
!Field||Description||Type||Required||Example | !Field||Description||Type||Required||Example | ||
|- | |- | ||
− | |affiliate_id||Unique identifier given to you by Netsville|| | + | |affiliate_id||Unique identifier given to you by Netsville||Alphanumeric||Yes||ABC123 |
|- | |- | ||
|name_last||Last Name of Person||Alpha||Yes||Smith | |name_last||Last Name of Person||Alpha||Yes||Smith | ||
Line 10: | Line 10: | ||
|dob||Date of Birth in YYYY-MM-DD format||Date||Yes||1985-01-15 | |dob||Date of Birth in YYYY-MM-DD format||Date||Yes||1985-01-15 | ||
|- | |- | ||
− | |email||Email address | + | |email||Email address||Email||Yes||jsmith@example.com |
|- | |- | ||
− | |phone_home||10 digit home phone number | + | |phone_home||10 digit home phone number in NNNXXXYYYY format (numbers only)||Numeric||Yes||5855551212 |
|- | |- | ||
− | |is_test_lead||A trigger to mark lead as only a test in the database. Use '1' for Yes and '0' for No||Numeric||No||0 | + | |addr_street||Street address||Alphanumeric||Yes||123 Main Street |
+ | |- | ||
+ | |addr_city||City||Alpha||Yes||Rochester | ||
+ | |- | ||
+ | |addr_state||State (two letter abbreviation)||Alpha||Yes||NY | ||
+ | |- | ||
+ | |addr_zip||Zip code (5 number)||Numeric||Yes||14614 | ||
+ | |- | ||
+ | |applied_yn||Have you applied for Social Security Disability?<br>Either Yes(Y) or No(N)||Alpha||Yes||Y | ||
+ | |- | ||
+ | |applied_result||What was the result of your application? The possible choices are: Claim Pending, Receiving Benefits, Claim Denied.<br>The answer must contain one of these words: 'pending', 'benefits', or 'denied'||Alpha||Yes||denied | ||
+ | |- | ||
+ | |applied_denial_date||If the above answer contains 'denied', then this field must contain the date of that denial in the format: YYYY-MM-DD. Otherwise, this field can be empty.||Date||No||2010-12-31 | ||
+ | |- | ||
+ | |out_of_work_yn||Do you expect to be out of work for the next 12 months?<br>Either Yes(Y) or No(N)||Alpha||Yes||Y | ||
+ | |- | ||
+ | |- | ||
+ | |is_test_lead||A trigger to mark lead as only a test in the database. Use '1' for Yes and '0' for No. This field can be empty.||Numeric||No||0 | ||
|} | |} |
Revision as of 14:14, 23 August 2013
Field | Description | Type | Required | Example |
---|---|---|---|---|
affiliate_id | Unique identifier given to you by Netsville | Alphanumeric | Yes | ABC123 |
name_last | Last Name of Person | Alpha | Yes | Smith |
name_first | First Name of Person | Alpha | Yes | John |
dob | Date of Birth in YYYY-MM-DD format | Date | Yes | 1985-01-15 |
Email address | Yes | jsmith@example.com | ||
phone_home | 10 digit home phone number in NNNXXXYYYY format (numbers only) | Numeric | Yes | 5855551212 |
addr_street | Street address | Alphanumeric | Yes | 123 Main Street |
addr_city | City | Alpha | Yes | Rochester |
addr_state | State (two letter abbreviation) | Alpha | Yes | NY |
addr_zip | Zip code (5 number) | Numeric | Yes | 14614 |
applied_yn | Have you applied for Social Security Disability? Either Yes(Y) or No(N) |
Alpha | Yes | Y |
applied_result | What was the result of your application? The possible choices are: Claim Pending, Receiving Benefits, Claim Denied. The answer must contain one of these words: 'pending', 'benefits', or 'denied' |
Alpha | Yes | denied |
applied_denial_date | If the above answer contains 'denied', then this field must contain the date of that denial in the format: YYYY-MM-DD. Otherwise, this field can be empty. | Date | No | 2010-12-31 |
out_of_work_yn | Do you expect to be out of work for the next 12 months? Either Yes(Y) or No(N) |
Alpha | Yes | Y |
is_test_lead | A trigger to mark lead as only a test in the database. Use '1' for Yes and '0' for No. This field can be empty. | Numeric | No | 0 |