PUT Application/PutSemanticProperty
Request Information
URI Parameters
None.
Body Parameters
SemanticPropertyName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
SemanticEntityID | globally unique identifier |
Required |
|
SemanticEnumerationID | globally unique identifier |
None. |
|
Name | string |
Required |
|
IsSynchronized | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "ID": "6bd11d2b-3774-4b9b-bc75-d148d26842a8", "SemanticEntityID": "ac4d08d3-ee3d-4a8c-8e05-30e8ee03a24b", "SemanticEnumerationID": "9e6395b1-9412-47c6-82e2-ecc37410e980", "Name": "sample string 3", "IsSynchronized": true }
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.