Business Coder:Request

From Melissa Data Wiki
Revision as of 01:46, 31 December 2015 by Admin (talk | contribs) (Created page with "{{ BusinessCoderNav |RequestCollapse= }} {{CustomTOC}} A request consists of a protocol to make a call to the service, detailing desired elements. Your Customer ID is requi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

← Business Coder

Business Coder Navigation
Introduction
Licensing
Input/Output
Request Fields
Response Fields
Examples
REST JSON
Result Codes
Result Code Use
Business Coder Result Codes
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}