ActivityService


Click here for a complete list of operations.

GetChangedActivities

Get all changed activities from TimeCare

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
intIntegrationId:
dtmChangedAfter:
ignoreIsExportable:
blnIncludeRelatedInfo:

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 /TimeCareApi/activityservice.asmx HTTP/1.1
Host: timecarekoping.vmkfb.se
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.timecare.se/GetChangedActivities"

<?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>
    <GetChangedActivities xmlns="http://www.timecare.se/">
      <intIntegrationId>int</intIntegrationId>
      <dtmChangedAfter>dateTime</dtmChangedAfter>
      <ignoreIsExportable>boolean</ignoreIsExportable>
      <blnIncludeRelatedInfo>boolean</blnIncludeRelatedInfo>
    </GetChangedActivities>
  </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>
    <GetChangedActivitiesResponse xmlns="http://www.timecare.se/">
      <GetChangedActivitiesResult>
        <UpdateDate>dateTime</UpdateDate>
        <UpdateTypeFlag>Inserted or Updated or Deleted or Unknown or All</UpdateTypeFlag>
        <Id>int</Id>
        <Name>string</Name>
        <PrioNo>int</PrioNo>
        <ShortName>string</ShortName>
        <Symbol>string</Symbol>
        <TimeMethod>CalculatedTime or ManuelTime or WeeklyWorkTime or FullTimeHour or FixedTime or BasedOnPreviousMonths</TimeMethod>
        <GotTimes>boolean</GotTimes>
        <UseTimeRules>boolean</UseTimeRules>
        <NegativeDayBalance>boolean</NegativeDayBalance>
        <MultiplyTimeWith>double</MultiplyTimeWith>
        <FixedLenShift>boolean</FixedLenShift>
        <UseDefSched>boolean</UseDefSched>
        <Usable>boolean</Usable>
        <IsWork>boolean</IsWork>
        <IsStaffing>boolean</IsStaffing>
        <IsPresence>boolean</IsPresence>
        <BalanceType>actNone or actWorkTime or actStaffing or actLeaveTime or actVacationTime or actVetoTime or actIsBreak or actAlertTime or actWatchTime or actIllnessTime or actOtherAbsenceTime or actOverTime or actPlusTime or actEducationLeaveTime or actNothing or actCircomstanceLeaveTime or actLegalVacationTime or actPublicVacationTime or actWorkingReductionTime or actAgeVacationTime or actLeaveSeniorityTime or actCompanyVacationTime or actMaternityLeaveTime or actParentalLeaveTime or actSeniorTime or actCareTime or actAll</BalanceType>
        <BalanceDayType>actNone or actWorkDay or actVacationDay or actLeaveDay or actVetoDay or actWatchDay or actAlertDay or actIllnessDay or actOtherAbsenceDay or actNothing or actLegalVacationDay or actPublicVacationDay or actWorkingTimeReductionDay or actSeniorDay or actCareDay</BalanceDayType>
        <WholeDay>boolean</WholeDay>
        <UseInSchedType>ReqShift or PrelShift or FinalSched or DefShift or ActiveShift or NoShift or All</UseInSchedType>
        <CombinedWith>
          <int>int</int>
          <int>int</int>
        </CombinedWith>
        <TimeDefSched>boolean</TimeDefSched>
        <IsBreak>boolean</IsBreak>
        <ArrayOfRuleContract>
          <ActivityRuleContract>
            <Contract xsi:nil="true" />
            <ContractId>int</ContractId>
            <ValidFrom>dateTime</ValidFrom>
            <ValidTo>dateTime</ValidTo>
          </ActivityRuleContract>
          <ActivityRuleContract>
            <Contract xsi:nil="true" />
            <ContractId>int</ContractId>
            <ValidFrom>dateTime</ValidFrom>
            <ValidTo>dateTime</ValidTo>
          </ActivityRuleContract>
        </ArrayOfRuleContract>
        <ArrayOfSkill>
          <Skill>
            <Id>int</Id>
            <Name>string</Name>
            <Color xsi:nil="true" />
            <ReqColor xsi:nil="true" />
            <ShortName>string</ShortName>
            <Comment>string</Comment>
            <ExternalSkillId>string</ExternalSkillId>
            <IsExportable>boolean</IsExportable>
            <Reference>string</Reference>
          </Skill>
          <Skill>
            <Id>int</Id>
            <Name>string</Name>
            <Color xsi:nil="true" />
            <ReqColor xsi:nil="true" />
            <ShortName>string</ShortName>
            <Comment>string</Comment>
            <ExternalSkillId>string</ExternalSkillId>
            <IsExportable>boolean</IsExportable>
            <Reference>string</Reference>
          </Skill>
        </ArrayOfSkill>
        <ArrayOfDayTypeUsable>
          <DayType>
            <Name>string</Name>
            <Sign>string</Sign>
            <ShortName>string</ShortName>
            <Color xsi:nil="true" />
            <DayTypeId>int</DayTypeId>
            <Day>dateTime</Day>
            <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
          </DayType>
          <DayType>
            <Name>string</Name>
            <Sign>string</Sign>
            <ShortName>string</ShortName>
            <Color xsi:nil="true" />
            <DayTypeId>int</DayTypeId>
            <Day>dateTime</Day>
            <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
          </DayType>
        </ArrayOfDayTypeUsable>
        <ArrayOfDayTypeCalc>
          <DayType>
            <Name>string</Name>
            <Sign>string</Sign>
            <ShortName>string</ShortName>
            <Color xsi:nil="true" />
            <DayTypeId>int</DayTypeId>
            <Day>dateTime</Day>
            <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
          </DayType>
          <DayType>
            <Name>string</Name>
            <Sign>string</Sign>
            <ShortName>string</ShortName>
            <Color xsi:nil="true" />
            <DayTypeId>int</DayTypeId>
            <Day>dateTime</Day>
            <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
          </DayType>
        </ArrayOfDayTypeCalc>
        <ExternalActivityId>string</ExternalActivityId>
        <IsExportable>boolean</IsExportable>
        <Type>string</Type>
        <Reference>string</Reference>
        <CostPlace>string</CostPlace>
      </GetChangedActivitiesResult>
      <GetChangedActivitiesResult>
        <UpdateDate>dateTime</UpdateDate>
        <UpdateTypeFlag>Inserted or Updated or Deleted or Unknown or All</UpdateTypeFlag>
        <Id>int</Id>
        <Name>string</Name>
        <PrioNo>int</PrioNo>
        <ShortName>string</ShortName>
        <Symbol>string</Symbol>
        <TimeMethod>CalculatedTime or ManuelTime or WeeklyWorkTime or FullTimeHour or FixedTime or BasedOnPreviousMonths</TimeMethod>
        <GotTimes>boolean</GotTimes>
        <UseTimeRules>boolean</UseTimeRules>
        <NegativeDayBalance>boolean</NegativeDayBalance>
        <MultiplyTimeWith>double</MultiplyTimeWith>
        <FixedLenShift>boolean</FixedLenShift>
        <UseDefSched>boolean</UseDefSched>
        <Usable>boolean</Usable>
        <IsWork>boolean</IsWork>
        <IsStaffing>boolean</IsStaffing>
        <IsPresence>boolean</IsPresence>
        <BalanceType>actNone or actWorkTime or actStaffing or actLeaveTime or actVacationTime or actVetoTime or actIsBreak or actAlertTime or actWatchTime or actIllnessTime or actOtherAbsenceTime or actOverTime or actPlusTime or actEducationLeaveTime or actNothing or actCircomstanceLeaveTime or actLegalVacationTime or actPublicVacationTime or actWorkingReductionTime or actAgeVacationTime or actLeaveSeniorityTime or actCompanyVacationTime or actMaternityLeaveTime or actParentalLeaveTime or actSeniorTime or actCareTime or actAll</BalanceType>
        <BalanceDayType>actNone or actWorkDay or actVacationDay or actLeaveDay or actVetoDay or actWatchDay or actAlertDay or actIllnessDay or actOtherAbsenceDay or actNothing or actLegalVacationDay or actPublicVacationDay or actWorkingTimeReductionDay or actSeniorDay or actCareDay</BalanceDayType>
        <WholeDay>boolean</WholeDay>
        <UseInSchedType>ReqShift or PrelShift or FinalSched or DefShift or ActiveShift or NoShift or All</UseInSchedType>
        <CombinedWith>
          <int>int</int>
          <int>int</int>
        </CombinedWith>
        <TimeDefSched>boolean</TimeDefSched>
        <IsBreak>boolean</IsBreak>
        <ArrayOfRuleContract>
          <ActivityRuleContract>
            <Contract xsi:nil="true" />
            <ContractId>int</ContractId>
            <ValidFrom>dateTime</ValidFrom>
            <ValidTo>dateTime</ValidTo>
          </ActivityRuleContract>
          <ActivityRuleContract>
            <Contract xsi:nil="true" />
            <ContractId>int</ContractId>
            <ValidFrom>dateTime</ValidFrom>
            <ValidTo>dateTime</ValidTo>
          </ActivityRuleContract>
        </ArrayOfRuleContract>
        <ArrayOfSkill>
          <Skill>
            <Id>int</Id>
            <Name>string</Name>
            <Color xsi:nil="true" />
            <ReqColor xsi:nil="true" />
            <ShortName>string</ShortName>
            <Comment>string</Comment>
            <ExternalSkillId>string</ExternalSkillId>
            <IsExportable>boolean</IsExportable>
            <Reference>string</Reference>
          </Skill>
          <Skill>
            <Id>int</Id>
            <Name>string</Name>
            <Color xsi:nil="true" />
            <ReqColor xsi:nil="true" />
            <ShortName>string</ShortName>
            <Comment>string</Comment>
            <ExternalSkillId>string</ExternalSkillId>
            <IsExportable>boolean</IsExportable>
            <Reference>string</Reference>
          </Skill>
        </ArrayOfSkill>
        <ArrayOfDayTypeUsable>
          <DayType>
            <Name>string</Name>
            <Sign>string</Sign>
            <ShortName>string</ShortName>
            <Color xsi:nil="true" />
            <DayTypeId>int</DayTypeId>
            <Day>dateTime</Day>
            <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
          </DayType>
          <DayType>
            <Name>string</Name>
            <Sign>string</Sign>
            <ShortName>string</ShortName>
            <Color xsi:nil="true" />
            <DayTypeId>int</DayTypeId>
            <Day>dateTime</Day>
            <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
          </DayType>
        </ArrayOfDayTypeUsable>
        <ArrayOfDayTypeCalc>
          <DayType>
            <Name>string</Name>
            <Sign>string</Sign>
            <ShortName>string</ShortName>
            <Color xsi:nil="true" />
            <DayTypeId>int</DayTypeId>
            <Day>dateTime</Day>
            <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
          </DayType>
          <DayType>
            <Name>string</Name>
            <Sign>string</Sign>
            <ShortName>string</ShortName>
            <Color xsi:nil="true" />
            <DayTypeId>int</DayTypeId>
            <Day>dateTime</Day>
            <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
          </DayType>
        </ArrayOfDayTypeCalc>
        <ExternalActivityId>string</ExternalActivityId>
        <IsExportable>boolean</IsExportable>
        <Type>string</Type>
        <Reference>string</Reference>
        <CostPlace>string</CostPlace>
      </GetChangedActivitiesResult>
    </GetChangedActivitiesResponse>
  </soap:Body>
