POST api/UserGridSettings/Save

Request Information

URI Parameters

None.

Body Parameters

UserGridSettings
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

GridName

string

None.

Settings

string

None.

CreatedAt

date

None.

UpdatedAt

date

None.

OrganizationId

integer

None.

CompanyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": 2,
  "GridName": "sample string 3",
  "Settings": "sample string 4",
  "CreatedAt": "2025-10-29T13:14:41.5412132+05:00",
  "UpdatedAt": "2025-10-29T13:14:41.5412132+05:00",
  "OrganizationId": 6,
  "CompanyId": 7
}

application/xml, text/xml

Sample:
<UserGridSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model">
  <CompanyId>7</CompanyId>
  <CreatedAt>2025-10-29T13:14:41.5412132+05:00</CreatedAt>
  <GridName>sample string 3</GridName>
  <Id>1</Id>
  <OrganizationId>6</OrganizationId>
  <Settings>sample string 4</Settings>
  <UpdatedAt>2025-10-29T13:14:41.5412132+05:00</UpdatedAt>
  <UserId>2</UserId>
</UserGridSettings>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.