POST api/GenreData/UpdateGenre/{id}

Updates a particular genre in the system with POST Data input

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Represents the Genre ID primary key

integer

Required

Body Parameters

JSON FORM DATA of an genre

Genre
NameDescriptionTypeAdditional information
GenreID

integer

None.

GenreName

string

None.

Animes

Collection of Anime

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HEADER: 204 (Success, No Content Response) or HEADER: 400 (Bad Request) or HEADER: 404 (Not Found)

None.