PUT api/input-support/detail/{catalogValueId}/update
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| catalogValueId | integer |
Required |
Body Parameters
CatalogValueModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CatalogValueId | integer |
None. |
|
| CatalogId | integer |
None. |
|
| Catalog | string |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CatalogValueId": 1,
"CatalogId": 2,
"Catalog": "sample string 3",
"Description": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.