POST api/ReportBuilder/SaveUpdateReport

Request Information

URI Parameters

None.

Body Parameters

ReportBuilderVM
NameDescriptionTypeAdditional information
ReportId

integer

None.

ViewName

string

None.

ReportName

string

None.

ReportID

integer

None.

Dataset_Id

integer

None.

DatabaseID

integer

None.

DatabaseName

string

None.

ColumnVisibility

Dictionary of string [key] and boolean [value]

None.

SumColumns

Dictionary of string [key] and boolean [value]

None.

GroupColumns

Dictionary of string [key] and boolean [value]

None.

SerializedDataTable

string

None.

used_in_dashboard

integer

None.

CREATED_BY_USERNAME

string

None.

CREATED_BY_USER

string

None.

UPDATED_BY_USERNAME

string

None.

UPDATED_BY_USER

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:
{
  "ReportId": 1,
  "ViewName": "sample string 1",
  "ReportName": "sample string 2",
  "ReportID": 1,
  "Dataset_Id": 3,
  "DatabaseID": 1,
  "DatabaseName": "sample string 4",
  "ColumnVisibility": {
    "sample string 1": true,
    "sample string 3": true
  },
  "SumColumns": {
    "sample string 1": true,
    "sample string 3": true
  },
  "GroupColumns": {
    "sample string 1": true,
    "sample string 3": true
  },
  "SerializedDataTable": "sample string 5",
  "used_in_dashboard": 6,
  "CREATED_BY_USERNAME": "sample string 7",
  "CREATED_BY_USER": "sample string 8",
  "UPDATED_BY_USERNAME": "sample string 9",
  "UPDATED_BY_USER": "sample string 10",
  "ISACTIVE": 1,
  "USERID": 1,
  "CURRENTUSERROLEID": 1,
  "CURRENTSCREENID": 11,
  "CREATED_BY": 1,
  "CREATED_DATE": "2026-01-23T19:38:27.7674279+05:30",
  "UPDATED_BY": 1,
  "UPDATED_DATE": "2026-01-23T19:38:27.7674279+05:30",
  "UNIT_ID": 1,
  "LINE_ID": 1,
  "PLANT_ID": 1,
  "ORG_ID": 1,
  "ISCHILDRESULT": true,
  "PageSize": 1,
  "PageNumber": 1,
  "SortBy": "sample string 12",
  "SortOrder": "sample string 13",
  "SearchFilter": "sample string 14",
  "SESSIONID": 1,
  "CURRENTSESSIONID": "sample string 15",
  "ISLOGGEDIN": true,
  "MOB_PLAYERID": "sample string 16",
  "ISWEBLOGIN": true,
  "OptTime": "sample string 17",
  "Date": "sample string 18",
  "AuditLogID": 1,
  "OperationType": "sample string 19",
  "ScreenName": "sample string 20",
  "Description": "sample string 21",
  "ACTION_USER_NAME": "sample string 22",
  "OperationDateTime": "2026-01-23T19:38:27.7674279+05:30",
  "SUBSCRIPTION_ID": "sample string 23",
  "CONSUMED_TOKEN_CNT": 1,
  "TOTAL_TOKEN_SIZE": 1,
  "TOTAL_CONSUMED_SIZE": "sample string 24",
  "AI_FLAG": 1
}

multipart/form-data

Sample:
{"ReportId":1,"ViewName":"sample string 1","ReportName":"sample string 2","ReportID":1,"Dataset_Id":3,"DatabaseID":1,"DatabaseName":"sample string 4","ColumnVisibility":{"sample string 1":true,"sample string 3":true},"SumColumns":{"sample string 1":true,"sample string 3":true},"GroupColumns":{"sample string 1":true,"sample string 3":true},"SerializedDataTable":"sample string 5","used_in_dashboard":6,"CREATED_BY_USERNAME":"sample string 7","CREATED_BY_USER":"sample string 8","UPDATED_BY_USERNAME":"sample string 9","UPDATED_BY_USER":"sample string 10","ISACTIVE":1,"USERID":1,"CURRENTUSERROLEID":1,"CURRENTSCREENID":11,"CREATED_BY":1,"CREATED_DATE":"2026-01-23T19:38:27.7674279+05:30","UPDATED_BY":1,"UPDATED_DATE":"2026-01-23T19:38:27.7674279+05:30","UNIT_ID":1,"LINE_ID":1,"PLANT_ID":1,"ORG_ID":1,"ISCHILDRESULT":true,"PageSize":1,"PageNumber":1,"SortBy":"sample string 12","SortOrder":"sample string 13","SearchFilter":"sample string 14","SESSIONID":1,"CURRENTSESSIONID":"sample string 15","ISLOGGEDIN":true,"MOB_PLAYERID":"sample string 16","ISWEBLOGIN":true,"OptTime":"sample string 17","Date":"sample string 18","AuditLogID":1,"OperationType":"sample string 19","ScreenName":"sample string 20","Description":"sample string 21","ACTION_USER_NAME":"sample string 22","OperationDateTime":"2026-01-23T19:38:27.7674279+05:30","SUBSCRIPTION_ID":"sample string 23","CONSUMED_TOKEN_CNT":1,"TOTAL_TOKEN_SIZE":1,"TOTAL_CONSUMED_SIZE":"sample string 24","AI_FLAG":1}

