Business Coder:Request
Business Coder Navigation | ||||
---|---|---|---|---|
| ||||
| ||||
| ||||
| ||||
Sample Code |
A request consists of a protocol to make a call to the service, detailing desired elements. Your Customer ID is required.
Business Coder supports the REST protocol to access the service.
Field Names
This is a list of the request field names and their protocol naming conventions.
Field Name | Level | REST Abbreviation |
---|---|---|
Transmission Reference | Request | t |
License | lic | |
Column | cols | |
Options | opt | |
Company Name | comp | |
Phone Number | phone | |
Address1 | a1 | |
Address2 | a2 | |
City | city | |
State | state | |
Postal | postal | |
Country | ctry | |
Melissa Address Key (MAK) | mkey | |
Stock Ticker | stock | |
Web Address | web |
Request Elements
The following elements set the basic options for each request. These apply to the entire request, not the individual records.
Transmission Reference
- Optional.
- This is a string value that serves as a unique identifier for this set of records. It is returned as sent.
Protocol Syntax REST ?t = {string}
Request Record Elements
REST will only contain the Records element.
Protocol | Definition |
---|---|
REST | The REST interface only allows a single record per request. |
PhoneNumber
- Required.
- The phone number to be verified
Protocol Syntax REST &phone = {string}