POST ListVazhipad

Request Information

URI Parameters

None.

Body Parameters

ClsVazhipadModel
NameDescriptionTypeAdditional information
P_Code

integer

None.

vazhipadID

integer

None.

VA_VazhCode

integer

None.

VM_Vazhipadu

string

None.

VM_VazhpaduE

string

None.

VM_Amt

decimal number

None.

VM_RateChange

string

None.

VM_AllowQty

string

None.

Request Formats

application/json, text/json

Sample:
{
  "P_Code": 1,
  "vazhipadID": 2,
  "VA_VazhCode": 3,
  "VM_Vazhipadu": "sample string 4",
  "VM_VazhpaduE": "sample string 5",
  "VM_Amt": 6.0,
  "VM_RateChange": "sample string 7",
  "VM_AllowQty": "sample string 8"
}

application/xml, text/xml

Sample:
<ClsVazhipadModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CubixKshetramAPI.BussinessLogic">
  <P_Code>1</P_Code>
  <VA_VazhCode>3</VA_VazhCode>
  <VM_AllowQty>sample string 8</VM_AllowQty>
  <VM_Amt>6</VM_Amt>
  <VM_RateChange>sample string 7</VM_RateChange>
  <VM_Vazhipadu>sample string 4</VM_Vazhipadu>
  <VM_VazhpaduE>sample string 5</VM_VazhpaduE>
  <vazhipadID>2</vazhipadID>
</ClsVazhipadModel>

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.