application/xml, text/xml

Sample:
<ReportBuilderVM 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 22</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.7674279+05:30</CREATED_DATE>
  <CURRENTSCREENID>11</CURRENTSCREENID>
  <CURRENTSESSIONID>sample string 15</CURRENTSESSIONID>
  <CURRENTUSERROLEID>1</CURRENTUSERROLEID>
  <Date>sample string 18</Date>
  <Description>sample string 21</Description>
  <ISACTIVE>1</ISACTIVE>
  <ISCHILDRESULT>true</ISCHILDRESULT>
  <ISLOGGEDIN>true</ISLOGGEDIN>
  <ISWEBLOGIN>true</ISWEBLOGIN>
  <LINE_ID>1</LINE_ID>
  <MOB_PLAYERID>sample string 16</MOB_PLAYERID>
  <ORG_ID>1</ORG_ID>
  <OperationDateTime>2026-01-23T19:38:27.7674279+05:30</OperationDateTime>
  <OperationType>sample string 19</OperationType>
  <OptTime>sample string 17</OptTime>
  <PLANT_ID>1</PLANT_ID>
  <PageNumber>1</PageNumber>
  <PageSize>1</PageSize>
  <SESSIONID>1</SESSIONID>
  <SUBSCRIPTION_ID>sample string 23</SUBSCRIPTION_ID>
  <ScreenName>sample string 20</ScreenName>
  <SearchFilter>sample string 14</SearchFilter>
  <SortBy>sample string 12</SortBy>
  <SortOrder>sample string 13</SortOrder>
  <TOTAL_CONSUMED_SIZE>sample string 24</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.7674279+05:30</UPDATED_DATE>
  <USERID>1</USERID>
  <CREATED_BY_USER>sample string 8</CREATED_BY_USER>
  <CREATED_BY_USERNAME>sample string 7</CREATED_BY_USERNAME>
  <ColumnVisibility xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringboolean>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>true</d2p1:Value>
    </d2p1:KeyValueOfstringboolean>
    <d2p1:KeyValueOfstringboolean>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value>true</d2p1:Value>
    </d2p1:KeyValueOfstringboolean>
  </ColumnVisibility>
  <DatabaseID>1</DatabaseID>
  <DatabaseName>sample string 4</DatabaseName>
  <Dataset_Id>3</Dataset_Id>
  <GroupColumns xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringboolean>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>true</d2p1:Value>
    </d2p1:KeyValueOfstringboolean>
    <d2p1:KeyValueOfstringboolean>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value>true</d2p1:Value>
    </d2p1:KeyValueOfstringboolean>
  </GroupColumns>
  <ReportID>1</ReportID>
  <ReportId>1</ReportId>
  <ReportName>sample string 2</ReportName>
  <SerializedDataTable>sample string 5</SerializedDataTable>
  <SumColumns xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringboolean>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>true</d2p1:Value>
    </d2p1:KeyValueOfstringboolean>
    <d2p1:KeyValueOfstringboolean>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value>true</d2p1:Value>
    </d2p1:KeyValueOfstringboolean>
  </SumColumns>
  <UPDATED_BY_USER>sample string 10</UPDATED_BY_USER>
  <UPDATED_BY_USERNAME>sample string 9</UPDATED_BY_USERNAME>
  <ViewName>sample string 1</ViewName>
  <used_in_dashboard>6</used_in_dashboard>
</ReportBuilderVM>

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.