POST api/TimeCardSetup

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
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:46:49.1244862+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:46:49.1244862+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'HolidaysObjects'.