POST Attendance
Request Information
URI Parameters
None.
Body Parameters
Attendance| Name | Description | Type | Additional information |
|---|---|---|---|
| Guid | globally unique identifier |
None. |
|
| Date | date |
None. |
|
| EmployeeGuid | globally unique identifier |
None. |
|
| HouseGuid | globally unique identifier |
None. |
|
| MachineGuid | globally unique identifier |
None. |
|
| StartTime | string |
None. |
|
| EndTime | string |
None. |
|
| DateCreated | date |
None. |
|
| DateModified | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Guid": "215fbd9b-3a2c-4948-829c-702965d5c50f",
"Date": "2026-04-05T12:53:41.0639923+01:00",
"EmployeeGuid": "674309f0-8657-4e11-a3a9-2e3c00cc0ee4",
"HouseGuid": "f308e99f-b6a2-4ab2-bfa4-46649b354d6b",
"MachineGuid": "afbe5db5-b0cd-4b02-a7df-b589d67f64ec",
"StartTime": "sample string 6",
"EndTime": "sample string 7",
"DateCreated": "2026-04-05T12:53:41.0639923+01:00",
"DateModified": "2026-04-05T12:53:41.0639923+01:00"
}
application/xml, text/xml
Sample:
<Attendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMSharedObjects.Models"> <Date>2026-04-05T12:53:41.0639923+01:00</Date> <DateCreated>2026-04-05T12:53:41.0639923+01:00</DateCreated> <DateModified>2026-04-05T12:53:41.0639923+01:00</DateModified> <EmployeeGuid>674309f0-8657-4e11-a3a9-2e3c00cc0ee4</EmployeeGuid> <EndTime>sample string 7</EndTime> <Guid>215fbd9b-3a2c-4948-829c-702965d5c50f</Guid> <HouseGuid>f308e99f-b6a2-4ab2-bfa4-46649b354d6b</HouseGuid> <MachineGuid>afbe5db5-b0cd-4b02-a7df-b589d67f64ec</MachineGuid> <StartTime>sample string 6</StartTime> </Attendance>
application/x-www-form-urlencoded
Sample:
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. |