POST api/Course/RemoveCourseMedia?MediaId={MediaId}&TeacherId={TeacherId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MediaId

integer

Required

TeacherId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResponseAPI
NameDescriptionTypeAdditional information
ResponseCode

integer

None.

Id

integer

None.

ResponseMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "Id": 2,
  "ResponseMessage": "sample string 3"
}

application/xml, text/xml

Sample:
<ResponseAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity">
  <Id>2</Id>
  <ResponseCode>1</ResponseCode>
  <ResponseMessage>sample string 3</ResponseMessage>
</ResponseAPI>