PUT Application/PutEntityLocalizations
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1", "ID": "59a091c3-f24d-40fa-852e-2b4982371e13", "SemanticEntityID": "04a616a6-ffbd-4269-b81f-a7a8fc48af8d", "SemanticPropertyID": "c2d5d9c2-1323-4e47-9d6f-2995aa0665c1", "RoleID": "62f976e5-120c-475e-b0f9-077382257061", "Value": "sample string 4", "Language": "sample string 5" }, { "$ref": "1" } ]
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.