</soap:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /TimeCareApi/activityservice.asmx/GetChangedActivities?intIntegrationId=string&dtmChangedAfter=string&ignoreIsExportable=string&blnIncludeRelatedInfo=string HTTP/1.1
Host: timecarekoping.vmkfb.se
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfActivity xmlns="http://www.timecare.se/">
  <Activity>
    <UpdateDate>dateTime</UpdateDate>
    <UpdateTypeFlag>Inserted or Updated or Deleted or Unknown or All</UpdateTypeFlag>
    <Id>int</Id>
    <Name>string</Name>
    <PrioNo>int</PrioNo>
    <ShortName>string</ShortName>
    <Symbol>string</Symbol>
    <TimeMethod>CalculatedTime or ManuelTime or WeeklyWorkTime or FullTimeHour or FixedTime or BasedOnPreviousMonths</TimeMethod>
    <GotTimes>boolean</GotTimes>
    <UseTimeRules>boolean</UseTimeRules>
    <NegativeDayBalance>boolean</NegativeDayBalance>
    <MultiplyTimeWith>double</MultiplyTimeWith>
    <FixedLenShift>boolean</FixedLenShift>
    <UseDefSched>boolean</UseDefSched>
    <Usable>boolean</Usable>
    <IsWork>boolean</IsWork>
    <IsStaffing>boolean</IsStaffing>
    <IsPresence>boolean</IsPresence>
    <BalanceType>actNone or actWorkTime or actStaffing or actLeaveTime or actVacationTime or actVetoTime or actIsBreak or actAlertTime or actWatchTime or actIllnessTime or actOtherAbsenceTime or actOverTime or actPlusTime or actEducationLeaveTime or actNothing or actCircomstanceLeaveTime or actLegalVacationTime or actPublicVacationTime or actWorkingReductionTime or actAgeVacationTime or actLeaveSeniorityTime or actCompanyVacationTime or actMaternityLeaveTime or actParentalLeaveTime or actSeniorTime or actCareTime or actAll</BalanceType>
    <BalanceDayType>actNone or actWorkDay or actVacationDay or actLeaveDay or actVetoDay or actWatchDay or actAlertDay or actIllnessDay or actOtherAbsenceDay or actNothing or actLegalVacationDay or actPublicVacationDay or actWorkingTimeReductionDay or actSeniorDay or actCareDay</BalanceDayType>
    <WholeDay>boolean</WholeDay>
    <UseInSchedType>ReqShift or PrelShift or FinalSched or DefShift or ActiveShift or NoShift or All</UseInSchedType>
    <CombinedWith>
      <int>int</int>
      <int>int</int>
    </CombinedWith>
    <TimeDefSched>boolean</TimeDefSched>
    <IsBreak>boolean</IsBreak>
    <ArrayOfRuleContract>
      <ActivityRuleContract>
        <Contract d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContractId>int</ContractId>
        <ValidFrom>dateTime</ValidFrom>
        <ValidTo>dateTime</ValidTo>
      </ActivityRuleContract>
      <ActivityRuleContract>
        <Contract d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContractId>int</ContractId>
        <ValidFrom>dateTime</ValidFrom>
        <ValidTo>dateTime</ValidTo>
      </ActivityRuleContract>
    </ArrayOfRuleContract>
    <ArrayOfSkill>
      <Skill>
        <Id>int</Id>
        <Name>string</Name>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReqColor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ShortName>string</ShortName>
        <Comment>string</Comment>
        <ExternalSkillId>string</ExternalSkillId>
        <IsExportable>boolean</IsExportable>
        <Reference>string</Reference>
      </Skill>
      <Skill>
        <Id>int</Id>
        <Name>string</Name>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReqColor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ShortName>string</ShortName>
        <Comment>string</Comment>
        <ExternalSkillId>string</ExternalSkillId>
        <IsExportable>boolean</IsExportable>
        <Reference>string</Reference>
      </Skill>
    </ArrayOfSkill>
    <ArrayOfDayTypeUsable>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
    </ArrayOfDayTypeUsable>
    <ArrayOfDayTypeCalc>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
    </ArrayOfDayTypeCalc>
    <ExternalActivityId>string</ExternalActivityId>
    <IsExportable>boolean</IsExportable>
    <Type>string</Type>
    <Reference>string</Reference>
    <CostPlace>string</CostPlace>
  </Activity>
  <Activity>
    <UpdateDate>dateTime</UpdateDate>
    <UpdateTypeFlag>Inserted or Updated or Deleted or Unknown or All</UpdateTypeFlag>
    <Id>int</Id>
    <Name>string</Name>
    <PrioNo>int</PrioNo>
    <ShortName>string</ShortName>
    <Symbol>string</Symbol>
    <TimeMethod>CalculatedTime or ManuelTime or WeeklyWorkTime or FullTimeHour or FixedTime or BasedOnPreviousMonths</TimeMethod>
    <GotTimes>boolean</GotTimes>
    <UseTimeRules>boolean</UseTimeRules>
    <NegativeDayBalance>boolean</NegativeDayBalance>
    <MultiplyTimeWith>double</MultiplyTimeWith>
    <FixedLenShift>boolean</FixedLenShift>
    <UseDefSched>boolean</UseDefSched>
    <Usable>boolean</Usable>
    <IsWork>boolean</IsWork>
    <IsStaffing>boolean</IsStaffing>
    <IsPresence>boolean</IsPresence>
    <BalanceType>actNone or actWorkTime or actStaffing or actLeaveTime or actVacationTime or actVetoTime or actIsBreak or actAlertTime or actWatchTime or actIllnessTime or actOtherAbsenceTime or actOverTime or actPlusTime or actEducationLeaveTime or actNothing or actCircomstanceLeaveTime or actLegalVacationTime or actPublicVacationTime or actWorkingReductionTime or actAgeVacationTime or actLeaveSeniorityTime or actCompanyVacationTime or actMaternityLeaveTime or actParentalLeaveTime or actSeniorTime or actCareTime or actAll</BalanceType>
    <BalanceDayType>actNone or actWorkDay or actVacationDay or actLeaveDay or actVetoDay or actWatchDay or actAlertDay or actIllnessDay or actOtherAbsenceDay or actNothing or actLegalVacationDay or actPublicVacationDay or actWorkingTimeReductionDay or actSeniorDay or actCareDay</BalanceDayType>
    <WholeDay>boolean</WholeDay>
    <UseInSchedType>ReqShift or PrelShift or FinalSched or DefShift or ActiveShift or NoShift or All</UseInSchedType>
    <CombinedWith>
      <int>int</int>
      <int>int</int>
    </CombinedWith>
    <TimeDefSched>boolean</TimeDefSched>
    <IsBreak>boolean</IsBreak>
    <ArrayOfRuleContract>
      <ActivityRuleContract>
        <Contract d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContractId>int</ContractId>
        <ValidFrom>dateTime</ValidFrom>
        <ValidTo>dateTime</ValidTo>
      </ActivityRuleContract>
      <ActivityRuleContract>
        <Contract d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContractId>int</ContractId>
        <ValidFrom>dateTime</ValidFrom>
        <ValidTo>dateTime</ValidTo>
      </ActivityRuleContract>
    </ArrayOfRuleContract>
    <ArrayOfSkill>
      <Skill>
        <Id>int</Id>
        <Name>string</Name>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReqColor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ShortName>string</ShortName>
        <Comment>string</Comment>
        <ExternalSkillId>string</ExternalSkillId>
        <IsExportable>boolean</IsExportable>
        <Reference>string</Reference>
      </Skill>
      <Skill>
        <Id>int</Id>
        <Name>string</Name>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReqColor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ShortName>string</ShortName>
        <Comment>string</Comment>
        <ExternalSkillId>string</ExternalSkillId>
        <IsExportable>boolean</IsExportable>
        <Reference>string</Reference>
      </Skill>
    </ArrayOfSkill>
    <ArrayOfDayTypeUsable>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
    </ArrayOfDayTypeUsable>
    <ArrayOfDayTypeCalc>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
    </ArrayOfDayTypeCalc>
    <ExternalActivityId>string</ExternalActivityId>
    <IsExportable>boolean</IsExportable>
    <Type>string</Type>
    <Reference>string</Reference>
    <CostPlace>string</CostPlace>
  </Activity>
