POST {language}/report/payrollDetailReport
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
PreviewPayrollDetailRequestName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
|
PaymentPeriodId | globally unique identifier |
None. |
|
EmployeeId | globally unique identifier |
None. |
|
payItemType | string |
None. |
|
Year | integer |
None. |
|
PaymentPeriodIdFrom | globally unique identifier |
None. |
|
PaymentPeriodIdTo | globally unique identifier |
None. |
|
IsCheckDifferent | boolean |
None. |
|
RequestId | globally unique identifier |
None. |
|
Language | string |
None. |
|
LanguageLogin | string |
None. |
|
AuthToken | string |
None. |
|
ClientId | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "PaymentPeriodId": "7a711998-9a85-4e1b-99a6-29a9a41caa62", "EmployeeId": "9666ecfb-8b4a-49d5-8aa3-5fb1c95c2a72", "payItemType": "sample string 4", "Year": 5, "PaymentPeriodIdFrom": "0b1ad972-9b2b-44ff-826f-ac985c7ae181", "PaymentPeriodIdTo": "e9bc2047-4b15-415a-9675-e57757276a77", "IsCheckDifferent": true, "RequestId": "4767722c-4c4c-4f1d-8bad-6a5d116ca9ab", "Language": "sample string 10", "LanguageLogin": "sample string 11", "AuthToken": "sample string 12", "ClientId": "sample string 13", "PageIndex": 14, "PageSize": 15 }
application/xml, text/xml
Sample:
<PreviewPayrollDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">15</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">4767722c-4c4c-4f1d-8bad-6a5d116ca9ab</RequestId> <EmployeeId>9666ecfb-8b4a-49d5-8aa3-5fb1c95c2a72</EmployeeId> <IsCheckDifferent>true</IsCheckDifferent> <PaymentPeriodId>7a711998-9a85-4e1b-99a6-29a9a41caa62</PaymentPeriodId> <PaymentPeriodIdFrom>0b1ad972-9b2b-44ff-826f-ac985c7ae181</PaymentPeriodIdFrom> <PaymentPeriodIdTo>e9bc2047-4b15-415a-9675-e57757276a77</PaymentPeriodIdTo> <UserName>sample string 1</UserName> <Year>5</Year> <payItemType>sample string 4</payItemType> </PreviewPayrollDetailRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.