PUT Application/PutEntityLocalization
Request Information
URI Parameters
None.
Body Parameters
EntityLocalizationName | 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": "93d60f52-b8a7-4f43-8b61-63aca020c62f", "SemanticEntityID": "db44aa13-5891-4247-b4af-58ff8579a1b0", "SemanticPropertyID": "2663e438-7262-48f6-bf76-6b8c39ab0858", "RoleID": "f71c2522-2a9a-46c5-84e1-59f15aea9880", "Value": "sample string 4", "Language": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.