Payrolls
Click here for a complete list of operations.
GetPayrollList
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 /payrolls.asmx HTTP/1.1
Host: api.prismcompliance.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://api.prismcompliance.com/GetPayrollList"
<?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:Header>
<SecuredTokenWebservice xmlns="http://api.prismcompliance.com">
<UserId>string</UserId>
<Password>string</Password>
<PrismKey>string</PrismKey>
<AuthenticationToken>string</AuthenticationToken>
</SecuredTokenWebservice>
</soap:Header>
<soap:Body>
<GetPayrollList xmlns="http://api.prismcompliance.com">
<ContractNumber>string</ContractNumber>
<TaxId>string</TaxId>
</GetPayrollList>
</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>
<GetPayrollListResponse xmlns="http://api.prismcompliance.com">
<GetPayrollListResult>
<Payroll>
<Id>long</Id>
<BaseRate>decimal</BaseRate>
<ContractNumber>string</ContractNumber>
<Craft>string</Craft>
<CraftLevel>string</CraftLevel>
<Cash>decimal</Cash>
<CheckNo>long</CheckNo>
<DhDay1>decimal</DhDay1>
<DhDay2>decimal</DhDay2>
<DhDay3>decimal</DhDay3>
<DhDay4>decimal</DhDay4>
<DhDay5>decimal</DhDay5>
<DhDay6>decimal</DhDay6>
<DhDay7>decimal</DhDay7>
<EndDate>dateTime</EndDate>
<Exemptions>long</Exemptions>
<FederalTaxes>decimal</FederalTaxes>
<Fica>decimal</Fica>
<HealthAndWelfare>decimal</HealthAndWelfare>
<LocalTax>decimal</LocalTax>
<Medicare>decimal</Medicare>
<Notes>string</Notes>
<OtherFringe>decimal</OtherFringe>
<OvertimeRate1>decimal</OvertimeRate1>
<OvertimeRate2>decimal</OvertimeRate2>
<OtherDeductions>decimal</OtherDeductions>
<OtherTaxes>decimal</OtherTaxes>
<OhDay1>decimal</OhDay1>
<OhDay2>decimal</OhDay2>
<OhDay3>decimal</OhDay3>
<OhDay4>decimal</OhDay4>
<OhDay5>decimal</OhDay5>
<OhDay6>decimal</OhDay6>
<OhDay7>decimal</OhDay7>
<Pension>decimal</Pension>
<PayrollNumber>string</PayrollNumber>
<RhDay1>decimal</RhDay1>
<RhDay2>decimal</RhDay2>
<RhDay3>decimal</RhDay3>
<RhDay4>decimal</RhDay4>
<RhDay5>decimal</RhDay5>
<RhDay6>decimal</RhDay6>
<RhDay7>decimal</RhDay7>
<Savings>decimal</Savings>
<Ssn>string</Ssn>
<StateTax>decimal</StateTax>
<Sdi>decimal</Sdi>
<TaxID>string</TaxID>
<TotalGrossPay>decimal</TotalGrossPay>
<Training>decimal</Training>
<TotalNetPay>decimal</TotalNetPay>
<TravSubs>decimal</TravSubs>
<UnionDues>decimal</UnionDues>
<VacationHoliday>decimal</VacationHoliday>
<WithHolding>decimal</WithHolding>
</Payroll>
<Payroll>
<Id>long</Id>
<BaseRate>decimal</BaseRate>
<ContractNumber>string</ContractNumber>
<Craft>string</Craft>
<CraftLevel>string</CraftLevel>
<Cash>decimal</Cash>
<CheckNo>long</CheckNo>
<DhDay1>decimal</DhDay1>
<DhDay2>decimal</DhDay2>
<DhDay3>decimal</DhDay3>
<DhDay4>decimal</DhDay4>
<DhDay5>decimal</DhDay5>
<DhDay6>decimal</DhDay6>
<DhDay7>decimal</DhDay7>
<EndDate>dateTime</EndDate>
<Exemptions>long</Exemptions>
<FederalTaxes>decimal</FederalTaxes>
<Fica>decimal</Fica>
<HealthAndWelfare>decimal</HealthAndWelfare>
<LocalTax>decimal</LocalTax>
<Medicare>decimal</Medicare>
<Notes>string</Notes>
<OtherFringe>decimal</OtherFringe>
<OvertimeRate1>decimal</OvertimeRate1>
<OvertimeRate2>decimal</OvertimeRate2>
<OtherDeductions>decimal</OtherDeductions>
<OtherTaxes>decimal</OtherTaxes>
<OhDay1>decimal</OhDay1>
<OhDay2>decimal</OhDay2>
<OhDay3>decimal</OhDay3>
<OhDay4>decimal</OhDay4>
<OhDay5>decimal</OhDay5>
<OhDay6>decimal</OhDay6>
<OhDay7>decimal</OhDay7>
<Pension>decimal</Pension>
<PayrollNumber>string</PayrollNumber>
<RhDay1>decimal</RhDay1>
<RhDay2>decimal</RhDay2>
<RhDay3>decimal</RhDay3>
<RhDay4>decimal</RhDay4>
<RhDay5>decimal</RhDay5>
<RhDay6>decimal</RhDay6>
<RhDay7>decimal</RhDay7>
<Savings>decimal</Savings>
<Ssn>string</Ssn>
<StateTax>decimal</StateTax>
<Sdi>decimal</Sdi>
<TaxID>string</TaxID>
<TotalGrossPay>decimal</TotalGrossPay>
<Training>decimal</Training>
<TotalNetPay>decimal</TotalNetPay>
<TravSubs>decimal</TravSubs>
<UnionDues>decimal</UnionDues>
<VacationHoliday>decimal</VacationHoliday>
<WithHolding>decimal</WithHolding>
</Payroll>
</GetPayrollListResult>
</GetPayrollListResponse>
</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 /payrolls.asmx HTTP/1.1
Host: api.prismcompliance.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:Header>
<SecuredTokenWebservice xmlns="http://api.prismcompliance.com">
<UserId>string</UserId>
<Password>string</Password>
<PrismKey>string</PrismKey>
<AuthenticationToken>string</AuthenticationToken>
</SecuredTokenWebservice>
</soap12:Header>
<soap12:Body>
<GetPayrollList xmlns="http://api.prismcompliance.com">
<ContractNumber>string</ContractNumber>
<TaxId>string</TaxId>
</GetPayrollList>
</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>
<GetPayrollListResponse xmlns="http://api.prismcompliance.com">
<GetPayrollListResult>
<Payroll>
<Id>long</Id>
<BaseRate>decimal</BaseRate>
<ContractNumber>string</ContractNumber>
<Craft>string</Craft>
<CraftLevel>string</CraftLevel>
<Cash>decimal</Cash>
<CheckNo>long</CheckNo>
<DhDay1>decimal</DhDay1>
<DhDay2>decimal</DhDay2>
<DhDay3>decimal</DhDay3>
<DhDay4>decimal</DhDay4>
<DhDay5>decimal</DhDay5>
<DhDay6>decimal</DhDay6>
<DhDay7>decimal</DhDay7>
<EndDate>dateTime</EndDate>
<Exemptions>long</Exemptions>
<FederalTaxes>decimal</FederalTaxes>
<Fica>decimal</Fica>
<HealthAndWelfare>decimal</HealthAndWelfare>
<LocalTax>decimal</LocalTax>
<Medicare>decimal</Medicare>
<Notes>string</Notes>
<OtherFringe>decimal</OtherFringe>
<OvertimeRate1>decimal</OvertimeRate1>
<OvertimeRate2>decimal</OvertimeRate2>
<OtherDeductions>decimal</OtherDeductions>
<OtherTaxes>decimal</OtherTaxes>
<OhDay1>decimal</OhDay1>
<OhDay2>decimal</OhDay2>
<OhDay3>decimal</OhDay3>
<OhDay4>decimal</OhDay4>
<OhDay5>decimal</OhDay5>
<OhDay6>decimal</OhDay6>
<OhDay7>decimal</OhDay7>
<Pension>decimal</Pension>
<PayrollNumber>string</PayrollNumber>
<RhDay1>decimal</RhDay1>
<RhDay2>decimal</RhDay2>
<RhDay3>decimal</RhDay3>
<RhDay4>decimal</RhDay4>
<RhDay5>decimal</RhDay5>
<RhDay6>decimal</RhDay6>
<RhDay7>decimal</RhDay7>
<Savings>decimal</Savings>
<Ssn>string</Ssn>
<StateTax>decimal</StateTax>
<Sdi>decimal</Sdi>
<TaxID>string</TaxID>
<TotalGrossPay>decimal</TotalGrossPay>
<Training>decimal</Training>
<TotalNetPay>decimal</TotalNetPay>
<TravSubs>decimal</TravSubs>
<UnionDues>decimal</UnionDues>
<VacationHoliday>decimal</VacationHoliday>
<WithHolding>decimal</WithHolding>
</Payroll>
<Payroll>
<Id>long</Id>
<BaseRate>decimal</BaseRate>
<ContractNumber>string</ContractNumber>
<Craft>string</Craft>
<CraftLevel>string</CraftLevel>
<Cash>decimal</Cash>
<CheckNo>long</CheckNo>
<DhDay1>decimal</DhDay1>
<DhDay2>decimal</DhDay2>
<DhDay3>decimal</DhDay3>
<DhDay4>decimal</DhDay4>
<DhDay5>decimal</DhDay5>
<DhDay6>decimal</DhDay6>
<DhDay7>decimal</DhDay7>
<EndDate>dateTime</EndDate>
<Exemptions>long</Exemptions>
<FederalTaxes>decimal</FederalTaxes>
<Fica>decimal</Fica>
<HealthAndWelfare>decimal</HealthAndWelfare>
<LocalTax>decimal</LocalTax>
<Medicare>decimal</Medicare>
<Notes>string</Notes>
<OtherFringe>decimal</OtherFringe>
<OvertimeRate1>decimal</OvertimeRate1>
<OvertimeRate2>decimal</OvertimeRate2>
<OtherDeductions>decimal</OtherDeductions>
<OtherTaxes>decimal</OtherTaxes>
<OhDay1>decimal</OhDay1>
<OhDay2>decimal</OhDay2>
<OhDay3>decimal</OhDay3>
<OhDay4>decimal</OhDay4>
<OhDay5>decimal</OhDay5>
<OhDay6>decimal</OhDay6>
<OhDay7>decimal</OhDay7>
<Pension>decimal</Pension>
<PayrollNumber>string</PayrollNumber>
<RhDay1>decimal</RhDay1>
<RhDay2>decimal</RhDay2>
<RhDay3>decimal</RhDay3>
<RhDay4>decimal</RhDay4>
<RhDay5>decimal</RhDay5>
<RhDay6>decimal</RhDay6>
<RhDay7>decimal</RhDay7>
<Savings>decimal</Savings>
<Ssn>string</Ssn>
<StateTax>decimal</StateTax>
<Sdi>decimal</Sdi>
<TaxID>string</TaxID>
<TotalGrossPay>decimal</TotalGrossPay>
<Training>decimal</Training>
<TotalNetPay>decimal</TotalNetPay>
<TravSubs>decimal</TravSubs>
<UnionDues>decimal</UnionDues>
<VacationHoliday>decimal</VacationHoliday>
<WithHolding>decimal</WithHolding>
</Payroll>
</GetPayrollListResult>
</GetPayrollListResponse>
</soap12:Body>
</soap12:Envelope>