DELETE {language}/benefitAndReimbursement/deleteFileUploadLeave
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UploadFileLeaveRequestName | Description | Type | Additional information |
---|---|---|---|
SourceFile | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
FileName | string |
None. |
|
Username | string |
None. |
|
EmployeeId | globally unique identifier |
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:
{ "SourceFile": "sample string 1", "CompanyId": "77e0ea1e-c5a7-40b1-b834-da4ae86548a3", "FileName": "sample string 3", "Username": "sample string 4", "EmployeeId": "da98b5c4-3195-4824-9e51-4a5d0b47288d", "RequestId": "3a91d587-ee55-4690-8287-1b53ca28fccf", "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:
<UploadFileLeaveRequest 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">3a91d587-ee55-4690-8287-1b53ca28fccf</RequestId> <CompanyId>77e0ea1e-c5a7-40b1-b834-da4ae86548a3</CompanyId> <EmployeeId>da98b5c4-3195-4824-9e51-4a5d0b47288d</EmployeeId> <FileName>sample string 3</FileName> <SourceFile>sample string 1</SourceFile> <Username>sample string 4</Username> </UploadFileLeaveRequest>
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.