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": "a8107d48-22cb-4521-823e-6f9aacb805eb",
"SemanticEntityID": "a784d990-e854-4cab-81d5-32419fd17790",
"SemanticPropertyID": "f39d3dd1-8bf5-4edd-b30c-53e362e80ceb",
"RoleID": "2bf57869-f40c-4bc8-aee0-a8c286ff392f",
"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.