Service1


Click here for a complete list of operations.

UpdateSmall

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 /staffagentws/UpdateTimeSheet.asmx HTTP/1.1
Host: www.webservicesataclick.co.za
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.Staffataclick.co.za/StaffAtaClickWS/UpdateTimeSheet.asmx/UpdateSmall"

<?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>
    <UpdateSmall xmlns="http://www.Staffataclick.co.za/StaffAtaClickWS/UpdateTimeSheet.asmx">
      <Username>string</Username>
      <Userpassword>string</Userpassword>
      <ContractorID>int</ContractorID>
      <LabourID>string</LabourID>
      <CustomerID>int</CustomerID>
      <SiteID>int</SiteID>
      <UserID>int</UserID>
      <IPAddress>string</IPAddress>
      <StatusID>int</StatusID>
      <TSDate>dateTime</TSDate>
      <TSH>int</TSH>
      <TSM>int</TSM>
      <TEH>int</TEH>
      <TEM>int</TEM>
      <NightOut>boolean</NightOut>
      <Remarks>string</Remarks>
      <TSID>int</TSID>
      <RegNo>string</RegNo>
      <NightShift>boolean</NightShift>
      <WorkType>int</WorkType>
      <ProductQTY>int</ProductQTY>
      <ProductID>int</ProductID>
      <Measure>int</Measure>
      <DriverType>int</DriverType>
      <isOwnEquimentID>int</isOwnEquimentID>
      <EquimentID>int</EquimentID>
      <ReturnDataSet>
        <xsd:schema>schema</xsd:schema>xml</ReturnDataSet>
      <OutSuccess>string</OutSuccess>
      <OutError>string</OutError>
    </UpdateSmall>
  </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>
    <UpdateSmallResponse xmlns="http://www.Staffataclick.co.za/StaffAtaClickWS/UpdateTimeSheet.asmx">
      <UpdateSmallResult />
      <ReturnDataSet>
        <xsd:schema>schema</xsd:schema>xml</ReturnDataSet>
      <OutSuccess>string</OutSuccess>
      <OutError>string</OutError>
    </UpdateSmallResponse>
  </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 /staffagentws/UpdateTimeSheet.asmx HTTP/1.1
Host: www.webservicesataclick.co.za
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>
    <UpdateSmall xmlns="http://www.Staffataclick.co.za/StaffAtaClickWS/UpdateTimeSheet.asmx">
      <Username>string</Username>
      <Userpassword>string</Userpassword>
      <ContractorID>int</ContractorID>
      <LabourID>string</LabourID>
      <CustomerID>int</CustomerID>
      <SiteID>int</SiteID>
      <UserID>int</UserID>
      <IPAddress>string</IPAddress>
      <StatusID>int</StatusID>
      <TSDate>dateTime</TSDate>
      <TSH>int</TSH>
      <TSM>int</TSM>
      <TEH>int</TEH>
      <TEM>int</TEM>
      <NightOut>boolean</NightOut>
      <Remarks>string</Remarks>
      <TSID>int</TSID>
      <RegNo>string</RegNo>
      <NightShift>boolean</NightShift>
      <WorkType>int</WorkType>
      <ProductQTY>int</ProductQTY>
      <ProductID>int</ProductID>
      <Measure>int</Measure>
      <DriverType>int</DriverType>
      <isOwnEquimentID>int</isOwnEquimentID>
      <EquimentID>int</EquimentID>
      <ReturnDataSet>
        <xsd:schema>schema</xsd:schema>xml</ReturnDataSet>
      <OutSuccess>string</OutSuccess>
      <OutError>string</OutError>
    </UpdateSmall>
  </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>
    <UpdateSmallResponse xmlns="http://www.Staffataclick.co.za/StaffAtaClickWS/UpdateTimeSheet.asmx">
      <UpdateSmallResult />
      <ReturnDataSet>
        <xsd:schema>schema</xsd:schema>xml</ReturnDataSet>
      <OutSuccess>string</OutSuccess>
      <OutError>string</OutError>
    </UpdateSmallResponse>
  </soap12:Body>
</soap12:Envelope>