POST {language}/exportImport/allowancesDeduction/uploadExcelFileAllowancesDeductionData
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UploadExcelFileAllowancesDeductionDataRequestName | Description | Type | Additional information |
---|---|---|---|
SourceExcel | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
UserName | string |
None. |
|
Country | string |
None. |
|
SheetName | string |
None. |
|
TypeImportAllowancesDeductions | string |
None. |
|
FileType | 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:
{ "SourceExcel": "sample string 1", "CompanyId": "6c8fc4b0-e782-4970-8de6-36cf0edd65f3", "UserName": "sample string 3", "Country": "sample string 4", "SheetName": "sample string 5", "TypeImportAllowancesDeductions": "sample string 6", "FileType": "sample string 7", "RequestId": "ad1a2de7-09d3-41d3-8f98-68ddb6e83df4", "Language": "sample string 9", "LanguageLogin": "sample string 10", "AuthToken": "sample string 11", "ClientId": "sample string 12", "PageIndex": 13, "PageSize": 14 }
application/xml, text/xml
Sample:
<UploadExcelFileAllowancesDeductionDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.ViewModels"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">ad1a2de7-09d3-41d3-8f98-68ddb6e83df4</RequestId> <CompanyId>6c8fc4b0-e782-4970-8de6-36cf0edd65f3</CompanyId> <Country>sample string 4</Country> <FileType>sample string 7</FileType> <SheetName>sample string 5</SheetName> <SourceExcel>sample string 1</SourceExcel> <TypeImportAllowancesDeductions>sample string 6</TypeImportAllowancesDeductions> <UserName>sample string 3</UserName> </UploadExcelFileAllowancesDeductionDataRequest>
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.