POST {language}/exportImport/importAdjustmentLeaveByLeaveTypeFCP
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
ImportAdjustmentLeaveTypeFCPRequestName | Description | Type | Additional information |
---|---|---|---|
Year | integer |
None. |
|
Month | integer |
None. |
|
LeaveType | string |
None. |
|
AdjustmentDays | decimal number |
None. |
|
EmployeeID | string |
None. |
|
SignUpEmail | string |
None. |
|
CompanyName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Year": 1, "Month": 2, "LeaveType": "sample string 3", "AdjustmentDays": 4.1, "EmployeeID": "sample string 5", "SignUpEmail": "sample string 6", "CompanyName": "sample string 7" }
application/xml, text/xml
Sample:
<ImportAdjustmentLeaveTypeFCPRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests"> <CompanyName>sample string 7</CompanyName> <SignUpEmail>sample string 6</SignUpEmail> <EmployeeID>sample string 5</EmployeeID> <AdjustmentDays>4.1</AdjustmentDays> <LeaveType>sample string 3</LeaveType> <Month>2</Month> <Year>1</Year> </ImportAdjustmentLeaveTypeFCPRequest>
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.