POST api/Attendance/UserAttendance?picUrl={picUrl}&remark={remark}&inRange={inRange}&clockPoint={clockPoint}&id={id}
当前用户打卡
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| picUrl | string |
Required |
|
| remark | string |
Required |
|
| inRange | integer |
Required |
|
| clockPoint | string |
Required |
|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
System.Web.Http.Results.JsonResultOfDAL.HandleResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | DAL.HandleResult |
None. |
|
| SerializerSettings | Newtonsoft.Json.JsonSerializerSettings |
None. |
|
| Encoding | System.Text.Encoding |
None. |
|
| Request | System.Net.Http.HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.