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.TerritoryPreferredLanguageUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TerritoryId | globally unique identifier |
None. |
|
| LanguageId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TerritoryId": "f74b104a-4950-4f17-b979-71faca943f0a",
"LanguageId": "1f428197-070b-4f3e-95bc-695ed550b916"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.