PUT api/DocumentCategoryImages/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

DocumentCategoryImage
NameDescriptionTypeAdditional information
ID

integer

None.

Title

string

None.

Description

string

None.

Contents

string

None.

Image

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Title": "sample string 2",
  "Description": "sample string 3",
  "Contents": "sample string 4",
  "Image": "QEA="
}

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

Response Information

Resource Description

None.