PUT Application/PutSemanticProperty
Request Information
URI Parameters
None.
Body Parameters
SemanticProperty| Name | 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": "b9e5ee09-d99e-4987-9db9-3eeb918372c5",
"SemanticEntityID": "3a3f5650-82e2-44cd-b5b8-409b45b13933",
"SemanticEnumerationID": "45e2ac97-0a9f-4718-a09c-fe16337f72e8",
"Name": "sample string 3",
"IsSynchronized": true
}
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.