POST api/PunchLog/DayLog
Request Information
URI Parameters
None.
Body Parameters
PunchLogDay| Name | Description | Type | Additional information |
|---|---|---|---|
| ToDayDate | date |
None. |
|
| user_code | decimal number |
None. |
|
| com_code | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ToDayDate": "2025-12-06T12:22:37.9768758+05:30",
"user_code": 2.0,
"com_code": 3.0
}
application/xml, text/xml
Sample:
<PunchLogDay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpotEZ.Data.DAL"> <ToDayDate>2025-12-06T12:22:37.9768758+05:30</ToDayDate> <com_code>3</com_code> <user_code>2</user_code> </PunchLogDay>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.