PATCH api/CustomProperty/{entityName}/ByEntityId/{entityId}
No content available.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entityName | string |
Required |
|
| entityId | integer |
Required |
Body Parameters
Collection of EntityCustomInstancePropertyUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| ControlID | string |
Required |
|
| Value | string |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"ControlID": "sample string 1",
"Value": "sample string 2"
},
{
"ControlID": "sample string 1",
"Value": "sample string 2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.