ProBusinessTools


Click here for a complete list of operations.

GetTeamInfo

This method will return a custom object with all the information for the team id provided.

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 /publicwebservices/probusinesstools.asmx HTTP/1.1
Host: secure.probusinesstools.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://secure.probusinesstools.com/publicWebServices/GetTeamInfo"

<?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>
    <GetTeamInfo xmlns="http://secure.probusinesstools.com/publicWebServices">
      <wsKey>
        <Username>string</Username>
        <Password>string</Password>
        <loginErrorMessage>string</loginErrorMessage>
      </wsKey>
      <teamInternalId>string</teamInternalId>
      <includeCoverage>boolean</includeCoverage>
    </GetTeamInfo>
  </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>
    <GetTeamInfoResponse xmlns="http://secure.probusinesstools.com/publicWebServices">
      <GetTeamInfoResult>
        <InternalId>string</InternalId>
        <CreatedOnDate>string</CreatedOnDate>
        <Name>string</Name>
        <Username>string</Username>
        <Password>string</Password>
        <Address>string</Address>
        <City>string</City>
        <State>string</State>
        <Zip>string</Zip>
        <Phone>string</Phone>
        <Phone2>string</Phone2>
        <Fax>string</Fax>
        <Email>string</Email>
        <SendNotifications>string</SendNotifications>
        <ThirdPartySub>string</ThirdPartySub>
        <Sbca>string</Sbca>
        <SbcaExpirationDate>string</SbcaExpirationDate>
        <NextelId>string</NextelId>
        <PayrollId>string</PayrollId>
        <TaxId>string</TaxId>
        <PayLevel>string</PayLevel>
        <GroupName>string</GroupName>
        <Ranking>string</Ranking>
        <MaxTechLevel>string</MaxTechLevel>
        <TechLevelList>string</TechLevelList>
        <TechCategory>string</TechCategory>
        <MaxDistanceBetweenAppointments>string</MaxDistanceBetweenAppointments>
        <MaxWorkPerDay>string</MaxWorkPerDay>
        <MaxWorkPerAppointmentSlot>string</MaxWorkPerAppointmentSlot>
        <NumberOfScheduleOrdersViewable>string</NumberOfScheduleOrdersViewable>
        <NumberOfDaysViewable>string</NumberOfDaysViewable>
        <DirectoryAccessStaffView>string</DirectoryAccessStaffView>
        <DirectoryAccessTeamView>string</DirectoryAccessTeamView>
        <WorkOrderFileSecurity>string</WorkOrderFileSecurity>
        <WorkOrderFileSecurityOwnFilesOnly>string</WorkOrderFileSecurityOwnFilesOnly>
        <AllowAccessToDailySchedule>string</AllowAccessToDailySchedule>
        <AllowAccessToCloseoutPage>string</AllowAccessToCloseoutPage>
        <AllowAccessToSchedule>string</AllowAccessToSchedule>
        <AllowAccessToQaQuestions>string</AllowAccessToQaQuestions>
        <AllowAccessToOrderSearch>string</AllowAccessToOrderSearch>
        <AllowAccessToViewOrder>string</AllowAccessToViewOrder>
        <AllowAccessToEditOrder>string</AllowAccessToEditOrder>
        <AllowAccessToSupportTickets>string</AllowAccessToSupportTickets>
        <ViewNotes>string</ViewNotes>
        <DefaultWarehouseId>string</DefaultWarehouseId>
        <DefaultWarehouseName>string</DefaultWarehouseName>
        <Notes>string</Notes>
        <ConnectedToStaffId>string</ConnectedToStaffId>
        <ConnectedToStaffName>string</ConnectedToStaffName>
        <TimeSlotsInfo>
          <TimeSlotsInfo>
            <SlotId>int</SlotId>
            <TimeFrame>string</TimeFrame>
            <NumberOfAppointments>string</NumberOfAppointments>
          </TimeSlotsInfo>
          <TimeSlotsInfo>
            <SlotId>int</SlotId>
            <TimeFrame>string</TimeFrame>
            <NumberOfAppointments>string</NumberOfAppointments>
          </TimeSlotsInfo>
        </TimeSlotsInfo>
        <CoverageInfo>
          <CoverageInfo>
            <Day>string</Day>
            <Coverage>string</Coverage>
          </CoverageInfo>
          <CoverageInfo>
            <Day>string</Day>
            <Coverage>string</Coverage>
          </CoverageInfo>
        </CoverageInfo>
      </GetTeamInfoResult>
      <wsKey>
        <Username>string</Username>
        <Password>string</Password>
        <loginErrorMessage>string</loginErrorMessage>
      </wsKey>
    </GetTeamInfoResponse>
  </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 /publicwebservices/probusinesstools.asmx HTTP/1.1
