POST api/AddUpdateFormType

Request Information

URI Parameters

None.

Body Parameters

FormTypeModel
Name Description Type Additional information
FORM_TYPE_ID

integer

None.

StrFORM_TYPE_ID

string

None.

FORM_TYPE_NAME

string

None.

FORM_VERSION

string

None.

DISPLAY_ORDER

integer

None.

IS_DEEPRED_FORM

boolean

None.

IS_CRS_FORM

boolean

None.

IS_ONLY_REKEY

boolean

None.

CREATED_BY

integer

None.

CREATED_USER_NAME

string

None.

CREATED_ON

date

None.

StrCREATED_ON

string

None.

UPDATED_BY

integer

None.

UPDATED_USER_NAME

string

None.

UPDATED_ON

date

None.

StrUPDATED_ON

string

None.

IS_DELETED

boolean

None.

MODIFY_BY

string

None.

MODIFY_ON

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FORM_TYPE_ID": 1,
  "StrFORM_TYPE_ID": "sample string 1",
  "FORM_TYPE_NAME": "sample string 2",
  "FORM_VERSION": "sample string 3",
  "DISPLAY_ORDER": 1,
  "IS_DEEPRED_FORM": true,
  "IS_CRS_FORM": true,
  "IS_ONLY_REKEY": true,
  "CREATED_BY": 1,
  "CREATED_USER_NAME": "sample string 7",
  "CREATED_ON": "2025-06-23T11:46:03.595332+00:00",
  "StrCREATED_ON": "sample string 8",
  "UPDATED_BY": 1,
  "UPDATED_USER_NAME": "sample string 9",
  "UPDATED_ON": "2025-06-23T11:46:03.595332+00:00",
  "StrUPDATED_ON": "sample string 10",
  "IS_DELETED": true,
  "MODIFY_BY": "sample string 12",
  "MODIFY_ON": "sample string 13"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseApiResponse
Name Description Type Additional information
Success

boolean

None.

Message

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": [
    "sample string 1",
    "sample string 2"
  ]
}