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": "c243b1e9-a5e4-48c3-bc1e-dce72780952a",
"SemanticEntityID": "05181f70-9072-4077-bba3-71b7147c4bfd",
"SemanticPropertyID": "f1ac5bc0-0888-4357-8d1d-8ece0e51f60b",
"RoleID": "74ce13a5-9464-42da-86b5-778a62e84acc",
"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.