How Can We Help?
Line Code Listing Transaction
The Line Code Listing Transaction is used to request Line Code lists from the Member’s system to be used in Brand Mapping.
Request JSON Example (Version 1.0)
The following is an example of the JSON string that will be posted
{
"linecoderequest": {
"version": "1.0",
"integrationtype": "FLK",
"utctime": "2014-07-04 11:00:26",
"transid": "5038ab89-d86a-4c32-9206-ec50f7a40a02",
"accountid": "854200",
"memberno": "###",
"username": "",
"password": ""
}
}
Response JSON Example (Version 1.0)
The following is an example of the JSON string to be returned
{
"linecoderesponse": {
"version": "1.0",
"integrationtype": "FLK",
"utctime": "2014-07-04 11:00:26",
"transid": "5038ab89-d86a-4c32-9206-ec50f7a40a02",
"accountid": "854200",
"memberno": "###",
"status": "success",
"errordescription": "",
"linecodes": [
{
"lineCode": "100",
"lineDescription": "Oils and Lubricants"
},
{
"lineCode": "101",
"lineDescription": "Oil Filters"
}
]
}
}