POST onboardingcontents

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Authenticated user who is either Administrator
  • Authenticated user who is either ImportTool

Request Information

URI Parameters

None.

Body Parameters

PearsonEnglish.LearningServices.Core.Models.AddOnboardingContentViewModel
NameDescriptionTypeAdditional information
LanguageId

globally unique identifier

None.

Name

string

None.

URL

string

None.

IsActive

boolean

None.

LocalizedContentURL

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LanguageId": "722da0c0-38a6-4c5f-b22c-71272bc505b9",
  "Name": "sample string 2",
  "URL": "sample string 3",
  "IsActive": true,
  "LocalizedContentURL": "sample string 5"
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.