PUT api/tblNews?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

tblNews
NameDescriptionTypeAdditional information
id

integer

None.

SupId

integer

None.

GrpId

integer

None.

MatId

integer

None.

nwTitle

string

None.

nwDesc

string

None.

nwDFrom

date

None.

nwDTo

date

None.

nwKind

integer

None.

ImgUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "SupId": 2,
  "GrpId": 3,
  "MatId": 4,
  "nwTitle": "sample string 5",
  "nwDesc": "sample string 6",
  "nwDFrom": "2026-03-14T09:48:00.6635035-05:00",
  "nwDTo": "2026-03-14T09:48:00.6635035-05:00",
  "nwKind": 9,
  "ImgUrl": "sample string 10"
}

application/xml, text/xml

Sample:
<tblNews xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes">
  <GrpId>3</GrpId>
  <ImgUrl>sample string 10</ImgUrl>
  <MatId>4</MatId>
  <SupId>2</SupId>
  <id>1</id>
  <nwDFrom>2026-03-14T09:48:00.6635035-05:00</nwDFrom>
  <nwDTo>2026-03-14T09:48:00.6635035-05:00</nwDTo>
  <nwDesc>sample string 6</nwDesc>
  <nwKind>9</nwKind>
  <nwTitle>sample string 5</nwTitle>
</tblNews>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.