POST {language}/report/listEmployeeAndCurrencyBank
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
PreviewSalaryReportRequestName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
|
PaymentPeriodId | globally unique identifier |
None. |
|
Bank | string |
None. |
|
PaymentType | string |
None. |
|
Currency | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
Country | string |
None. |
|
PaymentMethod | string |
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": "b6024012-f88d-462b-b5a9-e5e41b961648", "Bank": "sample string 3", "PaymentType": "sample string 4", "Currency": "sample string 5", "CompanyId": "ad00474e-a1e8-45e3-a5e8-b45d32c5d1ac", "Country": "sample string 7", "PaymentMethod": "sample string 8", "RequestId": "ded3658d-ea6f-4f2b-87f2-62ce3e918019", "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:
<PreviewSalaryReportRequest 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">ded3658d-ea6f-4f2b-87f2-62ce3e918019</RequestId> <Bank>sample string 3</Bank> <CompanyId>ad00474e-a1e8-45e3-a5e8-b45d32c5d1ac</CompanyId> <Country>sample string 7</Country> <Currency>sample string 5</Currency> <PaymentMethod>sample string 8</PaymentMethod> <PaymentPeriodId>b6024012-f88d-462b-b5a9-e5e41b961648</PaymentPeriodId> <PaymentType>sample string 4</PaymentType> <UserName>sample string 1</UserName> </PreviewSalaryReportRequest>
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.