POST api/WRPackages/UpdatePackageListConfig
Request Information
URI Parameters
None.
Body Parameters
GridConfigurationEntity| Name | Description | Type | Additional 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": "2026-02-04T20:54:36.2977214-05:00",
"ModifiedDate": "2026-02-04T20:54:36.2977214-05: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>2026-02-04T20:54:36.2977214-05:00</CreatedDate> <GridNameId>1</GridNameId> <ModifiedDate>2026-02-04T20:54:36.2977214-05: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":"2026-02-04T20:54:36.2977214-05:00","ModifiedDate":"2026-02-04T20:54:36.2977214-05:00"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.