POST api/Employee/CheckWork

Request Information

URI Parameters

None.

Body Parameters

CheckWorkValue
NameDescriptionTypeAdditional information
Date

string

None.

TypeID

byte

None.

GoOutTypeID

integer

None.

Range

integer

None.

PhotoUrl

string

None.

Coordinate

string

None.

ClockAddress

string

None.

Remark

string

None.

WiFiName

string

None.

AppID

string

None.

AuxiliaryID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Date": "sample string 1",
  "TypeID": 64,
  "GoOutTypeID": 3,
  "Range": 4,
  "PhotoUrl": "sample string 5",
  "Coordinate": "sample string 6",
  "ClockAddress": "sample string 7",
  "Remark": "sample string 8",
  "WiFiName": "sample string 9",
  "AppID": "sample string 10",
  "AuxiliaryID": "0a222b54-3fb8-4784-b596-4c95c20da386"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.