POST api/Page/PopulateModuleData?ModuleId={ModuleId}&MenuId={MenuId}&UserName={UserName}&storedProc={storedProc}&AppId={AppId}&NotificationParameterList={NotificationParameterList}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ModuleId

integer

Required

MenuId

integer

Required

UserName

string

Required

storedProc

string

Required

AppId

integer

Required

NotificationParameterList

integer

Required

Body Parameters

Object

None.

Request Formats

application/json, text/json

Sample:
{}

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

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />

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

Response Information

Resource Description

ModuleDataWithRule
NameDescriptionTypeAdditional information
moduleData

DataTable

None.

moduleWiseTiles

Collection of Tiles

None.

dataWithRule

Collection of Dictionary of string [key] and RuleOutputData [value]

None.

RuleErrorData

Collection of RuleError

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'IMBS.DO.Models.RuleOutputData'. Path 'dataWithRule[0]['sample string 1'].NextLevels'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'IMBS.DO.Models.RuleOutputData'. Path 'dataWithRule[0]['sample string 1'].NextLevels'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'Newtonsoft.Json.Linq.JToken' is a recursive collection data contract which is not supported. Consider modifying the definition of collection 'Newtonsoft.Json.Linq.JToken' to remove references to itself.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'Newtonsoft.Json.Linq.JToken' is a recursive collection data contract which is not supported. Consider modifying the definition of collection 'Newtonsoft.Json.Linq.JToken' to remove references to itself.

multipart/form-data

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'multipart/form-data'. Exception message: Type 'Newtonsoft.Json.Linq.JToken' is a recursive collection data contract which is not supported. Consider modifying the definition of collection 'Newtonsoft.Json.Linq.JToken' to remove references to itself.