AbraCRConnect


Click here for a complete list of operations.

RehireEmployee

Rehire employee to Sage Abra HRMS

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 /AbraCRConnect.asmx HTTP/1.1
Host: cyber.aeoa.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "VSAbraConnect/RehireEmployee"

<?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>
    <RehireEmployee xmlns="VSAbraConnect">
      <Empno>string</Empno>
      <Company>string</Company>
      <RehireDate>string</RehireDate>
      <FirstName>string</FirstName>
      <LastName>string</LastName>
      <MiddleName>string</MiddleName>
      <HomeStreet1>string</HomeStreet1>
      <HomeStreet2>string</HomeStreet2>
      <City>string</City>
      <State>string</State>
      <Country>string</Country>
      <Zip>string</Zip>
      <HomePhone>string</HomePhone>
      <CellPhone>string</CellPhone>
      <WorkPhone>string</WorkPhone>
      <WorkExt>string</WorkExt>
      <EmailAddress>string</EmailAddress>
      <AltEmail>string</AltEmail>
      <JobCode>string</JobCode>
      <JobTitle>string</JobTitle>
      <EmploymentStatus>string</EmploymentStatus>
      <AnnualPay>double</AnnualPay>
      <PayPeriodPay>double</PayPeriodPay>
      <HourlyPay>double</HourlyPay>
      <PayFrequency>string</PayFrequency>
      <SalariedHourly>string</SalariedHourly>
      <NormUnit>double</NormUnit>
      <OrgLevel1>string</OrgLevel1>
      <OrgLevel2>string</OrgLevel2>
      <OrgLevel3>string</OrgLevel3>
      <OrgLevel4>string</OrgLevel4>
      <OrgLevel5>string</OrgLevel5>
      <SuperNo>string</SuperNo>
      <Supervisor>string</Supervisor>
      <SupEmail>string</SupEmail>
      <SuperNo2>string</SuperNo2>
      <Supervisor2>string</Supervisor2>
      <SupEmail2>string</SupEmail2>
      <AdjustSeniorityDate>string</AdjustSeniorityDate>
      <NickName>string</NickName>
      <Reason>string</Reason>
      <UnionCode>string</UnionCode>
      <ShiftCode>string</ShiftCode>
      <Emerg1Contact>string</Emerg1Contact>
      <Emerg1Relation>string</Emerg1Relation>
      <Emerg1ContactNumber>string</Emerg1ContactNumber>
      <Emerg2Contact>string</Emerg2Contact>
      <Emerg2Relation>string</Emerg2Relation>
      <Emerg2ContactNumber>string</Emerg2ContactNumber>
      <Auth>string</Auth>
    </RehireEmployee>
  </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>
    <RehireEmployeeResponse xmlns="VSAbraConnect">
      <RehireEmployeeResult>string</RehireEmployeeResult>
    </RehireEmployeeResponse>
  </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 /AbraCRConnect.asmx HTTP/1.1
Host: cyber.aeoa.org
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>
    <RehireEmployee xmlns="VSAbraConnect">
      <Empno>string</Empno>
      <Company>string</Company>
      <RehireDate>string</RehireDate>
      <FirstName>string</FirstName>
      <LastName>string</LastName>
      <MiddleName>string</MiddleName>
      <HomeStreet1>string</HomeStreet1>
      <HomeStreet2>string</HomeStreet2>
      <City>string</City>
      <State>string</State>
      <Country>string</Country>
      <Zip>string</Zip>
      <HomePhone>string</HomePhone>
      <CellPhone>string</CellPhone>
      <WorkPhone>string</WorkPhone>
      <WorkExt>string</WorkExt>
      <EmailAddress>string</EmailAddress>
      <AltEmail>string</AltEmail>
      <JobCode>string</JobCode>
      <JobTitle>string</JobTitle>
      <EmploymentStatus>string</EmploymentStatus>
      <AnnualPay>double</AnnualPay>
      <PayPeriodPay>double</PayPeriodPay>
      <HourlyPay>double</HourlyPay>
      <PayFrequency>string</PayFrequency>
      <SalariedHourly>string</SalariedHourly>
      <NormUnit>double</NormUnit>
      <OrgLevel1>string</OrgLevel1>
      <OrgLevel2>string</OrgLevel2>
      <OrgLevel3>string</OrgLevel3>
      <OrgLevel4>string</OrgLevel4>
      <OrgLevel5>string</OrgLevel5>
      <SuperNo>string</SuperNo>
      <Supervisor>string</Supervisor>
      <SupEmail>string</SupEmail>
      <SuperNo2>string</SuperNo2>
      <Supervisor2>string</Supervisor2>
      <SupEmail2>string</SupEmail2>
      <AdjustSeniorityDate>string</AdjustSeniorityDate>
      <NickName>string</NickName>
      <Reason>string</Reason>
      <UnionCode>string</UnionCode>
      <ShiftCode>string</ShiftCode>
      <Emerg1Contact>string</Emerg1Contact>
      <Emerg1Relation>string</Emerg1Relation>
      <Emerg1ContactNumber>string</Emerg1ContactNumber>
      <Emerg2Contact>string</Emerg2Contact>
      <Emerg2Relation>string</Emerg2Relation>
      <Emerg2ContactNumber>string</Emerg2ContactNumber>
      <Auth>string</Auth>
    </RehireEmployee>
  </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>
    <RehireEmployeeResponse xmlns="VSAbraConnect">
      <RehireEmployeeResult>string</RehireEmployeeResult>
    </RehireEmployeeResponse>
  </soap12:Body>
</soap12:Envelope>