POST api/WRPackages/ViewPreference

Request Information

URI Parameters

None.

Body Parameters

GridConfigurationEntity
NameDescriptionTypeAdditional information
ConfigId

integer

None.

UserId

integer

None.

GridNameId

integer

None.

ConfigInJson

string

None.

CreatedDate

date

None.

ModifiedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ConfigId": 1,
  "UserId": 1,
  "GridNameId": 1,
  "ConfigInJson": "sample string 2",
  "CreatedDate": "2025-08-02T14:10:34.949846-04:00",
  "ModifiedDate": "2025-08-02T14:10:34.949846-04:00"
}

application/xml, text/xml

Sample:
<GridConfigurationEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model">
  <ConfigId>1</ConfigId>
  <ConfigInJson>sample string 2</ConfigInJson>
  <CreatedDate>2025-08-02T14:10:34.949846-04:00</CreatedDate>
  <GridNameId>1</GridNameId>
  <ModifiedDate>2025-08-02T14:10:34.949846-04:00</ModifiedDate>
  <UserId>1</UserId>
</GridConfigurationEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"ConfigId":1,"UserId":1,"GridNameId":1,"ConfigInJson":"sample string 2","CreatedDate":"2025-08-02T14:10:34.949846-04:00","ModifiedDate":"2025-08-02T14:10:34.949846-04:00"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.