MatchUp Web Service:GetJobStatus: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 108: | Line 108: | ||
:This is a string value containing the approximate processing time of the job. | :This is a string value containing the approximate processing time of the job. | ||
: | :<span style="color:red">'''Currently not implemented'''</span> | ||
:{| class="alternate01" | :{| class="alternate01" |
Revision as of 16:08, 6 April 2017
MatchUp Navigation | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
| ||||||||
| ||||||||
| ||||||||
Sample Code |
A request consists of a protocol to make a call to the service, detailing desired elements. Your License Key and Job ID are required.
MatchUp Web Service supports the JSON and REST protocols to access the service.
Field Names
This is a list of the field names and their protocol naming conventions.
Request
Field Name | REST | JSON |
---|---|---|
License Key | id | CustomerID |
Job ID | job | JobID |
Transmission Reference | t | TransmissionReference |
Format | format | Format |
Response
Field Name |
---|
EstimatedExecutionTime |
PercentComplete |
Results |
TransmissionReference |
GetJobStatusRequest
This will query a submitted job's status.
License Key
- Required.
- This is a string value containing the License Key issued to the customer by Melissa for the MatchUp Web Service.
- If this element is absent, the Web Service will return an error. To receive a License Key, please contact your Melissa sales representative at 1-800-MELISSA.
Protocol Syntax JSON "CustomerID":"string"
REST &id = string
Job ID
- Required.
- This is a string value with the Job ID returned by CreateJob.
Protocol Syntax JSON "JobID":"string"
REST &job = string
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 JSON "TransmissionReference":"string"
REST &t = string
Format
- Optional.
- Specify the desired output format (XML or JSON). Default is .
Protocol Syntax JSON "Format":"string"
REST &format = string
GetJobStatusResponse
This will return the current status of a submitted job.
EstimatedExecutionTime
- This is a string value containing the approximate processing time of the job.
- Currently not implemented
Protocol Syntax JSON "EstimatedExecutionTime":"string"
Results
- This is a string value containing the results of the GetJobStatusRequest.
Protocol Syntax JSON "Results":"string"
TransmissionReference
- This is a string value that serves as a unique identifier for this set of records. It is returned as sent.
Protocol Syntax JSON "TransmissionReference":"string"