POST api/MastGeneral

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:
{
  "FIELD_ID": 1,
  "FIELD_NAME": "sample string 1",
  "FIELD_VALUE": 1.0,
  "FIELD_STRING": "sample string 2",
  "RES_STATUS": "sample string 3",
  "CREATE_DATE": "2025-01-11T13:07:23.6471824+03:00",
  "CREATE_USER": 1,
  "UPDATE_DATE": "2025-01-11T13:07:23.6471824+03:00",
  "UPDATE_USER": 1,
  "code": "sample string 4"
}

application/xml, text/xml

Sample:
<MastGeneral xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Resource">
  <CREATE_DATE>2025-01-11T13:07:23.6471824+03:00</CREATE_DATE>
  <CREATE_USER>1</CREATE_USER>
  <FIELD_ID>1</FIELD_ID>
  <FIELD_NAME>sample string 1</FIELD_NAME>
  <FIELD_STRING>sample string 2</FIELD_STRING>
  <FIELD_VALUE>1</FIELD_VALUE>
  <RES_STATUS>sample string 3</RES_STATUS>
  <UPDATE_DATE>2025-01-11T13:07:23.6471824+03:00</UPDATE_DATE>
  <UPDATE_USER>1</UPDATE_USER>
  <code>sample string 4</code>
</MastGeneral>

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