PATCH api/CategoriesBySpecialty/{categoryCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
categoryCode

string

Required

Body Parameters

CategorySpecialty
NameDescriptionTypeAdditional information
Code

string

None.

Name

string

None.

U_MantCategoria

string

None.

U_MantDescuento

decimal number

None.

U_MantDescMDSM

decimal number

None.

U_MantAutRequerida

string

None.

U_MantSubFam

string

None.

U_MantFamilia

string

None.

U_MantEstado

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Name": "sample string 2",
  "U_MantCategoria": "sample string 3",
  "U_MantDescuento": 4.0,
  "U_MantDescMDSM": 5.0,
  "U_MantAutRequerida": "sample string 6",
  "U_MantSubFam": "sample string 7",
  "U_MantFamilia": "sample string 8",
  "U_MantEstado": "sample string 9"
}

application/xml, text/xml

Sample:
<CategorySpecialty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSSUPER.MODELS">
  <Code>sample string 1</Code>
  <Name>sample string 2</Name>
  <U_MantAutRequerida>sample string 6</U_MantAutRequerida>
  <U_MantCategoria>sample string 3</U_MantCategoria>
  <U_MantDescMDSM>5</U_MantDescMDSM>
  <U_MantDescuento>4</U_MantDescuento>
  <U_MantEstado>sample string 9</U_MantEstado>
  <U_MantFamilia>sample string 8</U_MantFamilia>
  <U_MantSubFam>sample string 7</U_MantSubFam>
</CategorySpecialty>

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

None.