PUT Application/PutSemanticContext
Request Information
URI Parameters
None.
Body Parameters
SemanticContext| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| SemanticEntities | Collection of SemanticEntity |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "568a1dd1-be49-4c8a-8986-5fb1f235996d",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "183a4f1d-bd55-404f-a36c-9155ac611d89",
"SemanticContextID": "d7882325-cc0d-40f2-a7e6-d9efbfa77774",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "94457b1e-6623-445a-9927-8697b91cad83",
"SemanticEntityID": "91b303d4-834d-49d9-a615-d9ad998ae216",
"SemanticEnumerationID": "10689b7a-d800-4fdc-b4b5-d5f77b87156a",
"Name": "sample string 3",
"IsSynchronized": true
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
}
]
}
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.