salary_slip_details
Click here for a complete list of operations.
update_salary_slip_details
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 /services/salary_slip_details.asmx HTTP/1.1
Host: vedantasolution.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/update_salary_slip_details"
<?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_salary_slip_details xmlns="http://tempuri.org/">
<Token>string</Token>
<salary_slip_details_auto_id>string</salary_slip_details_auto_id>
<user_details_auto_id>string</user_details_auto_id>
<Salary_Slip_Number>string</Salary_Slip_Number>
<salary_date>string</salary_date>
<month_and_year>string</month_and_year>
<weekly_off>string</weekly_off>
<Gross_Wages>string</Gross_Wages>
<Total_Working_Days>string</Total_Working_Days>
<Leaves_Taken>string</Leaves_Taken>
<Loss_of_Pay>string</Loss_of_Pay>
<Paid_Days>string</Paid_Days>
<Basic_Pay>string</Basic_Pay>
<HRA>string</HRA>
<Convince_Allowance>string</Convince_Allowance>
<Performance_Pay>string</Performance_Pay>
<kilometer>string</kilometer>
<allowance_per_kilometer>string</allowance_per_kilometer>
<Insurance>string</Insurance>
<Incentive>string</Incentive>
<Advanced_Payment>string</Advanced_Payment>
<Travel_Allowance>string</Travel_Allowance>
<Fuel_Allowance>string</Fuel_Allowance>
<Other_Allowance>string</Other_Allowance>
<EPF>string</EPF>
<ESI>string</ESI>
<Professional_Tax>string</Professional_Tax>
<Income_Tax_TDS>string</Income_Tax_TDS>
<Other_Deductions>string</Other_Deductions>
<Gross_Earnings>string</Gross_Earnings>
<Total_Deductions>string</Total_Deductions>
<Net_Salary_In_Hand>string</Net_Salary_In_Hand>
</update_salary_slip_details>
</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_salary_slip_detailsResponse xmlns="http://tempuri.org/">
<update_salary_slip_detailsResult />
</update_salary_slip_detailsResponse>
</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 /services/salary_slip_details.asmx HTTP/1.1
Host: vedantasolution.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_salary_slip_details xmlns="http://tempuri.org/">
<Token>string</Token>
<salary_slip_details_auto_id>string</salary_slip_details_auto_id>
<user_details_auto_id>string</user_details_auto_id>
<Salary_Slip_Number>string</Salary_Slip_Number>
<salary_date>string</salary_date>
<month_and_year>string</month_and_year>
<weekly_off>string</weekly_off>
<Gross_Wages>string</Gross_Wages>
<Total_Working_Days>string</Total_Working_Days>
<Leaves_Taken>string</Leaves_Taken>
<Loss_of_Pay>string</Loss_of_Pay>
<Paid_Days>string</Paid_Days>
<Basic_Pay>string</Basic_Pay>
<HRA>string</HRA>
<Convince_Allowance>string</Convince_Allowance>
<Performance_Pay>string</Performance_Pay>
<kilometer>string</kilometer>
<allowance_per_kilometer>string</allowance_per_kilometer>
<Insurance>string</Insurance>
<Incentive>string</Incentive>
<Advanced_Payment>string</Advanced_Payment>
<Travel_Allowance>string</Travel_Allowance>
<Fuel_Allowance>string</Fuel_Allowance>
<Other_Allowance>string</Other_Allowance>
<EPF>string</EPF>
<ESI>string</ESI>
<Professional_Tax>string</Professional_Tax>
<Income_Tax_TDS>string</Income_Tax_TDS>
<Other_Deductions>string</Other_Deductions>
<Gross_Earnings>string</Gross_Earnings>
<Total_Deductions>string</Total_Deductions>
<Net_Salary_In_Hand>string</Net_Salary_In_Hand>
</update_salary_slip_details>
</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_salary_slip_detailsResponse xmlns="http://tempuri.org/">
<update_salary_slip_detailsResult />
</update_salary_slip_detailsResponse>
</soap12:Body>
</soap12:Envelope>