PUT api/PutKind

Request Information

URI Parameters

None.

Body Parameters

ClsKindInfo
NameDescriptionTypeAdditional information
Code

string

None.

AuthorID

string

None.

VersionSerial

integer

None.

PriceFormulaCode

string

None.

Price

decimal number

None.

WithPricePlus

boolean

None.

PricePlus

decimal number

None.

varU

decimal number

None.

varX

decimal number

None.

varY

decimal number

None.

varZ

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "AuthorID": "sample string 2",
  "VersionSerial": 3,
  "PriceFormulaCode": "sample string 4",
  "Price": 5.0,
  "WithPricePlus": true,
  "PricePlus": 7.0,
  "varU": 8.0,
  "varX": 9.0,
  "varY": 10.0,
  "varZ": 11.0
}

application/xml, text/xml

Sample:
<Classes.ClsKindInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpsDentalWebApi.App_Cls">
  <AuthorID>sample string 2</AuthorID>
  <Code>sample string 1</Code>
  <Price>5</Price>
  <PriceFormulaCode>sample string 4</PriceFormulaCode>
  <PricePlus>7</PricePlus>
  <VersionSerial>3</VersionSerial>
  <WithPricePlus>true</WithPricePlus>
  <varU>8</varU>
  <varX>9</varX>
  <varY>10</varY>
  <varZ>11</varZ>
</Classes.ClsKindInfo>

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.