GET api/JobOrder/JobAssignments?jobOrderCode={jobOrderCode}&pageNumber={pageNumber}&pageSize={pageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jobOrderCode

string

Required

pageNumber

integer

Default value is 1

pageSize

integer

Default value is 100

Body Parameters

None.

Response Information

Resource Description

Collection of ImportAssignmentDTO
NameDescriptionTypeAdditional information
AgencyName

string

Required

ClientCode

string

Required

HREmpId

string

Required

PayMethod

string

Required

EffectiveDate

string

Required

AsgmtStartDate

string

Required

AsgmtEndDate

string

Required

AssignmentNo

string

Required

PayRate

string

Required

BillRateType

string

Required

MarkupPercent

string

None.

OTMarkupPercent

string

None.

OT2MarkupPercent

string

None.

RegFlatBillRate

string

None.

OT1FlatBillRate

string

None.

OT2FlatBillRate

string

None.

Department

string

None.

Level1

string

None.

Level2

string

None.

Level3

string

None.

Level4

string

None.

StartTime

string

None.

EndTime

string

None.

ExtJobOrderId

string

Required

PayCategory

Collection of AsgmtCustomPropertyDTO

None.

CustomProperty

Collection of AsgmtCustomPropertyDTO

None.

IsCompensation

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AgencyName": "sample string 1",
    "ClientCode": "sample string 2",
    "HREmpId": "sample string 3",
    "PayMethod": "sample string 4",
    "EffectiveDate": "sample string 5",
    "AsgmtStartDate": "sample string 6",
    "AsgmtEndDate": "sample string 7",
    "AssignmentNo": "sample string 8",
    "PayRate": "sample string 9",
    "BillRateType": "sample string 10",
    "MarkupPercent": "sample string 11",
    "OTMarkupPercent": "sample string 12",
    "OT2MarkupPercent": "sample string 13",
    "RegFlatBillRate": "sample string 14",
    "OT1FlatBillRate": "sample string 15",
    "OT2FlatBillRate": "sample string 16",
    "Department": "sample string 18",
    "Level1": "sample string 19",
    "Level2": "sample string 20",
    "Level3": "sample string 21",
    "Level4": "sample string 22",
    "StartTime": "sample string 23",
    "EndTime": "sample string 24",
    "ExtJobOrderId": "sample string 25",
    "PayCategory": [
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      }
    ],
    "CustomProperty": [
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      }
    ],
    "IsCompensation": "sample string 44"
  },
  {
    "AgencyName": "sample string 1",
    "ClientCode": "sample string 2",
    "HREmpId": "sample string 3",
    "PayMethod": "sample string 4",
    "EffectiveDate": "sample string 5",
    "AsgmtStartDate": "sample string 6",
    "AsgmtEndDate": "sample string 7",
    "AssignmentNo": "sample string 8",
    "PayRate": "sample string 9",
    "BillRateType": "sample string 10",
    "MarkupPercent": "sample string 11",
    "OTMarkupPercent": "sample string 12",
    "OT2MarkupPercent": "sample string 13",
    "RegFlatBillRate": "sample string 14",
    "OT1FlatBillRate": "sample string 15",
    "OT2FlatBillRate": "sample string 16",
    "Department": "sample string 18",
    "Level1": "sample string 19",
    "Level2": "sample string 20",
    "Level3": "sample string 21",
    "Level4": "sample string 22",
    "StartTime": "sample string 23",
    "EndTime": "sample string 24",
    "ExtJobOrderId": "sample string 25",
    "PayCategory": [
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      }
    ],
    "CustomProperty": [
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      }
    ],
    "IsCompensation": "sample string 44"
  }
]

application/xml, text/xml

