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": "4832c642-f338-4dee-9467-a28202c7b818",
"SemanticEntityID": "9f8f0017-77fb-4aee-b800-c51b09756ad8",
"SemanticPropertyID": "3ea8c179-742f-4f39-88cc-cc02c113184a",
"RoleID": "ce349924-f2fe-4d2d-ad2b-2e3b2c75c192",
"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. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.