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": "f2e0fe6e-1f6d-40c1-ad9e-c20db80cb2bb", "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.