PUT Application/PutSemanticProperties
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "0ba254ab-0190-4d2e-90ca-5b4e11d3bfb6",
"SemanticEntityID": "c92ffff1-a667-4635-8347-e441074ca26d",
"SemanticEnumerationID": "6301adde-c48a-449d-834d-498e080d5370",
"Name": "sample string 3",
"IsSynchronized": true
},
{
"$ref": "1"
}
]
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.