POST api/OnlineCourses/AddCustomerDownloads

Request Information

URI Parameters

None.

Body Parameters

CustomerDownloadsModel
NameDescriptionTypeAdditional information
BrandId

integer

None.

CourseId

integer

None.

CustomerId

integer

None.

LanguageId

integer

None.

DisplayOrder

integer

None.

Reference

string

None.

LinkNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BrandId": 1,
  "CourseId": 2,
  "CustomerId": 3,
  "LanguageId": 4,
  "DisplayOrder": 5,
  "Reference": "sample string 6",
  "LinkNo": 7
}

application/xml, text/xml

Sample:
<CustomerDownloadsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMEduWebAPI2.Models">
  <BrandId>1</BrandId>
  <CourseId>2</CourseId>
  <CustomerId>3</CustomerId>
  <DisplayOrder>5</DisplayOrder>
  <LanguageId>4</LanguageId>
  <LinkNo>7</LinkNo>
  <Reference>sample string 6</Reference>
</CustomerDownloadsModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.