PUT api/loa_tracker/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
loa_trackerName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
first_name | string |
None. |
|
last_name | string |
None. |
|
external_id | string |
None. |
|
loa_type | string |
None. |
|
fmla_bank_hours | integer |
None. |
|
start_date | date |
None. |
|
estimated_end_date | date |
None. |
|
date_reported | date |
None. |
|
hours_reported | integer |
None. |
|
fmla_current_bank | integer |
None. |
|
notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "first_name": "sample string 2", "last_name": "sample string 3", "external_id": "sample string 4", "loa_type": "sample string 5", "fmla_bank_hours": 6, "start_date": "2025-02-06T17:10:42.0027818+00:00", "estimated_end_date": "2025-02-06T17:10:42.0027818+00:00", "date_reported": "2025-02-06T17:10:42.0027818+00:00", "hours_reported": 10, "fmla_current_bank": 11, "notes": "sample string 12" }
application/xml, text/xml
Sample:
<loa_tracker xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvokeAPI"> <date_reported>2025-02-06T17:10:42.0027818+00:00</date_reported> <estimated_end_date>2025-02-06T17:10:42.0027818+00:00</estimated_end_date> <external_id>sample string 4</external_id> <first_name>sample string 2</first_name> <fmla_bank_hours>6</fmla_bank_hours> <fmla_current_bank>11</fmla_current_bank> <hours_reported>10</hours_reported> <id>1</id> <last_name>sample string 3</last_name> <loa_type>sample string 5</loa_type> <notes>sample string 12</notes> <start_date>2025-02-06T17:10:42.0027818+00:00</start_date> </loa_tracker>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.