PayrollService


Click here for a complete list of operations.

GetPrlPayslip

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
InsertMode:
StaffID:
SalaryPeriodDate:
PaySlipNo:
FromPaySlipDate:
ToPaySlipDate:
Instrumentnumber:
FromInstrumentdate:
ToInstrumentdate:
FromInstrumentclearancedate:
ToInstrumentclearancedate:
Bankname:
Remark:
Referencenumber:
FromPrintCount:
ToPrintCount:
Postedtotally:
Shoallpostedtotally:
Cancelledentry:
Shoallcancelledentry:
Firstname:
Lastname:
Fathername:
Mothername:
EmployeeNumber:
ShowChequeBounceRcpt:
ShowNonChequeBounceRcpt:
Role:
Instrumenttype:
UserType:
Search1:
Search2:
Search3:
Search4:
Search5:
UserID:

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 /ICBWS/PayrollService.asmx HTTP/1.1
Host: cvsl.edulrn.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://edulearninfosystems.in/GetPrlPayslip"

<?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>
    <GetPrlPayslip xmlns="http://edulearninfosystems.in/">
      <InsertMode>boolean</InsertMode>
      <StaffID>int</StaffID>
      <SalaryPeriodDate>string</SalaryPeriodDate>
      <PaySlipNo>string</PaySlipNo>
      <FromPaySlipDate>string</FromPaySlipDate>
      <ToPaySlipDate>string</ToPaySlipDate>
      <Instrumentnumber>string</Instrumentnumber>
      <FromInstrumentdate>string</FromInstrumentdate>
      <ToInstrumentdate>string</ToInstrumentdate>
      <FromInstrumentclearancedate>string</FromInstrumentclearancedate>
      <ToInstrumentclearancedate>string</ToInstrumentclearancedate>
      <Bankname>string</Bankname>
      <Remark>string</Remark>
      <Referencenumber>string</Referencenumber>
      <FromPrintCount>unsignedByte</FromPrintCount>
      <ToPrintCount>unsignedByte</ToPrintCount>
      <Postedtotally>boolean</Postedtotally>
      <Shoallpostedtotally>boolean</Shoallpostedtotally>
      <Cancelledentry>boolean</Cancelledentry>
      <Shoallcancelledentry>boolean</Shoallcancelledentry>
      <Firstname>string</Firstname>
      <Lastname>string</Lastname>
      <Fathername>string</Fathername>
      <Mothername>string</Mothername>
      <EmployeeNumber>string</EmployeeNumber>
      <ShowChequeBounceRcpt>boolean</ShowChequeBounceRcpt>
      <ShowNonChequeBounceRcpt>boolean</ShowNonChequeBounceRcpt>
      <Role>string</Role>
      <Instrumenttype>string</Instrumenttype>
      <UserType>string</UserType>
      <Search1>string</Search1>
      <Search2>string</Search2>
      <Search3>string</Search3>
      <Search4>string</Search4>
      <Search5>string</Search5>
      <UserID>long</UserID>
    </GetPrlPayslip>
  </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>
    <GetPrlPayslipResponse xmlns="http://edulearninfosystems.in/">
      <GetPrlPayslipResult>string</GetPrlPayslipResult>
    </GetPrlPayslipResponse>
  </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 /ICBWS/PayrollService.asmx HTTP/1.1
Host: cvsl.edulrn.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>
    <GetPrlPayslip xmlns="http://edulearninfosystems.in/">
      <InsertMode>boolean</InsertMode>
      <StaffID>int</StaffID>
      <SalaryPeriodDate>string</SalaryPeriodDate>
      <PaySlipNo>string</PaySlipNo>
      <FromPaySlipDate>string</FromPaySlipDate>
      <ToPaySlipDate>string</ToPaySlipDate>
      <Instrumentnumber>string</Instrumentnumber>
      <FromInstrumentdate>string</FromInstrumentdate>
      <ToInstrumentdate>string</ToInstrumentdate>
      <FromInstrumentclearancedate>string</FromInstrumentclearancedate>
      <ToInstrumentclearancedate>string</ToInstrumentclearancedate>
      <Bankname>string</Bankname>
      <Remark>string</Remark>
      <Referencenumber>string</Referencenumber>
      <FromPrintCount>unsignedByte</FromPrintCount>
      <ToPrintCount>unsignedByte</ToPrintCount>
      <Postedtotally>boolean</Postedtotally>
      <Shoallpostedtotally>boolean</Shoallpostedtotally>
      <Cancelledentry>boolean</Cancelledentry>
      <Shoallcancelledentry>boolean</Shoallcancelledentry>
      <Firstname>string</Firstname>
      <Lastname>string</Lastname>
      <Fathername>string</Fathername>
      <Mothername>string</Mothername>
      <EmployeeNumber>string</EmployeeNumber>
      <ShowChequeBounceRcpt>boolean</ShowChequeBounceRcpt>
      <ShowNonChequeBounceRcpt>boolean</ShowNonChequeBounceRcpt>
      <Role>string</Role>
      <Instrumenttype>string</Instrumenttype>
      <UserType>string</UserType>
      <Search1>string</Search1>
      <Search2>string</Search2>
      <Search3>string</Search3>
      <Search4>string</Search4>
      <Search5>string</Search5>
      <UserID>long</UserID>
    </GetPrlPayslip>
  </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>
    <GetPrlPayslipResponse xmlns="http://edulearninfosystems.in/">
      <GetPrlPayslipResult>string</GetPrlPayslipResult>
    </GetPrlPayslipResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /ICBWS/PayrollService.asmx/GetPrlPayslip?InsertMode=string&StaffID=string&SalaryPeriodDate=string&PaySlipNo=string&FromPaySlipDate=string&ToPaySlipDate=string&Instrumentnumber=string&FromInstrumentdate=string&ToInstrumentdate=string&FromInstrumentclearancedate=string&ToInstrumentclearancedate=string&Bankname=string&Remark=string&Referencenumber=string&FromPrintCount=string&ToPrintCount=string&Postedtotally=string&Shoallpostedtotally=string&Cancelledentry=string&Shoallcancelledentry=string&Firstname=string&Lastname=string&Fathername=string&Mothername=string&EmployeeNumber=string&ShowChequeBounceRcpt=string&ShowNonChequeBounceRcpt=string&Role=string&Instrumenttype=string&UserType=string&Search1=string&Search2=string&Search3=string&Search4=string&Search5=string&UserID=string HTTP/1.1
Host: cvsl.edulrn.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://edulearninfosystems.in/">string</string>

HTTP POST

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

POST /ICBWS/PayrollService.asmx/GetPrlPayslip HTTP/1.1
Host: cvsl.edulrn.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

InsertMode=string&StaffID=string&SalaryPeriodDate=string&PaySlipNo=string&FromPaySlipDate=string&ToPaySlipDate=string&Instrumentnumber=string&FromInstrumentdate=string&ToInstrumentdate=string&FromInstrumentclearancedate=string&ToInstrumentclearancedate=string&Bankname=string&Remark=string&Referencenumber=string&FromPrintCount=string&ToPrintCount=string&Postedtotally=string&Shoallpostedtotally=string&Cancelledentry=string&Shoallcancelledentry=string&Firstname=string&Lastname=string&Fathername=string&Mothername=string&EmployeeNumber=string&ShowChequeBounceRcpt=string&ShowNonChequeBounceRcpt=string&Role=string&Instrumenttype=string&UserType=string&Search1=string&Search2=string&Search3=string&Search4=string&Search5=string&UserID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://edulearninfosystems.in/">string</string>