POST Application/PostEntityLocalizations
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": "94124d7b-af79-4809-b1dc-0155dca1af7f", "SemanticEntityID": "adbc4282-05ab-4bcd-b6ba-703f300f2951", "SemanticPropertyID": "1989b6f6-f9dd-4eb2-baf5-ba2d150c5c20", "RoleID": "1b4762f3-066e-4853-bc37-509bf87ca745", "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.