POST api/Task/SetHoraPoncheo
Request Information
URI Parameters
None.
Body Parameters
DTOSetHoraTaskInName | Description | Type | Additional information |
---|---|---|---|
IdTarea | integer |
None. |
|
Hora | string |
None. |
|
IdUsuario | integer |
None. |
|
Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdTarea": 1, "Hora": "sample string 2", "IdUsuario": 3, "Token": "sample string 4" }
text/html
Sample:
{"IdTarea":1,"Hora":"sample string 2","IdUsuario":3,"Token":"sample string 4"}
application/xml, text/xml
Sample:
<DTOSetHoraTaskIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Framework.DTOView"> <Hora>sample string 2</Hora> <IdTarea>1</IdTarea> <IdUsuario>3</IdUsuario> <Token>sample string 4</Token> </DTOSetHoraTaskIn>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OperationName | Description | Type | Additional information |
---|---|---|---|
OperationStatus | integer |
None. |
|
OperationCode | integer |
None. |
|
OperationMessage | OperationMessage |
None. |
Response Formats
application/json, text/json
Sample:
{ "OperationStatus": 1, "OperationCode": 2, "OperationMessage": null }
text/html
Sample:
{"OperationStatus":1,"OperationCode":2,"OperationMessage":null}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.