POST api/AttendanceAndTimesheet/DeleteContractTimeEntryData
Request Information
URI Parameters
None.
Body Parameters
DeleteContractTimeEntryName | Description | Type | Additional information |
---|---|---|---|
UserId | integer |
None. |
|
Token | string |
None. |
|
ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": 1, "Token": "sample string 2", "ID": 3 }
text/html
Sample:
{"UserId":1,"Token":"sample string 2","ID":3}
application/xml, text/xml
Sample:
<AttendanceAndTimesheetController.DeleteContractTimeEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR2Eazy_WebApi.Controllers"> <ID>3</ID> <Token>sample string 2</Token> <UserId>1</UserId> </AttendanceAndTimesheetController.DeleteContractTimeEntry>
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>