PUT api/vss/catalog-categories/{vssfld}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vssfld | string |
Required |
Body Parameters
CatalogCategoryUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SHOWM | string |
None. |
|
| SHOWF | string |
None. |
|
| ACTIVE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SHOWM": "sample string 1",
"SHOWF": "sample string 2",
"ACTIVE": "sample string 3"
}
application/xml, text/xml
Sample:
<CatalogCategoryUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TomJames.API.Areas.TJVSS.Models.Request"> <ACTIVE>sample string 3</ACTIVE> <SHOWF>sample string 2</SHOWF> <SHOWM>sample string 1</SHOWM> </CatalogCategoryUpdateRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.