DELETE {language}/exportImport/deleteImportedPayslipByEmployee
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
DeleteImportedPayslipByEmployeeRequestName | Description | Type | Additional information |
---|---|---|---|
CompanyName | string |
None. |
|
SignUpEmailAddress | string |
None. |
|
StaffNo | string |
None. |
|
Year | integer |
None. |
|
Month | integer |
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:
{ "CompanyName": "sample string 1", "SignUpEmailAddress": "sample string 2", "StaffNo": "sample string 3", "Year": 4, "Month": 5, "RequestId": "1f890d67-eb1a-44f2-9ee4-c5b1d15af5d7", "Language": "sample string 7", "LanguageLogin": "sample string 8", "AuthToken": "sample string 9", "ClientId": "sample string 10", "PageIndex": 11, "PageSize": 12 }
application/xml, text/xml
Sample:
<DeleteImportedPayslipByEmployeeRequest 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 9</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">11</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">1f890d67-eb1a-44f2-9ee4-c5b1d15af5d7</RequestId> <CompanyName>sample string 1</CompanyName> <Month>5</Month> <SignUpEmailAddress>sample string 2</SignUpEmailAddress> <StaffNo>sample string 3</StaffNo> <Year>4</Year> </DeleteImportedPayslipByEmployeeRequest>
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.