POST api/Employee/GoOut
Request Information
URI Parameters
None.
Body Parameters
GoOutValue| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeID | byte |
None. |
|
| Remark | string |
None. |
|
| PhotoUrl | string |
None. |
|
| ClockAddress | string |
None. |
|
| Coordinate | string |
None. |
|
| AppID | string |
None. |
|
| AuxiliaryID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TypeID": 64,
"Remark": "sample string 2",
"PhotoUrl": "sample string 3",
"ClockAddress": "sample string 4",
"Coordinate": "sample string 5",
"AppID": "sample string 6",
"AuxiliaryID": "c4913e7e-413b-4b06-8cb4-17da6117e374"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |