POST api/Subject/SetCoverSettings

Request Information

URI Parameters

None.

Body Parameters

SubjectCoverSettingsForDirectUpdateDto
NameDescriptionTypeAdditional information
Image

string

None.

Colour

string

None.

SubjectId

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "image": "sample string 1",
  "colour": "sample string 2",
  "subjectId": 3
}

text/plain

Sample:
{"image":"sample string 1","colour":"sample string 2","subjectId":3}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain

Sample:

Sample not available.