LMS


Click here for a complete list of operations.

UPDATE_VEHICLE_ENTRY

UPDATE_VEHICLE_ENTRY

Test

The test form is only available for requests from the local machine.

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 /LMS.asmx HTTP/1.1
Host: ws.limarcenter.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/UPDATE_VEHICLE_ENTRY"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <UPDATE_VEHICLE_ENTRY xmlns="http://tempuri.org/">
      <entry_no>string</entry_no>
      <entry_date>string</entry_date>
      <veh_brand_code>string</veh_brand_code>
      <veh_model_code>string</veh_model_code>
      <veh_year>string</veh_year>
      <chassis_no>string</chassis_no>
      <arrival_date>string</arrival_date>
      <location_code>string</location_code>
      <ins_comp_code>string</ins_comp_code>
      <cus_code>string</cus_code>
      <status>string</status>
      <status_date>string</status_date>
      <plate_no>string</plate_no>
      <CreatedBy>string</CreatedBy>
      <Contact_no>string</Contact_no>
      <car_tools>string</car_tools>
      <claim_number>string</claim_number>
      <damage_details>string</damage_details>
      <sms_lang>string</sms_lang>
      <Expected_delivery_date>string</Expected_delivery_date>
      <EditReason>string</EditReason>
    </UPDATE_VEHICLE_ENTRY>
  </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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <UPDATE_VEHICLE_ENTRYResponse xmlns="http://tempuri.org/">
      <UPDATE_VEHICLE_ENTRYResult>int</UPDATE_VEHICLE_ENTRYResult>
    </UPDATE_VEHICLE_ENTRYResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

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

POST /LMS.asmx HTTP/1.1
Host: ws.limarcenter.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <UPDATE_VEHICLE_ENTRY xmlns="http://tempuri.org/">
      <entry_no>string</entry_no>
      <entry_date>string</entry_date>
      <veh_brand_code>string</veh_brand_code>
      <veh_model_code>string</veh_model_code>
      <veh_year>string</veh_year>
      <chassis_no>string</chassis_no>
      <arrival_date>string</arrival_date>
      <location_code>string</location_code>
      <ins_comp_code>string</ins_comp_code>
      <cus_code>string</cus_code>
      <status>string</status>
      <status_date>string</status_date>
      <plate_no>string</plate_no>
      <CreatedBy>string</CreatedBy>
      <Contact_no>string</Contact_no>
      <car_tools>string</car_tools>
      <claim_number>string</claim_number>
      <damage_details>string</damage_details>
      <sms_lang>string</sms_lang>
      <Expected_delivery_date>string</Expected_delivery_date>
      <EditReason>string</EditReason>
    </UPDATE_VEHICLE_ENTRY>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <UPDATE_VEHICLE_ENTRYResponse xmlns="http://tempuri.org/">
      <UPDATE_VEHICLE_ENTRYResult>int</UPDATE_VEHICLE_ENTRYResult>
    </UPDATE_VEHICLE_ENTRYResponse>
  </soap12:Body>
</soap12:Envelope>