POST api/ExitReason

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:
{
  "EXIT_REASON_ID": 1,
  "EXIT_REASON_NAME": "sample string 1",
  "NOTICE_PERIOD": 1,
  "IS_FINAL_SETTLEMENT": true,
  "RES_STATUS": "sample string 2",
  "CREATE_USER": 1,
  "CREATE_DATE": "2025-01-11T12:56:58.6319431+03:00",
  "UPDATE_USER": 1,
  "UPDATE_DATE": "2025-01-11T12:56:58.6319431+03:00",
  "INTERNAL_MOB": true,
  "EXIT_TBM_REPORT": "sample string 3"
}

application/xml, text/xml

Sample:
<MExitReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Resource">
  <CREATE_DATE>2025-01-11T12:56:58.6319431+03:00</CREATE_DATE>
  <CREATE_USER>1</CREATE_USER>
  <EXIT_REASON_ID>1</EXIT_REASON_ID>
  <EXIT_REASON_NAME>sample string 1</EXIT_REASON_NAME>
  <EXIT_TBM_REPORT>sample string 3</EXIT_TBM_REPORT>
  <INTERNAL_MOB>true</INTERNAL_MOB>
  <IS_FINAL_SETTLEMENT>true</IS_FINAL_SETTLEMENT>
  <NOTICE_PERIOD>1</NOTICE_PERIOD>
  <RES_STATUS>sample string 2</RES_STATUS>
  <UPDATE_DATE>2025-01-11T12:56:58.6319431+03:00</UPDATE_DATE>
  <UPDATE_USER>1</UPDATE_USER>
</MExitReason>

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