Host: secure.probusinesstools.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>
    <GetTeamInfo xmlns="http://secure.probusinesstools.com/publicWebServices">
      <wsKey>
        <Username>string</Username>
        <Password>string</Password>
        <loginErrorMessage>string</loginErrorMessage>
      </wsKey>
      <teamInternalId>string</teamInternalId>
      <includeCoverage>boolean</includeCoverage>
    </GetTeamInfo>
  </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>
    <GetTeamInfoResponse xmlns="http://secure.probusinesstools.com/publicWebServices">
      <GetTeamInfoResult>
        <InternalId>string</InternalId>
        <CreatedOnDate>string</CreatedOnDate>
        <Name>string</Name>
        <Username>string</Username>
        <Password>string</Password>
        <Address>string</Address>
        <City>string</City>
        <State>string</State>
        <Zip>string</Zip>
        <Phone>string</Phone>
        <Phone2>string</Phone2>
        <Fax>string</Fax>
        <Email>string</Email>
        <SendNotifications>string</SendNotifications>
        <ThirdPartySub>string</ThirdPartySub>
        <Sbca>string</Sbca>
        <SbcaExpirationDate>string</SbcaExpirationDate>
        <NextelId>string</NextelId>
        <PayrollId>string</PayrollId>
        <TaxId>string</TaxId>
        <PayLevel>string</PayLevel>
        <GroupName>string</GroupName>
        <Ranking>string</Ranking>
        <MaxTechLevel>string</MaxTechLevel>
        <TechLevelList>string</TechLevelList>
        <TechCategory>string</TechCategory>
        <MaxDistanceBetweenAppointments>string</MaxDistanceBetweenAppointments>
        <MaxWorkPerDay>string</MaxWorkPerDay>
        <MaxWorkPerAppointmentSlot>string</MaxWorkPerAppointmentSlot>
        <NumberOfScheduleOrdersViewable>string</NumberOfScheduleOrdersViewable>
        <NumberOfDaysViewable>string</NumberOfDaysViewable>
        <DirectoryAccessStaffView>string</DirectoryAccessStaffView>
        <DirectoryAccessTeamView>string</DirectoryAccessTeamView>
        <WorkOrderFileSecurity>string</WorkOrderFileSecurity>
        <WorkOrderFileSecurityOwnFilesOnly>string</WorkOrderFileSecurityOwnFilesOnly>
        <AllowAccessToDailySchedule>string</AllowAccessToDailySchedule>
        <AllowAccessToCloseoutPage>string</AllowAccessToCloseoutPage>
        <AllowAccessToSchedule>string</AllowAccessToSchedule>
        <AllowAccessToQaQuestions>string</AllowAccessToQaQuestions>
        <AllowAccessToOrderSearch>string</AllowAccessToOrderSearch>
        <AllowAccessToViewOrder>string</AllowAccessToViewOrder>
        <AllowAccessToEditOrder>string</AllowAccessToEditOrder>
        <AllowAccessToSupportTickets>string</AllowAccessToSupportTickets>
        <ViewNotes>string</ViewNotes>
        <DefaultWarehouseId>string</DefaultWarehouseId>
        <DefaultWarehouseName>string</DefaultWarehouseName>
        <Notes>string</Notes>
        <ConnectedToStaffId>string</ConnectedToStaffId>
        <ConnectedToStaffName>string</ConnectedToStaffName>
        <TimeSlotsInfo>
          <TimeSlotsInfo>
            <SlotId>int</SlotId>
            <TimeFrame>string</TimeFrame>
            <NumberOfAppointments>string</NumberOfAppointments>
          </TimeSlotsInfo>
          <TimeSlotsInfo>
            <SlotId>int</SlotId>
            <TimeFrame>string</TimeFrame>
            <NumberOfAppointments>string</NumberOfAppointments>
          </TimeSlotsInfo>
        </TimeSlotsInfo>
        <CoverageInfo>
          <CoverageInfo>
            <Day>string</Day>
            <Coverage>string</Coverage>
          </CoverageInfo>
          <CoverageInfo>
            <Day>string</Day>
            <Coverage>string</Coverage>
          </CoverageInfo>
        </CoverageInfo>
      </GetTeamInfoResult>
      <wsKey>
        <Username>string</Username>
        <Password>string</Password>
        <loginErrorMessage>string</loginErrorMessage>
      </wsKey>
    </GetTeamInfoResponse>
  </soap12:Body>
</soap12:Envelope>