PUT Application/PutEntityLocalizations
Request Information
URI Parameters
None.
Body Parameters
Collection of EntityLocalization| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SemanticEntityID | globally unique identifier |
Required |
|
| SemanticPropertyID | globally unique identifier |
None. |
|
| RoleID | globally unique identifier |
Required |
|
| Value | string |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "35ba1197-d1fb-4c7d-bc0d-335c30050efe",
"semanticEntityID": "7b790aab-e2b2-4917-b6ee-3b660bd6d785",
"semanticPropertyID": "7df4eb47-a843-4801-ae37-705683ffc959",
"roleID": "2c6a7a4f-0cac-496d-9274-a4c6c9b349d7",
"value": "sample string 4",
"language": "sample string 5"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.