POST api/FormBuilder/AddUpdateBPMNScreen

Request Information

URI Parameters

None.

Body Parameters

Screen_VM
NameDescriptionTypeAdditional information
SCREEN_ID

integer

None.

NAME

string

Required

CONTROLLER_NAME

string

Required

SEQUENCE

integer

Required

MENU_NAME

string

None.

IS_ENABLED

integer

None.

PREVSEQUENCE

integer

None.

SCREENTABLE

string

None.

MENU_ID

integer

Required

AREA

string

None.

MODULE_ID

integer

None.

SCREENACTION

string

None.

SCREEN_ICON

string

None.

LEFT_SIDE_MENU_ICON

string

None.

LEFT_SIDE_MENU_ICON_NAME

string

None.

SCREEN_TYPE

string

None.

SCREEN_NUMBER

string

None.

ISACTIVE

integer

None.

USERID

integer

None.

CURRENTUSERROLEID

integer

None.

CURRENTSCREENID

integer

None.

CREATED_BY

integer

None.

CREATED_DATE

date

None.

UPDATED_BY

integer

None.

UPDATED_DATE

date

None.

UNIT_ID

integer

None.

LINE_ID

integer

None.

PLANT_ID

integer

None.

ORG_ID

integer

None.

ISCHILDRESULT

boolean

None.

PageSize

integer

None.

PageNumber

integer

None.

SortBy

string

None.

SortOrder

string

None.

SearchFilter

string

None.

SESSIONID

integer

None.

CURRENTSESSIONID

string

None.

ISLOGGEDIN

boolean

None.

MOB_PLAYERID

string

None.

ISWEBLOGIN

boolean

None.

OptTime

string

None.

Date

string

None.

AuditLogID

integer

None.

OperationType

string

None.

ScreenName

string

None.

Description

string

None.

ACTION_USER_NAME

string

None.

OperationDateTime

date

None.

SUBSCRIPTION_ID

string

None.

CONSUMED_TOKEN_CNT

integer

None.

TOTAL_TOKEN_SIZE

integer

None.

TOTAL_CONSUMED_SIZE

string

None.

AI_FLAG

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SCREEN_ID": 1,
  "NAME": "sample string 1",
  "CONTROLLER_NAME": "sample string 2",
  "SEQUENCE": 1,
  "MENU_NAME": "sample string 3",
  "IS_ENABLED": 1,
  "PREVSEQUENCE": 1,
  "SCREENTABLE": "sample string 4",
  "MENU_ID": 1,
  "AREA": "sample string 5",
  "MODULE_ID": 1,
  "SCREENACTION": "sample string 6",
  "SCREEN_ICON": "sample string 7",
  "LEFT_SIDE_MENU_ICON": "sample string 8",
  "LEFT_SIDE_MENU_ICON_NAME": "sample string 9",
  "SCREEN_TYPE": "sample string 10",
  "SCREEN_NUMBER": "sample string 11",
  "ISACTIVE": 1,
  "USERID": 1,
  "CURRENTUSERROLEID": 1,
  "CURRENTSCREENID": 12,
  "CREATED_BY": 1,
  "CREATED_DATE": "2026-01-23T19:38:27.689362+05:30",
  "UPDATED_BY": 1,
  "UPDATED_DATE": "2026-01-23T19:38:27.689362+05:30",
  "UNIT_ID": 1,
  "LINE_ID": 1,
  "PLANT_ID": 1,
  "ORG_ID": 1,
  "ISCHILDRESULT": true,
  "PageSize": 1,
  "PageNumber": 1,
  "SortBy": "sample string 13",
  "SortOrder": "sample string 14",
  "SearchFilter": "sample string 15",
  "SESSIONID": 1,
  "CURRENTSESSIONID": "sample string 16",
  "ISLOGGEDIN": true,
  "MOB_PLAYERID": "sample string 17",
  "ISWEBLOGIN": true,
  "OptTime": "sample string 18",
  "Date": "sample string 19",
  "AuditLogID": 1,
  "OperationType": "sample string 20",
  "ScreenName": "sample string 21",
  "Description": "sample string 22",
  "ACTION_USER_NAME": "sample string 23",
  "OperationDateTime": "2026-01-23T19:38:27.689362+05:30",
  "SUBSCRIPTION_ID": "sample string 24",
  "CONSUMED_TOKEN_CNT": 1,
  "TOTAL_TOKEN_SIZE": 1,
  "TOTAL_CONSUMED_SIZE": "sample string 25",
  "AI_FLAG": 1
}

multipart/form-data

