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| Name | 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": "6bf01ca4-e54e-4765-9ce1-cd43c480988e",
"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.