POST Master/GetJewellerySubTypeForDropdown

Request Information

URI Parameters

None.

Body Parameters

JewellerySubTypeMaster
NameDescriptionTypeAdditional information
JewellerySubTypeID

string

None.

JewellerySubType

string

None.

JewelleryTypeID

string

None.

Lengths

integer

None.

Breadth

integer

None.

Height

integer

None.

Diameter

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "JewellerySubTypeID": "sample string 1",
  "JewellerySubType": "sample string 2",
  "JewelleryTypeID": "sample string 3",
  "Lengths": 4,
  "Breadth": 5,
  "Height": 6,
  "Diameter": 7
}

application/xml, text/xml

Sample:
<JewellerySubTypeMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstaGuru.Models">
  <Breadth>5</Breadth>
  <Diameter>7</Diameter>
  <Height>6</Height>
  <JewellerySubType>sample string 2</JewellerySubType>
  <JewellerySubTypeID>sample string 1</JewellerySubTypeID>
  <JewelleryTypeID>sample string 3</JewelleryTypeID>
  <Lengths>4</Lengths>
</JewellerySubTypeMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.