POST api/AnimeData/UpdateAnime/{id}

Updates a particular anime in the system with POST Data input

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Represents the Anime ID primary key

integer

Required

Body Parameters

JSON FORM DATA of an anime

Anime
NameDescriptionTypeAdditional information
AnimeID

integer

None.

AnimeName

string

None.

ReleaseDate

date

None.

Description

string

None.

Genres

Collection of Genre

None.

AnimeHasPic

boolean

None.

PicExtension

string

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.