POST updateSchemeCategoryData

Request Information

URI Parameters

None.

Body Parameters

SchemeCategoryModel
NameDescriptionTypeAdditional information
SchemeCategoryId

integer

None.

SchemeCategoryName

string

None.

SchemeCategoryNameUs

string

None.

SchemeCategoryNameIt

string

None.

International

integer

None.

Italy

integer

None.

Usa

integer

None.

SearchTitle

string

None.

SearchTitleIt

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SchemeCategoryId": 1,
  "SchemeCategoryName": "sample string 2",
  "SchemeCategoryNameUs": "sample string 3",
  "SchemeCategoryNameIt": "sample string 4",
  "International": 5,
  "Italy": 6,
  "Usa": 7,
  "SearchTitle": "sample string 8",
  "SearchTitleIt": "sample string 9"
}

application/xml, text/xml

Sample:
<SchemeCategoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaleffiAPI.Models">
  <International>5</International>
  <Italy>6</Italy>
  <SchemeCategoryId>1</SchemeCategoryId>
  <SchemeCategoryName>sample string 2</SchemeCategoryName>
  <SchemeCategoryNameIt>sample string 4</SchemeCategoryNameIt>
  <SchemeCategoryNameUs>sample string 3</SchemeCategoryNameUs>
  <SearchTitle>sample string 8</SearchTitle>
  <SearchTitleIt>sample string 9</SearchTitleIt>
  <Usa>7</Usa>
</SchemeCategoryModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.