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": "b4298c54-84ab-4685-a9bd-620169f5dc73",
"SemanticEntityID": "5ccd6962-2a28-4051-8db7-d54d0f2b3869",
"SemanticEnumerationID": "be7ca013-220b-4f69-ac86-5a22d889ee97",
"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.