VT_API
Click here for a complete list of operations.
GetStaffExtendedDetails
Gets the extended details for a staff member with the specified code
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 /VT_API.asmx HTTP/1.1
Host: vettrak.jmdr.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.ozsoft.com.au/VETtrak/api/complete/GetStaffExtendedDetails"
<?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>
<GetStaffExtendedDetails xmlns="http://www.ozsoft.com.au/VETtrak/api/complete">
<sToken>string</sToken>
<sClie_Code>string</sClie_Code>
<xsdStart>dateTime</xsdStart>
<xsdEnd>dateTime</xsdEnd>
</GetStaffExtendedDetails>
</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>
<GetStaffExtendedDetailsResponse xmlns="http://www.ozsoft.com.au/VETtrak/api/complete">
<GetStaffExtendedDetailsResult>
<Auth>
<ID>int</ID>
<Token>string</Token>
<Status>int</Status>
<StatusMessage>string</StatusMessage>
<Identifier>string</Identifier>
<TokenType>string</TokenType>
</Auth>
<StaffExtended>
<ClientDetail>
<Empl_Identifier>string</Empl_Identifier>
<Clie_Other>string</Clie_Other>
<Clie_Username>string</Clie_Username>
<Clie_DOB>dateTime</Clie_DOB>
<Clie_RAddr>string</Clie_RAddr>
<Clie_RCity>string</Clie_RCity>
<Clie_RPCode>string</Clie_RPCode>
<Stat_RShortName>string</Stat_RShortName>
<Clie_PAddr>string</Clie_PAddr>
<Clie_PCity>string</Clie_PCity>
<Clie_PPCode>string</Clie_PPCode>
<Stat_PShortName>string</Stat_PShortName>
<Clie_Address_Type>int</Clie_Address_Type>
<Clie_Email>string</Clie_Email>
<Clie_FaxPhone>string</Clie_FaxPhone>
<Clie_HomePhone>string</Clie_HomePhone>
<Clie_WorkPhone>string</Clie_WorkPhone>
<Clie_MobilePhone>string</Clie_MobilePhone>
<Clie_EmergencyName>string</Clie_EmergencyName>
<Clie_EmergencyPhone>string</Clie_EmergencyPhone>
<Clie_Title>string</Clie_Title>
<Gender>string</Gender>
<PositionName>string</PositionName>
<PositionCode>string</PositionCode>
<Clie_Passport>string</Clie_Passport>
<Clie_Visa>string</Clie_Visa>
<Vity_Name>string</Vity_Name>
<Clie_VisaExpiry>dateTime</Clie_VisaExpiry>
<Clie_DateLastAssessed>dateTime</Clie_DateLastAssessed>
<Clie_Commenced>dateTime</Clie_Commenced>
<TerminationDate>dateTime</TerminationDate>
<Clie_Salary>decimal</Clie_Salary>
<DivisionId>int</DivisionId>
<UsualAddress xsi:nil="true" />
<PostalAddress xsi:nil="true" />
<USI>string</USI>
<USIExempt>boolean</USIExempt>
</ClientDetail>
<Classes>
<TInst xsi:nil="true" />
<TInst xsi:nil="true" />
</Classes>
<ContractsStaff>
<TContStaff xsi:nil="true" />
<TContStaff xsi:nil="true" />
</ContractsStaff>
<EnrolmentsStaff>
<TEnroStaff xsi:nil="true" />
<TEnroStaff xsi:nil="true" />
</EnrolmentsStaff>
<StaffEvents>
<TEven xsi:nil="true" />
<TEven xsi:nil="true" />
</StaffEvents>
<ContractEvents>
<TEven xsi:nil="true" />
<TEven xsi:nil="true" />
</ContractEvents>
</StaffExtended>
</GetStaffExtendedDetailsResult>
</GetStaffExtendedDetailsResponse>
</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 /VT_API.asmx HTTP/1.1
Host: vettrak.jmdr.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>
<GetStaffExtendedDetails xmlns="http://www.ozsoft.com.au/VETtrak/api/complete">
<sToken>string</sToken>
<sClie_Code>string</sClie_Code>
<xsdStart>dateTime</xsdStart>
<xsdEnd>dateTime</xsdEnd>
</GetStaffExtendedDetails>
</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>
<GetStaffExtendedDetailsResponse xmlns="http://www.ozsoft.com.au/VETtrak/api/complete">
<GetStaffExtendedDetailsResult>
<Auth>
<ID>int</ID>
<Token>string</Token>
<Status>int</Status>
<StatusMessage>string</StatusMessage>
<Identifier>string</Identifier>
<TokenType>string</TokenType>
</Auth>
<StaffExtended>
<ClientDetail>
<Empl_Identifier>string</Empl_Identifier>
<Clie_Other>string</Clie_Other>
<Clie_Username>string</Clie_Username>
<Clie_DOB>dateTime</Clie_DOB>
<Clie_RAddr>string</Clie_RAddr>
<Clie_RCity>string</Clie_RCity>
<Clie_RPCode>string</Clie_RPCode>
<Stat_RShortName>string</Stat_RShortName>
<Clie_PAddr>string</Clie_PAddr>
<Clie_PCity>string</Clie_PCity>
<Clie_PPCode>string</Clie_PPCode>
<Stat_PShortName>string</Stat_PShortName>
<Clie_Address_Type>int</Clie_Address_Type>
<Clie_Email>string</Clie_Email>
<Clie_FaxPhone>string</Clie_FaxPhone>
<Clie_HomePhone>string</Clie_HomePhone>
<Clie_WorkPhone>string</Clie_WorkPhone>
<Clie_MobilePhone>string</Clie_MobilePhone>
<Clie_EmergencyName>string</Clie_EmergencyName>
<Clie_EmergencyPhone>string</Clie_EmergencyPhone>
<Clie_Title>string</Clie_Title>
<Gender>string</Gender>
<PositionName>string</PositionName>
<PositionCode>string</PositionCode>
<Clie_Passport>string</Clie_Passport>
<Clie_Visa>string</Clie_Visa>
<Vity_Name>string</Vity_Name>
<Clie_VisaExpiry>dateTime</Clie_VisaExpiry>
<Clie_DateLastAssessed>dateTime</Clie_DateLastAssessed>
<Clie_Commenced>dateTime</Clie_Commenced>
<TerminationDate>dateTime</TerminationDate>
<Clie_Salary>decimal</Clie_Salary>
<DivisionId>int</DivisionId>
<UsualAddress xsi:nil="true" />
<PostalAddress xsi:nil="true" />
<USI>string</USI>
<USIExempt>boolean</USIExempt>
</ClientDetail>
<Classes>
<TInst xsi:nil="true" />
<TInst xsi:nil="true" />
</Classes>
<ContractsStaff>
<TContStaff xsi:nil="true" />
<TContStaff xsi:nil="true" />
</ContractsStaff>
<EnrolmentsStaff>
<TEnroStaff xsi:nil="true" />
<TEnroStaff xsi:nil="true" />
</EnrolmentsStaff>
<StaffEvents>
<TEven xsi:nil="true" />
<TEven xsi:nil="true" />
</StaffEvents>
<ContractEvents>
<TEven xsi:nil="true" />
<TEven xsi:nil="true" />
</ContractEvents>
</StaffExtended>
</GetStaffExtendedDetailsResult>
</GetStaffExtendedDetailsResponse>
</soap12:Body>
</soap12:Envelope>