PUT api/input-support/detail/{catalogValueId}/update

Request Information

URI Parameters

NameDescriptionTypeAdditional information
catalogValueId

integer

Required

Body Parameters

CatalogValueModel
NameDescriptionTypeAdditional 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/xml, text/xml

Sample:
<CatalogValueModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALTAMBS.Business.Entities.Models">
  <Catalog>sample string 3</Catalog>
  <CatalogId>2</CatalogId>
  <CatalogValueId>1</CatalogValueId>
  <Description>sample string 4</Description>
</CatalogValueModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CatalogValueModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.