GET api/external/v1/PayDaily
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SFE.Common.PublicEntities.PayDailyVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DateTime | date |
None. |
|
| GroupKey | date |
None. |
|
| TZOffset | integer |
None. |
|
| DepartmentId | integer |
None. |
|
| DepartmentAlphaNumId | string |
None. |
|
| DepartmentName | string |
None. |
|
| UserAlphaNumId | string |
None. |
|
| UserFirstName | string |
None. |
|
| UserLastName | string |
None. |
|
| OffstandardId | integer |
None. |
|
| OffstandardAlphaNumId | string |
None. |
|
| OffstandardName | string |
None. |
|
| SegmentKey | string |
None. |
|
| Contract | string |
None. |
|
| IsOverTime | boolean |
None. |
|
| IsWeekly | boolean |
None. |
|
| IsOutsideShift | boolean |
None. |
|
| IsAudited | boolean |
None. |
|
| Week | integer |
None. |
|
| DayOfWeek | System.DayOfWeek |
None. |
|
| Hours | decimal number |
None. |
|
| WorkHours | decimal number |
None. |
|
| FormulaHours | decimal number |
None. |
|
| MonetaryValue | decimal number |
None. |
|
| MakeUp | decimal number |
None. |
|
| PieceRate | decimal number |
None. |
|
| StandardTime | decimal number |
None. |
|
| AddOnTime | decimal number |
None. |
|
| EcAddOnTime | decimal number |
None. |
|
| ExtraAddOnTime | decimal number |
None. |
|
| TotalSMV | decimal number |
None. |
|
| UserBaseRateRate | decimal number |
None. |
|
| UserHourlyRate | decimal number |
None. |
|
| UserAverageRate | decimal number |
None. |
|
| UserAverageRate2 | decimal number |
None. |
|
| UserAverageRate3 | decimal number |
None. |
|
| UserAverageRate4 | decimal number |
None. |
|
| UserSalary | decimal number |
None. |
|
| CompanyGuarantee | decimal number |
None. |
|
| Formula | string |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedComment | string |
None. |
|
| ModifiedField | integer |
None. |
|
| ModifiedDateTime | date |
None. |
|
| ImageUri | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"dateTime": "2025-12-10T03:23:57.7516873Z",
"groupKey": "2025-12-10T03:23:57.7516873Z",
"tzOffset": 3,
"departmentId": 4,
"departmentAlphaNumId": "sample string 5",
"departmentName": "sample string 6",
"userAlphaNumId": "sample string 7",
"userFirstName": "sample string 8",
"userLastName": "sample string 9",
"offstandardId": 10,
"offstandardAlphaNumId": "sample string 11",
"offstandardName": "sample string 12",
"segmentKey": "sample string 13",
"contract": "sample string 14",
"isOverTime": true,
"isWeekly": true,
"isOutsideShift": true,
"isAudited": true,
"week": 18,
"dayOfWeek": 0,
"hours": 21.0,
"workHours": 0.0,
"formulaHours": 21.0,
"monetaryValue": 22.0,
"makeUp": 23.0,
"pieceRate": 24.0,
"standardTime": 25.0,
"addOnTime": 1.0,
"ecAddOnTime": 1.0,
"extraAddOnTime": 1.0,
"totalSMV": 28.0,
"userBaseRateRate": 26.0,
"userHourlyRate": 27.0,
"userAverageRate": 28.0,
"userAverageRate2": 29.0,
"userAverageRate3": 30.0,
"userAverageRate4": 31.0,
"userSalary": 32.0,
"companyGuarantee": 33.0,
"formula": "sample string 34",
"modifiedBy": "sample string 35",
"modifiedComment": "sample string 36",
"modifiedField": 1,
"modifiedDateTime": "2025-12-10T03:23:57.7516873Z",
"imageUri": "sample string 37"
},
{
"id": 1,
"dateTime": "2025-12-10T03:23:57.7516873Z",
"groupKey": "2025-12-10T03:23:57.7516873Z",
"tzOffset": 3,
"departmentId": 4,
"departmentAlphaNumId": "sample string 5",
"departmentName": "sample string 6",
"userAlphaNumId": "sample string 7",
"userFirstName": "sample string 8",
"userLastName": "sample string 9",
"offstandardId": 10,
"offstandardAlphaNumId": "sample string 11",
"offstandardName": "sample string 12",
"segmentKey": "sample string 13",
"contract": "sample string 14",
"isOverTime": true,
"isWeekly": true,
"isOutsideShift": true,
"isAudited": true,
"week": 18,
"dayOfWeek": 0,
"hours": 21.0,
"workHours": 0.0,
"formulaHours": 21.0,
"monetaryValue": 22.0,
"makeUp": 23.0,
"pieceRate": 24.0,
"standardTime": 25.0,
"addOnTime": 1.0,
"ecAddOnTime": 1.0,
"extraAddOnTime": 1.0,
"totalSMV": 28.0,
"userBaseRateRate": 26.0,
"userHourlyRate": 27.0,
"userAverageRate": 28.0,
"userAverageRate2": 29.0,
"userAverageRate3": 30.0,
"userAverageRate4": 31.0,
"userSalary": 32.0,
"companyGuarantee": 33.0,
"formula": "sample string 34",
"modifiedBy": "sample string 35",
"modifiedComment": "sample string 36",
"modifiedField": 1,
"modifiedDateTime": "2025-12-10T03:23:57.7516873Z",
"imageUri": "sample string 37"
}
]
application/xml, text/xml
Sample:
<ArrayOfPayDailyVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFE.Common.PublicEntities">
<PayDailyVM>
<AddOnTime>1</AddOnTime>
<CompanyGuarantee>33</CompanyGuarantee>
<Contract>sample string 14</Contract>
<DateTime>2025-12-09T19:23:57.7516873-08:00</DateTime>
<DayOfWeek>Sunday</DayOfWeek>
<DepartmentAlphaNumId>sample string 5</DepartmentAlphaNumId>
<DepartmentId>4</DepartmentId>
<DepartmentName>sample string 6</DepartmentName>
<EcAddOnTime>1</EcAddOnTime>
<ExtraAddOnTime>1</ExtraAddOnTime>
<Formula>sample string 34</Formula>
<FormulaHours>21</FormulaHours>
<GroupKey>2025-12-09T19:23:57.7516873-08:00</GroupKey>
<Hours>21</Hours>
<Id>1</Id>
<ImageUri>sample string 37</ImageUri>
<IsAudited>true</IsAudited>
<IsOutsideShift>true</IsOutsideShift>
<IsOverTime>true</IsOverTime>
<IsWeekly>true</IsWeekly>
<MakeUp>23</MakeUp>
<ModifiedBy>sample string 35</ModifiedBy>
<ModifiedComment>sample string 36</ModifiedComment>
<ModifiedDateTime>2025-12-09T19:23:57.7516873-08:00</ModifiedDateTime>
<ModifiedField>1</ModifiedField>
<MonetaryValue>22</MonetaryValue>
<OffstandardAlphaNumId>sample string 11</OffstandardAlphaNumId>
<OffstandardId>10</OffstandardId>
<OffstandardName>sample string 12</OffstandardName>
<PieceRate>24</PieceRate>
<SegmentKey>sample string 13</SegmentKey>
<StandardTime>25</StandardTime>
<TZOffset>3</TZOffset>
<UserAlphaNumId>sample string 7</UserAlphaNumId>
<UserAverageRate>28</UserAverageRate>
<UserAverageRate2>29</UserAverageRate2>
<UserAverageRate3>30</UserAverageRate3>
<UserAverageRate4>31</UserAverageRate4>
<UserBaseRateRate>26</UserBaseRateRate>
<UserFirstName>sample string 8</UserFirstName>
<UserHourlyRate>27</UserHourlyRate>
<UserLastName>sample string 9</UserLastName>
<UserSalary>32</UserSalary>
<Week>18</Week>
<WorkHours>0</WorkHours>
</PayDailyVM>
<PayDailyVM>
<AddOnTime>1</AddOnTime>
<CompanyGuarantee>33</CompanyGuarantee>
<Contract>sample string 14</Contract>
<DateTime>2025-12-09T19:23:57.7516873-08:00</DateTime>
<DayOfWeek>Sunday</DayOfWeek>
<DepartmentAlphaNumId>sample string 5</DepartmentAlphaNumId>
<DepartmentId>4</DepartmentId>
<DepartmentName>sample string 6</DepartmentName>
<EcAddOnTime>1</EcAddOnTime>
<ExtraAddOnTime>1</ExtraAddOnTime>
<Formula>sample string 34</Formula>
<FormulaHours>21</FormulaHours>
<GroupKey>2025-12-09T19:23:57.7516873-08:00</GroupKey>
<Hours>21</Hours>
<Id>1</Id>
<ImageUri>sample string 37</ImageUri>
<IsAudited>true</IsAudited>
<IsOutsideShift>true</IsOutsideShift>
<IsOverTime>true</IsOverTime>
<IsWeekly>true</IsWeekly>
<MakeUp>23</MakeUp>
<ModifiedBy>sample string 35</ModifiedBy>
<ModifiedComment>sample string 36</ModifiedComment>
<ModifiedDateTime>2025-12-09T19:23:57.7516873-08:00</ModifiedDateTime>
<ModifiedField>1</ModifiedField>
<MonetaryValue>22</MonetaryValue>
<OffstandardAlphaNumId>sample string 11</OffstandardAlphaNumId>
<OffstandardId>10</OffstandardId>
<OffstandardName>sample string 12</OffstandardName>
<PieceRate>24</PieceRate>
<SegmentKey>sample string 13</SegmentKey>
<StandardTime>25</StandardTime>
<TZOffset>3</TZOffset>
<UserAlphaNumId>sample string 7</UserAlphaNumId>
<UserAverageRate>28</UserAverageRate>
<UserAverageRate2>29</UserAverageRate2>
<UserAverageRate3>30</UserAverageRate3>
<UserAverageRate4>31</UserAverageRate4>
<UserBaseRateRate>26</UserBaseRateRate>
<UserFirstName>sample string 8</UserFirstName>
<UserHourlyRate>27</UserHourlyRate>
<UserLastName>sample string 9</UserLastName>
<UserSalary>32</UserSalary>
<Week>18</Week>
<WorkHours>0</WorkHours>
</PayDailyVM>
</ArrayOfPayDailyVM>