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": "96439187-77a7-4ff1-9322-66509ae74af0",
"SemanticEntityID": "960d1a73-3571-482b-92ee-98faee85c176",
"SemanticEnumerationID": "49499102-0737-42fd-96fb-aa91a80abad4",
"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.