PUT 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.OnboardingContentViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| LanguageId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| URL | string |
None. |
|
| IsActive | boolean |
None. |
|
| LocalizedContentURL | string |
None. |
|
| WalkThroughLanguageCode | string |
None. |
|
| WalkThroughMobileLanguageCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "625c2190-a5e0-4a1e-bd2c-c15682db48c0",
"LanguageId": "72de644a-7455-4b53-9261-6fa1c56c315d",
"Name": "sample string 3",
"URL": "sample string 4",
"IsActive": true,
"LocalizedContentURL": "sample string 6",
"WalkThroughLanguageCode": "sample string 7",
"WalkThroughMobileLanguageCode": "sample string 8"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.