PayrollService
Click here for a complete list of operations.
GetPrlpayrequest
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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/GetPrlpayrequest"
<?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>
<GetPrlpayrequest xmlns="http://edulearninfosystems.in/">
<PayrequestID>int</PayrequestID>
<Payrequestnumber>string</Payrequestnumber>
<strFromPaydate>string</strFromPaydate>
<strToPaydate>string</strToPaydate>
<Referencenumber>string</Referencenumber>
<PrlRequestTypeID>int</PrlRequestTypeID>
<RequestTypeDesc>string</RequestTypeDesc>
<StaffRequestID>int</StaffRequestID>
<StaffRequestNumber>string</StaffRequestNumber>
<StaffID>long</StaffID>
<HeadID>int</HeadID>
<Headname>string</Headname>
<HeadCategoryID>int</HeadCategoryID>
<HeadCategory>string</HeadCategory>
<UsertemplatedetailID>long</UsertemplatedetailID>
<SchoolyearID>int</SchoolyearID>
<Approvedamount>float</Approvedamount>
<InstrumenttypeID>int</InstrumenttypeID>
<Instrumentnumber>string</Instrumentnumber>
<strFromInstrumentdate>string</strFromInstrumentdate>
<strToInstrumentdate>string</strToInstrumentdate>
<strFromInsclearancedate>string</strFromInsclearancedate>
<strToInsclearancedate>string</strToInsclearancedate>
<Bankname>string</Bankname>
<Cancel>boolean</Cancel>
<ShowAllCancel>boolean</ShowAllCancel>
<DrAccountID>int</DrAccountID>
<CrAccountID>int</CrAccountID>
<Postedtotally>boolean</Postedtotally>
<AllPostedtotally>boolean</AllPostedtotally>
<NoofChequebounce>int</NoofChequebounce>
<Remark>string</Remark>
<Tagfield1>string</Tagfield1>
<Tagfield2>string</Tagfield2>
<Tagfield3>string</Tagfield3>
<Tagfield4>string</Tagfield4>
<Tagfield5>string</Tagfield5>
<Requestedamount>float</Requestedamount>
<Infavorof>string</Infavorof>
<UserType>string</UserType>
<Search1>string</Search1>
<Search2>string</Search2>
<Search3>string</Search3>
<Search4>string</Search4>
<Search5>string</Search5>
</GetPrlpayrequest>
</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>
<GetPrlpayrequestResponse xmlns="http://edulearninfosystems.in/">
<GetPrlpayrequestResult>string</GetPrlpayrequestResult>
</GetPrlpayrequestResponse>
</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>
<GetPrlpayrequest xmlns="http://edulearninfosystems.in/">
<PayrequestID>int</PayrequestID>
<Payrequestnumber>string</Payrequestnumber>
<strFromPaydate>string</strFromPaydate>
<strToPaydate>string</strToPaydate>
<Referencenumber>string</Referencenumber>
<PrlRequestTypeID>int</PrlRequestTypeID>
<RequestTypeDesc>string</RequestTypeDesc>
<StaffRequestID>int</StaffRequestID>
<StaffRequestNumber>string</StaffRequestNumber>
<StaffID>long</StaffID>
<HeadID>int</HeadID>
<Headname>string</Headname>
<HeadCategoryID>int</HeadCategoryID>
<HeadCategory>string</HeadCategory>
<UsertemplatedetailID>long</UsertemplatedetailID>
<SchoolyearID>int</SchoolyearID>
<Approvedamount>float</Approvedamount>
<InstrumenttypeID>int</InstrumenttypeID>
<Instrumentnumber>string</Instrumentnumber>
<strFromInstrumentdate>string</strFromInstrumentdate>
<strToInstrumentdate>string</strToInstrumentdate>
<strFromInsclearancedate>string</strFromInsclearancedate>
<strToInsclearancedate>string</strToInsclearancedate>
<Bankname>string</Bankname>
<Cancel>boolean</Cancel>
<ShowAllCancel>boolean</ShowAllCancel>
<DrAccountID>int</DrAccountID>
<CrAccountID>int</CrAccountID>
<Postedtotally>boolean</Postedtotally>
<AllPostedtotally>boolean</AllPostedtotally>
<NoofChequebounce>int</NoofChequebounce>
<Remark>string</Remark>
<Tagfield1>string</Tagfield1>
<Tagfield2>string</Tagfield2>
<Tagfield3>string</Tagfield3>
<Tagfield4>string</Tagfield4>
<Tagfield5>string</Tagfield5>
<Requestedamount>float</Requestedamount>
<Infavorof>string</Infavorof>
<UserType>string</UserType>
<Search1>string</Search1>
<Search2>string</Search2>
<Search3>string</Search3>
<Search4>string</Search4>
<Search5>string</Search5>
</GetPrlpayrequest>
</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>
<GetPrlpayrequestResponse xmlns="http://edulearninfosystems.in/">
<GetPrlpayrequestResult>string</GetPrlpayrequestResult>
</GetPrlpayrequestResponse>
</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/GetPrlpayrequest?PayrequestID=string&Payrequestnumber=string&strFromPaydate=string&strToPaydate=string&Referencenumber=string&PrlRequestTypeID=string&RequestTypeDesc=string&StaffRequestID=string&StaffRequestNumber=string&StaffID=string&HeadID=string&Headname=string&HeadCategoryID=string&HeadCategory=string&UsertemplatedetailID=string&SchoolyearID=string&Approvedamount=string&InstrumenttypeID=string&Instrumentnumber=string&strFromInstrumentdate=string&strToInstrumentdate=string&strFromInsclearancedate=string&strToInsclearancedate=string&Bankname=string&Cancel=string&ShowAllCancel=string&DrAccountID=string&CrAccountID=string&Postedtotally=string&AllPostedtotally=string&NoofChequebounce=string&Remark=string&Tagfield1=string&Tagfield2=string&Tagfield3=string&Tagfield4=string&Tagfield5=string&Requestedamount=string&Infavorof=string&UserType=string&Search1=string&Search2=string&Search3=string&Search4=string&Search5=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/GetPrlpayrequest HTTP/1.1 Host: cvsl.edulrn.com Content-Type: application/x-www-form-urlencoded Content-Length: length PayrequestID=string&Payrequestnumber=string&strFromPaydate=string&strToPaydate=string&Referencenumber=string&PrlRequestTypeID=string&RequestTypeDesc=string&StaffRequestID=string&StaffRequestNumber=string&StaffID=string&HeadID=string&Headname=string&HeadCategoryID=string&HeadCategory=string&UsertemplatedetailID=string&SchoolyearID=string&Approvedamount=string&InstrumenttypeID=string&Instrumentnumber=string&strFromInstrumentdate=string&strToInstrumentdate=string&strFromInsclearancedate=string&strToInsclearancedate=string&Bankname=string&Cancel=string&ShowAllCancel=string&DrAccountID=string&CrAccountID=string&Postedtotally=string&AllPostedtotally=string&NoofChequebounce=string&Remark=string&Tagfield1=string&Tagfield2=string&Tagfield3=string&Tagfield4=string&Tagfield5=string&Requestedamount=string&Infavorof=string&UserType=string&Search1=string&Search2=string&Search3=string&Search4=string&Search5=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>