POST api/NewsType/UpdateNewsTypes

Request Information

URI Parameters

None.

Body Parameters

UpdateNewsTypeReqModel
NameDescriptionTypeAdditional information
id

integer

Required

typeName

string

Required

String length: inclusive between 0 and 20

FatchRecord

integer

Required

sts

string

Required

String length: inclusive between 0 and 10

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "typeName": "sample string 2",
  "FatchRecord": 3,
  "sts": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.