Sample:
<ArrayOfImportAssignmentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WurkNowDTO.TLM">
  <ImportAssignmentDTO>
    <AgencyName>sample string 1</AgencyName>
    <AsgmtEndDate>sample string 7</AsgmtEndDate>
    <AsgmtEndDateVal>2026-02-04T01:36:37.9625596-08:00</AsgmtEndDateVal>
    <AsgmtEndTime>1</AsgmtEndTime>
    <AsgmtStartDate>sample string 6</AsgmtStartDate>
    <AsgmtStartDateVal>2026-02-04T01:36:37.9625596-08:00</AsgmtStartDateVal>
    <AsgmtStartTime>1</AsgmtStartTime>
    <AssignmentNo>sample string 8</AssignmentNo>
    <AssignmentNoVal>sample string 34</AssignmentNoVal>
    <BillRateType>sample string 10</BillRateType>
    <BillRateTypeVal>36</BillRateTypeVal>
    <ClientCode>sample string 2</ClientCode>
    <ClientId>30</ClientId>
    <ClientName>sample string 26</ClientName>
    <CustomProperty xmlns:d3p1="http://schemas.datacontract.org/2004/07/WurkNowDTO">
      <d3p1:AsgmtCustomPropertyDTO>
        <d3p1:JobTempAsgmtCustDataId>4</d3p1:JobTempAsgmtCustDataId>
        <d3p1:JobTempAsgmtId>5</d3p1:JobTempAsgmtId>
        <d3p1:Name>sample string 1</d3p1:Name>
        <d3p1:PropType>3</d3p1:PropType>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:AsgmtCustomPropertyDTO>
      <d3p1:AsgmtCustomPropertyDTO>
        <d3p1:JobTempAsgmtCustDataId>4</d3p1:JobTempAsgmtCustDataId>
        <d3p1:JobTempAsgmtId>5</d3p1:JobTempAsgmtId>
        <d3p1:Name>sample string 1</d3p1:Name>
        <d3p1:PropType>3</d3p1:PropType>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:AsgmtCustomPropertyDTO>
    </CustomProperty>
    <Department>sample string 18</Department>
    <DepartmentId>1</DepartmentId>
    <EffectiveDate>sample string 5</EffectiveDate>
    <EffectiveDateVal>2026-02-04T01:36:37.9625596-08:00</EffectiveDateVal>
    <EndTime>sample string 24</EndTime>
    <ExtJobOrderId>sample string 25</ExtJobOrderId>
    <HREmpId>sample string 3</HREmpId>
    <IsCompensation>sample string 44</IsCompensation>
    <IsOngoingAsgmt>true</IsOngoingAsgmt>
    <IsUseAsgmt>true</IsUseAsgmt>
    <JobTempAsgmtId>29</JobTempAsgmtId>
    <Level1>sample string 19</Level1>
    <Level2>sample string 20</Level2>
    <Level3>sample string 21</Level3>
    <Level4>sample string 22</Level4>
    <LevelId1>1</LevelId1>
    <LevelId2>1</LevelId2>
    <LevelId3>1</LevelId3>
    <LevelId4>1</LevelId4>
    <MarkupPercent>sample string 11</MarkupPercent>
    <MarkupPercentVal>37</MarkupPercentVal>
    <OT1FlatBillRate>sample string 15</OT1FlatBillRate>
    <OT1FlatBillRateVal>41</OT1FlatBillRateVal>
    <OT2FlatBillRate>sample string 16</OT2FlatBillRate>
    <OT2FlatBillRateVal>42</OT2FlatBillRateVal>
    <OT2MarkupPercent>sample string 13</OT2MarkupPercent>
    <OT2MarkupPercentVal>39</OT2MarkupPercentVal>
    <OTMarkupPercent>sample string 12</OTMarkupPercent>
    <OTMarkupPercentVal>38</OTMarkupPercentVal>
    <PayCategory xmlns:d3p1="http://schemas.datacontract.org/2004/07/WurkNowDTO">
      <d3p1:AsgmtCustomPropertyDTO>
        <d3p1:JobTempAsgmtCustDataId>4</d3p1:JobTempAsgmtCustDataId>
        <d3p1:JobTempAsgmtId>5</d3p1:JobTempAsgmtId>
        <d3p1:Name>sample string 1</d3p1:Name>
        <d3p1:PropType>3</d3p1:PropType>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:AsgmtCustomPropertyDTO>
      <d3p1:AsgmtCustomPropertyDTO>
        <d3p1:JobTempAsgmtCustDataId>4</d3p1:JobTempAsgmtCustDataId>
        <d3p1:JobTempAsgmtId>5</d3p1:JobTempAsgmtId>
        <d3p1:Name>sample string 1</d3p1:Name>
        <d3p1:PropType>3</d3p1:PropType>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:AsgmtCustomPropertyDTO>
    </PayCategory>
    <PayMethod>sample string 4</PayMethod>
    <PayMethodVal>32</PayMethodVal>
    <PayRate>sample string 9</PayRate>
    <PayRateVal>35</PayRateVal>
    <RegFlatBillRate>sample string 14</RegFlatBillRate>
    <RegFlatBillRateVal>40</RegFlatBillRateVal>
    <StartTime>sample string 23</StartTime>
    <TlmShiftId>1</TlmShiftId>
    <UseAssignmentId>sample string 17</UseAssignmentId>
    <UserId>28</UserId>
    <WorkerId>31</WorkerId>
  </ImportAssignmentDTO>
  <ImportAssignmentDTO>
    <AgencyName>sample string 1</AgencyName>
    <AsgmtEndDate>sample string 7</AsgmtEndDate>
    <AsgmtEndDateVal>2026-02-04T01:36:37.9625596-08:00</AsgmtEndDateVal>
    <AsgmtEndTime>1</AsgmtEndTime>
    <AsgmtStartDate>sample string 6</AsgmtStartDate>
    <AsgmtStartDateVal>2026-02-04T01:36:37.9625596-08:00</AsgmtStartDateVal>
    <AsgmtStartTime>1</AsgmtStartTime>
    <AssignmentNo>sample string 8</AssignmentNo>
    <AssignmentNoVal>sample string 34</AssignmentNoVal>
    <BillRateType>sample string 10</BillRateType>
    <BillRateTypeVal>36</BillRateTypeVal>
    <ClientCode>sample string 2</ClientCode>
    <ClientId>30</ClientId>
    <ClientName>sample string 26</ClientName>
    <CustomProperty xmlns:d3p1="http://schemas.datacontract.org/2004/07/WurkNowDTO">
      <d3p1:AsgmtCustomPropertyDTO>
        <d3p1:JobTempAsgmtCustDataId>4</d3p1:JobTempAsgmtCustDataId>
        <d3p1:JobTempAsgmtId>5</d3p1:JobTempAsgmtId>
        <d3p1:Name>sample string 1</d3p1:Name>
        <d3p1:PropType>3</d3p1:PropType>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:AsgmtCustomPropertyDTO>
      <d3p1:AsgmtCustomPropertyDTO>
        <d3p1:JobTempAsgmtCustDataId>4</d3p1:JobTempAsgmtCustDataId>
        <d3p1:JobTempAsgmtId>5</d3p1:JobTempAsgmtId>
        <d3p1:Name>sample string 1</d3p1:Name>
        <d3p1:PropType>3</d3p1:PropType>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:AsgmtCustomPropertyDTO>
    </CustomProperty>
    <Department>sample string 18</Department>
    <DepartmentId>1</DepartmentId>
    <EffectiveDate>sample string 5</EffectiveDate>
    <EffectiveDateVal>2026-02-04T01:36:37.9625596-08:00</EffectiveDateVal>
    <EndTime>sample string 24</EndTime>
    <ExtJobOrderId>sample string 25</ExtJobOrderId>
    <HREmpId>sample string 3</HREmpId>
    <IsCompensation>sample string 44</IsCompensation>
    <IsOngoingAsgmt>true</IsOngoingAsgmt>
    <IsUseAsgmt>true</IsUseAsgmt>
    <JobTempAsgmtId>29</JobTempAsgmtId>
    <Level1>sample string 19</Level1>
    <Level2>sample string 20</Level2>
    <Level3>sample string 21</Level3>
    <Level4>sample string 22</Level4>
    <LevelId1>1</LevelId1>
    <LevelId2>1</LevelId2>
    <LevelId3>1</LevelId3>
    <LevelId4>1</LevelId4>
    <MarkupPercent>sample string 11</MarkupPercent>
    <MarkupPercentVal>37</MarkupPercentVal>
    <OT1FlatBillRate>sample string 15</OT1FlatBillRate>
    <OT1FlatBillRateVal>41</OT1FlatBillRateVal>
    <OT2FlatBillRate>sample string 16</OT2FlatBillRate>
    <OT2FlatBillRateVal>42</OT2FlatBillRateVal>
    <OT2MarkupPercent>sample string 13</OT2MarkupPercent>
    <OT2MarkupPercentVal>39</OT2MarkupPercentVal>
    <OTMarkupPercent>sample string 12</OTMarkupPercent>
    <OTMarkupPercentVal>38</OTMarkupPercentVal>
    <PayCategory xmlns:d3p1="http://schemas.datacontract.org/2004/07/WurkNowDTO">
      <d3p1:AsgmtCustomPropertyDTO>
        <d3p1:JobTempAsgmtCustDataId>4</d3p1:JobTempAsgmtCustDataId>
        <d3p1:JobTempAsgmtId>5</d3p1:JobTempAsgmtId>
        <d3p1:Name>sample string 1</d3p1:Name>
        <d3p1:PropType>3</d3p1:PropType>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:AsgmtCustomPropertyDTO>
      <d3p1:AsgmtCustomPropertyDTO>
        <d3p1:JobTempAsgmtCustDataId>4</d3p1:JobTempAsgmtCustDataId>
        <d3p1:JobTempAsgmtId>5</d3p1:JobTempAsgmtId>
        <d3p1:Name>sample string 1</d3p1:Name>
        <d3p1:PropType>3</d3p1:PropType>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:AsgmtCustomPropertyDTO>
    </PayCategory>
    <PayMethod>sample string 4</PayMethod>
    <PayMethodVal>32</PayMethodVal>
    <PayRate>sample string 9</PayRate>
    <PayRateVal>35</PayRateVal>
    <RegFlatBillRate>sample string 14</RegFlatBillRate>
    <RegFlatBillRateVal>40</RegFlatBillRateVal>
    <StartTime>sample string 23</StartTime>
    <TlmShiftId>1</TlmShiftId>
    <UseAssignmentId>sample string 17</UseAssignmentId>
    <UserId>28</UserId>
    <WorkerId>31</WorkerId>
  </ImportAssignmentDTO>
</ArrayOfImportAssignmentDTO>