PUT api/PricesController/PostPriceParam

Request Information

URI Parameters

None.

Body Parameters

PriceParam
NameDescriptionTypeAdditional information
Code

string

None.

Name

string

None.

U_CardCode

string

None.

U_CardName

string

None.

U_FirmCode

integer

None.

U_FirmName

string

None.

U_ItmsGrpCode

integer

None.

U_ItmsGrpName

string

None.

U_ListNum

integer

None.

U_ListName

string

None.

U_Desc

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Name": "sample string 2",
  "U_CardCode": "sample string 3",
  "U_CardName": "sample string 4",
  "U_FirmCode": 5,
  "U_FirmName": "sample string 6",
  "U_ItmsGrpCode": 7,
  "U_ItmsGrpName": "sample string 8",
  "U_ListNum": 9,
  "U_ListName": "sample string 10",
  "U_Desc": 1.1
}

application/xml, text/xml

Sample:
<PriceParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSZBADM.MODELS">
  <Code>sample string 1</Code>
  <Name>sample string 2</Name>
  <U_CardCode>sample string 3</U_CardCode>
  <U_CardName>sample string 4</U_CardName>
  <U_Desc>1.1</U_Desc>
  <U_FirmCode>5</U_FirmCode>
  <U_FirmName>sample string 6</U_FirmName>
  <U_ItmsGrpCode>7</U_ItmsGrpCode>
  <U_ItmsGrpName>sample string 8</U_ItmsGrpName>
  <U_ListName>sample string 10</U_ListName>
  <U_ListNum>9</U_ListNum>
</PriceParam>

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.