Cove Systems eCommerce Web Services

Click here for a complete list of operations.

FindLongCodeRecord

Find a Longcode record based on Codeset, & code fieds. Returns record as structure.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
ParameterValue
sToken
sCodeset
sCode1
sCode2
sCode3
sCode4
sCode5

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /demoecommv/webservices.wso HTTP/1.1
Host: www.covesys.com
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <FindLongCodeRecord xmlns="http://covesys.com/SetThisInF248WebSrvNam">
      <sToken>string</sToken>
      <sCodeset>string</sCodeset>
      <sCode1>string</sCode1>
      <sCode2>string</sCode2>
      <sCode3>string</sCode3>
      <sCode4>string</sCode4>
      <sCode5>string</sCode5>
    </FindLongCodeRecord>
  </soap:Body>
</soap:Envelope>

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <FindLongCodeRecordResponse xmlns="http://covesys.com/SetThisInF248WebSrvNam">
      <FindLongCodeRecordResult>
        <record_number>int</record_number>
        <REV_DATE>date</REV_DATE>
        <INITIALS>string</INITIALS>
        <ENTERED_ON>date</ENTERED_ON>
        <ENTERED_BY>string</ENTERED_BY>
        <FINGERPRINT>decimal</FINGERPRINT>
        <CODESET>string</CODESET>
        <CODE1>string</CODE1>
        <CODE2>string</CODE2>
        <CODE3>string</CODE3>
        <CODE4>string</CODE4>
        <CODE5>string</CODE5>
        <DESCRIPTION>string</DESCRIPTION>
        <DATA_1>string</DATA_1>
        <DATA_2>string</DATA_2>
        <DATA_3>string</DATA_3>
        <DATA_4>decimal</DATA_4>
        <DATA_5>decimal</DATA_5>
        <DATA_6>decimal</DATA_6>
        <STATUS>string</STATUS>
        <DATA_7>string</DATA_7>
        <DATA_8>string</DATA_8>
        <DATA_9>string</DATA_9>
        <DATA_10>string</DATA_10>
        <DATA_11>string</DATA_11>
        <DATA_12>string</DATA_12>
        <DATA_13>string</DATA_13>
        <DATA_14>string</DATA_14>
        <DOC_NO>decimal</DOC_NO>
        <N14_4_2>decimal</N14_4_2>
        <N14_4_3>decimal</N14_4_3>
        <N14_4_4>decimal</N14_4_4>
        <N14_4_5>decimal</N14_4_5>
        <N14_4_6>decimal</N14_4_6>
        <N14_4_7>decimal</N14_4_7>
        <N14_4_8>decimal</N14_4_8>
        <D1_1>date</D1_1>
        <D1_2>date</D1_2>
        <D1_3>date</D1_3>
        <D1_4>date</D1_4>
        <D1_5>date</D1_5>
        <A1>string</A1>
        <A2>string</A2>
        <A3>string</A3>
      </FindLongCodeRecordResult>
    </FindLongCodeRecordResponse>
  </soap:Body>
</soap:Envelope>