POST Application/PostEntityLocalizations
Request Information
URI Parameters
None.
Body Parameters
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": "639d9a47-2652-45bb-bb7e-048bf5498e71",
"SemanticEntityID": "30ed2569-4b4a-4379-88ba-882d0a55486c",
"SemanticPropertyID": "db9f2065-3060-4720-a49a-357d7622c2a6",
"RoleID": "e2ef9153-6738-445b-8213-c2367378b58a",
"Value": "sample string 4",
"Language": "sample string 5"
}
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.