PUT territory/preferredlanguage
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either Administrator
Request Information
URI Parameters
None.
Body Parameters
PearsonEnglish.LearningServices.Core.Models.TerritoryPreferredLanguageUpdateModelName | Description | Type | Additional information |
---|---|---|---|
TerritoryId | globally unique identifier |
None. |
|
LanguageId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "TerritoryId": "a9ca98a4-d4ea-4674-8bfb-bd06cc12a301", "LanguageId": "20167d0e-d913-45ec-8c49-d9ccd1aa5b94" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.