POST api/MemoCategory

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:
{
  "MEMO_CAT_ID": 1,
  "MEMO_CAT_NAME": "sample string 2",
  "MONTH_TO_EXPIRE": 1,
  "READ_ACK_CONTENT": "sample string 3",
  "DAY_TO_EXPIRE": 1,
  "SUB_CAT_REQ": true,
  "EXPIRY_DATE_REQ": true,
  "READ_ACK_REQ": true,
  "READ_ACK_EXP_DATE_REQ": true
}

application/xml, text/xml

Sample:
<MemoCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.CompanySetup">
  <DAY_TO_EXPIRE>1</DAY_TO_EXPIRE>
  <EXPIRY_DATE_REQ>true</EXPIRY_DATE_REQ>
  <MEMO_CAT_ID>1</MEMO_CAT_ID>
  <MEMO_CAT_NAME>sample string 2</MEMO_CAT_NAME>
  <MONTH_TO_EXPIRE>1</MONTH_TO_EXPIRE>
  <READ_ACK_CONTENT>sample string 3</READ_ACK_CONTENT>
  <READ_ACK_EXP_DATE_REQ>true</READ_ACK_EXP_DATE_REQ>
  <READ_ACK_REQ>true</READ_ACK_REQ>
  <SUB_CAT_REQ>true</SUB_CAT_REQ>
</MemoCategory>

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