PUT api/TimeCardSetup/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
objDat | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "PH_ID": 1, "HOLIDAY_DISCRIPTION": "sample string 2", "HOLIDAY_DATE": "2025-01-11T12:41:58.421526+03:00", "HOLIDAY_DAY": "sample string 4", "HOLIDAY_COMMENTS": "sample string 5" }
application/xml, text/xml
Sample:
<HolidaysObjects xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.TimeCard"> <HOLIDAY_COMMENTS>sample string 5</HOLIDAY_COMMENTS> <HOLIDAY_DATE>2025-01-11T12:41:58.421526+03:00</HOLIDAY_DATE> <HOLIDAY_DAY>sample string 4</HOLIDAY_DAY> <HOLIDAY_DISCRIPTION>sample string 2</HOLIDAY_DISCRIPTION> <PH_ID>1</PH_ID> </HolidaysObjects>
application/x-www-form-urlencoded
Sample: