POST api/AttendanceAndTimesheet/timeSheetSubmit
Request Information
URI Parameters
None.
Body Parameters
timesheetsubmitentityName | Description | Type | Additional information |
---|---|---|---|
userId | integer |
None. |
|
duration | string |
None. |
|
Language | string |
None. |
|
Projectid | string |
None. |
|
EmpfullName | string |
None. |
|
string |
None. |
||
Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "userId": 1, "duration": "sample string 2", "Language": "sample string 3", "Projectid": "sample string 4", "EmpfullName": "sample string 5", "Email": "sample string 6", "Token": "sample string 7" }
text/html
Sample:
{"userId":1,"duration":"sample string 2","Language":"sample string 3","Projectid":"sample string 4","EmpfullName":"sample string 5","Email":"sample string 6","Token":"sample string 7"}
application/xml, text/xml
Sample:
<AttendanceAndTimesheetController.timesheetsubmitentity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR2Eazy_WebApi.Controllers"> <Email>sample string 6</Email> <EmpfullName>sample string 5</EmpfullName> <Language>sample string 3</Language> <Projectid>sample string 4</Projectid> <Token>sample string 7</Token> <duration>sample string 2</duration> <userId>1</userId> </AttendanceAndTimesheetController.timesheetsubmitentity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Dictionary of Object [key] and Object [value]Response Formats
application/json, text/json, text/html
Sample:
{"System.Object":{},"System.Object":{}}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfanyTypeanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <KeyValueOfanyTypeanyType> <Key /> <Value /> </KeyValueOfanyTypeanyType> <KeyValueOfanyTypeanyType> <Key /> <Value /> </KeyValueOfanyTypeanyType> </ArrayOfKeyValueOfanyTypeanyType>