POST api/GetAbsenceDuration
Get Absence Duration
Request Information
Payload
| Name | Payload Parameters | Additional information |
|---|---|---|
| Parameters |
int Personnel_Number DateTime Date_From DateTime Date_To string Time_From string Time_To |
None. |
Response Information
Response body formats
application/json, text/json
{
"sample string 1": 2.0,
"sample string 3": 4.0,
"sample string 5": 6.0
}
text/html
{"sample string 1":2.0,"sample string 3":4.0,"sample string 5":6.0}
application/xml, text/xml
<ArrayOfKeyValueOfstringdecimal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringdecimal>
<Key>sample string 1</Key>
<Value>2</Value>
</KeyValueOfstringdecimal>
<KeyValueOfstringdecimal>
<Key>sample string 3</Key>
<Value>4</Value>
</KeyValueOfstringdecimal>
<KeyValueOfstringdecimal>
<Key>sample string 5</Key>
<Value>6</Value>
</KeyValueOfstringdecimal>
</ArrayOfKeyValueOfstringdecimal>