Sample:
{"SCREEN_ID":1,"NAME":"sample string 1","CONTROLLER_NAME":"sample string 2","SEQUENCE":1,"MENU_NAME":"sample string 3","IS_ENABLED":1,"PREVSEQUENCE":1,"SCREENTABLE":"sample string 4","MENU_ID":1,"AREA":"sample string 5","MODULE_ID":1,"SCREENACTION":"sample string 6","SCREEN_ICON":"sample string 7","LEFT_SIDE_MENU_ICON":"sample string 8","LEFT_SIDE_MENU_ICON_NAME":"sample string 9","SCREEN_TYPE":"sample string 10","SCREEN_NUMBER":"sample string 11","ISACTIVE":1,"USERID":1,"CURRENTUSERROLEID":1,"CURRENTSCREENID":12,"CREATED_BY":1,"CREATED_DATE":"2026-01-23T19:38:27.689362+05:30","UPDATED_BY":1,"UPDATED_DATE":"2026-01-23T19:38:27.689362+05:30","UNIT_ID":1,"LINE_ID":1,"PLANT_ID":1,"ORG_ID":1,"ISCHILDRESULT":true,"PageSize":1,"PageNumber":1,"SortBy":"sample string 13","SortOrder":"sample string 14","SearchFilter":"sample string 15","SESSIONID":1,"CURRENTSESSIONID":"sample string 16","ISLOGGEDIN":true,"MOB_PLAYERID":"sample string 17","ISWEBLOGIN":true,"OptTime":"sample string 18","Date":"sample string 19","AuditLogID":1,"OperationType":"sample string 20","ScreenName":"sample string 21","Description":"sample string 22","ACTION_USER_NAME":"sample string 23","OperationDateTime":"2026-01-23T19:38:27.689362+05:30","SUBSCRIPTION_ID":"sample string 24","CONSUMED_TOKEN_CNT":1,"TOTAL_TOKEN_SIZE":1,"TOTAL_CONSUMED_SIZE":"sample string 25","AI_FLAG":1}

application/xml, text/xml

Sample:
<Screen_VM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPMS.FT.Business.Entities.ViewModel">
  <ACTION_USER_NAME>sample string 23</ACTION_USER_NAME>
  <AI_FLAG>1</AI_FLAG>
  <AuditLogID>1</AuditLogID>
  <CONSUMED_TOKEN_CNT>1</CONSUMED_TOKEN_CNT>
  <CREATED_BY>1</CREATED_BY>
  <CREATED_DATE>2026-01-23T19:38:27.689362+05:30</CREATED_DATE>
  <CURRENTSCREENID>12</CURRENTSCREENID>
  <CURRENTSESSIONID>sample string 16</CURRENTSESSIONID>
  <CURRENTUSERROLEID>1</CURRENTUSERROLEID>
  <Date>sample string 19</Date>
  <Description>sample string 22</Description>
  <ISACTIVE>1</ISACTIVE>
  <ISCHILDRESULT>true</ISCHILDRESULT>
  <ISLOGGEDIN>true</ISLOGGEDIN>
  <ISWEBLOGIN>true</ISWEBLOGIN>
  <LINE_ID>1</LINE_ID>
  <MOB_PLAYERID>sample string 17</MOB_PLAYERID>
  <ORG_ID>1</ORG_ID>
  <OperationDateTime>2026-01-23T19:38:27.689362+05:30</OperationDateTime>
  <OperationType>sample string 20</OperationType>
  <OptTime>sample string 18</OptTime>
  <PLANT_ID>1</PLANT_ID>
  <PageNumber>1</PageNumber>
  <PageSize>1</PageSize>
  <SESSIONID>1</SESSIONID>
  <SUBSCRIPTION_ID>sample string 24</SUBSCRIPTION_ID>
  <ScreenName>sample string 21</ScreenName>
  <SearchFilter>sample string 15</SearchFilter>
  <SortBy>sample string 13</SortBy>
  <SortOrder>sample string 14</SortOrder>
  <TOTAL_CONSUMED_SIZE>sample string 25</TOTAL_CONSUMED_SIZE>
  <TOTAL_TOKEN_SIZE>1</TOTAL_TOKEN_SIZE>
  <UNIT_ID>1</UNIT_ID>
  <UPDATED_BY>1</UPDATED_BY>
  <UPDATED_DATE>2026-01-23T19:38:27.689362+05:30</UPDATED_DATE>
  <USERID>1</USERID>
  <AREA>sample string 5</AREA>
  <CONTROLLER_NAME>sample string 2</CONTROLLER_NAME>
  <IS_ENABLED>1</IS_ENABLED>
  <LEFT_SIDE_MENU_ICON>sample string 8</LEFT_SIDE_MENU_ICON>
  <LEFT_SIDE_MENU_ICON_NAME>sample string 9</LEFT_SIDE_MENU_ICON_NAME>
  <MENU_ID>1</MENU_ID>
  <MENU_NAME>sample string 3</MENU_NAME>
  <MODULE_ID>1</MODULE_ID>
  <NAME>sample string 1</NAME>
  <PREVSEQUENCE>1</PREVSEQUENCE>
  <SCREENACTION>sample string 6</SCREENACTION>
  <SCREENTABLE>sample string 4</SCREENTABLE>
  <SCREEN_ICON>sample string 7</SCREEN_ICON>
  <SCREEN_ID>1</SCREEN_ID>
  <SCREEN_NUMBER>sample string 11</SCREEN_NUMBER>
  <SCREEN_TYPE>sample string 10</SCREEN_TYPE>
  <SEQUENCE>1</SEQUENCE>
</Screen_VM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data, application/xml, text/xml

Sample:

Sample not available.