POST Application/PostSemanticProperties
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": "e6c4ebfd-a2da-474e-bac5-000703187e32",
"SemanticEntityID": "3954a951-0a7a-4766-8113-6601bf50ae85",
"SemanticEnumerationID": "ffd1c086-fb72-47fc-94ec-8e9b77fd7719",
"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.