POST api/OvertimeTypes

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:
{
  "OT_TYPE_ID": 1,
  "OT_TYPE_NAME": "sample string 1",
  "OT_TYPE_VALUE": 1.0,
  "OT_TYPE_CODE": "sample string 2",
  "RES_STATUS": "sample string 3",
  "CREATE_DATE": "2025-01-11T12:57:57.781491+03:00",
  "CREATE_USER": 1,
  "UPDATE_DATE": "2025-01-11T12:57:57.781491+03:00",
  "UPDATE_USER": 1,
  "GLAcc2Debt": 1,
  "GLAcc2Crdt": 1,
  "PrjType": "sample string 4",
  "SecType": "sample string 5"
}

application/xml, text/xml

Sample:
<OvertimeTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Resource">
  <CREATE_DATE>2025-01-11T12:57:57.781491+03:00</CREATE_DATE>
  <CREATE_USER>1</CREATE_USER>
  <GLAcc2Crdt>1</GLAcc2Crdt>
  <GLAcc2Debt>1</GLAcc2Debt>
  <OT_TYPE_CODE>sample string 2</OT_TYPE_CODE>
  <OT_TYPE_ID>1</OT_TYPE_ID>
  <OT_TYPE_NAME>sample string 1</OT_TYPE_NAME>
  <OT_TYPE_VALUE>1</OT_TYPE_VALUE>
  <PrjType>sample string 4</PrjType>
  <RES_STATUS>sample string 3</RES_STATUS>
  <SecType>sample string 5</SecType>
  <UPDATE_DATE>2025-01-11T12:57:57.781491+03:00</UPDATE_DATE>
  <UPDATE_USER>1</UPDATE_USER>
</OvertimeTypes>

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 'OvertimeTypes'.