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.AddOnboardingContentViewModelName | Description | Type | Additional 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": "0a637f1e-834e-40c7-980c-92885fa65502", "Name": "sample string 2", "URL": "sample string 3", "IsActive": true, "LocalizedContentURL": "sample string 5" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.