POST api/GreenPlantTask/SetStaffSignInAndOut
任务执行人 签到 签退
Request Information
URI Parameters
None.
Body Parameters
_07.PS.API.Property.Models.GreenPlantTask.Requests.StaffSignInOutRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SignInOutId |
用于签到的ID |
string |
None. |
| SignTime |
签到、签退时间 |
date |
None. |
| Lng |
经度 |
decimal number |
None. |
| Lat |
纬度 |
decimal number |
None. |
| IsSigin | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SignInOutId": "sample string 1",
"SignTime": "2026-01-30 04:51:01",
"Lng": 3.0,
"Lat": 4.0,
"IsSigin": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": "sample string 3"
}