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": "834242b0-facc-4a49-adc3-3db717bdaf2b",
"SemanticEntityID": "cd52d9c7-fb82-4d0e-acca-60d2c7677110",
"SemanticPropertyID": "d238ea0f-25f0-48e4-83d6-118ec8a1aee9",
"RoleID": "16cd729d-d02e-4429-a6db-fc57c0eef912",
"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.