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": "75aa694f-aa76-4e08-b6bb-172ef32f42a0",
"SemanticEntityID": "44e96761-daa8-4cc8-b5d2-fdffde77e047",
"SemanticEnumerationID": "b8ad1e8c-fb6b-4bcf-b3aa-8d3423ae054a",
"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.