</ArrayOfActivity>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /TimeCareApi/activityservice.asmx/GetChangedActivities HTTP/1.1
Host: timecarekoping.vmkfb.se
Content-Type: application/x-www-form-urlencoded
Content-Length: length

intIntegrationId=string&dtmChangedAfter=string&ignoreIsExportable=string&blnIncludeRelatedInfo=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfActivity xmlns="http://www.timecare.se/">
  <Activity>
    <UpdateDate>dateTime</UpdateDate>
    <UpdateTypeFlag>Inserted or Updated or Deleted or Unknown or All</UpdateTypeFlag>
    <Id>int</Id>
    <Name>string</Name>
    <PrioNo>int</PrioNo>
    <ShortName>string</ShortName>
    <Symbol>string</Symbol>
    <TimeMethod>CalculatedTime or ManuelTime or WeeklyWorkTime or FullTimeHour or FixedTime or BasedOnPreviousMonths</TimeMethod>
    <GotTimes>boolean</GotTimes>
    <UseTimeRules>boolean</UseTimeRules>
    <NegativeDayBalance>boolean</NegativeDayBalance>
    <MultiplyTimeWith>double</MultiplyTimeWith>
    <FixedLenShift>boolean</FixedLenShift>
    <UseDefSched>boolean</UseDefSched>
    <Usable>boolean</Usable>
    <IsWork>boolean</IsWork>
    <IsStaffing>boolean</IsStaffing>
    <IsPresence>boolean</IsPresence>
    <BalanceType>actNone or actWorkTime or actStaffing or actLeaveTime or actVacationTime or actVetoTime or actIsBreak or actAlertTime or actWatchTime or actIllnessTime or actOtherAbsenceTime or actOverTime or actPlusTime or actEducationLeaveTime or actNothing or actCircomstanceLeaveTime or actLegalVacationTime or actPublicVacationTime or actWorkingReductionTime or actAgeVacationTime or actLeaveSeniorityTime or actCompanyVacationTime or actMaternityLeaveTime or actParentalLeaveTime or actSeniorTime or actCareTime or actAll</BalanceType>
    <BalanceDayType>actNone or actWorkDay or actVacationDay or actLeaveDay or actVetoDay or actWatchDay or actAlertDay or actIllnessDay or actOtherAbsenceDay or actNothing or actLegalVacationDay or actPublicVacationDay or actWorkingTimeReductionDay or actSeniorDay or actCareDay</BalanceDayType>
    <WholeDay>boolean</WholeDay>
    <UseInSchedType>ReqShift or PrelShift or FinalSched or DefShift or ActiveShift or NoShift or All</UseInSchedType>
    <CombinedWith>
      <int>int</int>
      <int>int</int>
    </CombinedWith>
    <TimeDefSched>boolean</TimeDefSched>
    <IsBreak>boolean</IsBreak>
    <ArrayOfRuleContract>
      <ActivityRuleContract>
        <Contract d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContractId>int</ContractId>
        <ValidFrom>dateTime</ValidFrom>
        <ValidTo>dateTime</ValidTo>
      </ActivityRuleContract>
      <ActivityRuleContract>
        <Contract d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContractId>int</ContractId>
        <ValidFrom>dateTime</ValidFrom>
        <ValidTo>dateTime</ValidTo>
      </ActivityRuleContract>
    </ArrayOfRuleContract>
    <ArrayOfSkill>
      <Skill>
        <Id>int</Id>
        <Name>string</Name>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReqColor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ShortName>string</ShortName>
        <Comment>string</Comment>
        <ExternalSkillId>string</ExternalSkillId>
        <IsExportable>boolean</IsExportable>
        <Reference>string</Reference>
      </Skill>
      <Skill>
        <Id>int</Id>
        <Name>string</Name>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReqColor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ShortName>string</ShortName>
        <Comment>string</Comment>
        <ExternalSkillId>string</ExternalSkillId>
        <IsExportable>boolean</IsExportable>
        <Reference>string</Reference>
      </Skill>
    </ArrayOfSkill>
    <ArrayOfDayTypeUsable>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
    </ArrayOfDayTypeUsable>
    <ArrayOfDayTypeCalc>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
    </ArrayOfDayTypeCalc>
    <ExternalActivityId>string</ExternalActivityId>
    <IsExportable>boolean</IsExportable>
    <Type>string</Type>
    <Reference>string</Reference>
    <CostPlace>string</CostPlace>
  </Activity>
  <Activity>
    <UpdateDate>dateTime</UpdateDate>
    <UpdateTypeFlag>Inserted or Updated or Deleted or Unknown or All</UpdateTypeFlag>
    <Id>int</Id>
    <Name>string</Name>
    <PrioNo>int</PrioNo>
    <ShortName>string</ShortName>
    <Symbol>string</Symbol>
    <TimeMethod>CalculatedTime or ManuelTime or WeeklyWorkTime or FullTimeHour or FixedTime or BasedOnPreviousMonths</TimeMethod>
    <GotTimes>boolean</GotTimes>
    <UseTimeRules>boolean</UseTimeRules>
    <NegativeDayBalance>boolean</NegativeDayBalance>
    <MultiplyTimeWith>double</MultiplyTimeWith>
    <FixedLenShift>boolean</FixedLenShift>
    <UseDefSched>boolean</UseDefSched>
    <Usable>boolean</Usable>
    <IsWork>boolean</IsWork>
    <IsStaffing>boolean</IsStaffing>
    <IsPresence>boolean</IsPresence>
    <BalanceType>actNone or actWorkTime or actStaffing or actLeaveTime or actVacationTime or actVetoTime or actIsBreak or actAlertTime or actWatchTime or actIllnessTime or actOtherAbsenceTime or actOverTime or actPlusTime or actEducationLeaveTime or actNothing or actCircomstanceLeaveTime or actLegalVacationTime or actPublicVacationTime or actWorkingReductionTime or actAgeVacationTime or actLeaveSeniorityTime or actCompanyVacationTime or actMaternityLeaveTime or actParentalLeaveTime or actSeniorTime or actCareTime or actAll</BalanceType>
    <BalanceDayType>actNone or actWorkDay or actVacationDay or actLeaveDay or actVetoDay or actWatchDay or actAlertDay or actIllnessDay or actOtherAbsenceDay or actNothing or actLegalVacationDay or actPublicVacationDay or actWorkingTimeReductionDay or actSeniorDay or actCareDay</BalanceDayType>
    <WholeDay>boolean</WholeDay>
    <UseInSchedType>ReqShift or PrelShift or FinalSched or DefShift or ActiveShift or NoShift or All</UseInSchedType>
    <CombinedWith>
      <int>int</int>
      <int>int</int>
    </CombinedWith>
    <TimeDefSched>boolean</TimeDefSched>
    <IsBreak>boolean</IsBreak>
    <ArrayOfRuleContract>
      <ActivityRuleContract>
        <Contract d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContractId>int</ContractId>
        <ValidFrom>dateTime</ValidFrom>
        <ValidTo>dateTime</ValidTo>
      </ActivityRuleContract>
      <ActivityRuleContract>
        <Contract d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContractId>int</ContractId>
        <ValidFrom>dateTime</ValidFrom>
        <ValidTo>dateTime</ValidTo>
      </ActivityRuleContract>
    </ArrayOfRuleContract>
    <ArrayOfSkill>
      <Skill>
        <Id>int</Id>
        <Name>string</Name>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReqColor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ShortName>string</ShortName>
        <Comment>string</Comment>
        <ExternalSkillId>string</ExternalSkillId>
        <IsExportable>boolean</IsExportable>
        <Reference>string</Reference>
      </Skill>
      <Skill>
        <Id>int</Id>
        <Name>string</Name>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReqColor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ShortName>string</ShortName>
        <Comment>string</Comment>
        <ExternalSkillId>string</ExternalSkillId>
        <IsExportable>boolean</IsExportable>
        <Reference>string</Reference>
      </Skill>
    </ArrayOfSkill>
    <ArrayOfDayTypeUsable>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
    </ArrayOfDayTypeUsable>
    <ArrayOfDayTypeCalc>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
      <DayType>
        <Name>string</Name>
        <Sign>string</Sign>
        <ShortName>string</ShortName>
        <Color d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayTypeId>int</DayTypeId>
        <Day>dateTime</Day>
        <Flag>AgdaAndSum or UseBreakThisDay or UseThisDay or CalcTimeThisDay or Standard</Flag>
      </DayType>
    </ArrayOfDayTypeCalc>
    <ExternalActivityId>string</ExternalActivityId>
    <IsExportable>boolean</IsExportable>
    <Type>string</Type>
    <Reference>string</Reference>
    <CostPlace>string</CostPlace>
  </Activity>
</ArrayOfActivity>