POST api/jwellery/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
jwellery_web_barcode| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| item_code | string |
None. |
|
| item_name | string |
None. |
|
| pcs | integer |
None. |
|
| basic_rate | decimal number |
None. |
|
| purchase_rate | decimal number |
None. |
|
| sale_rate | integer |
None. |
|
| mrp | integer |
None. |
|
| huid | string |
None. |
|
| design | string |
None. |
|
| supplier_id | integer |
None. |
|
| brand_id | integer |
None. |
|
| purity | string |
None. |
|
| bill_no | string |
None. |
|
| gwt | decimal number |
None. |
|
| nwt | decimal number |
None. |
|
| making_per_gm | decimal number |
None. |
|
| making | integer |
None. |
|
| dia_val | decimal number |
None. |
|
| stone_val | decimal number |
None. |
|
| hallmark | integer |
None. |
|
| image1 | string |
None. |
|
| barcode | string |
None. |
|
| dia_detail | string |
None. |
|
| stone_detail | string |
None. |
|
| sku | string |
None. |
|
| itemno | integer |
None. |
|
| makingpergm | decimal number |
None. |
|
| makingperct | decimal number |
None. |
|
| making_cdp | decimal number |
None. |
|
| making_cdr | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"item_code": "sample string 2",
"item_name": "sample string 3",
"pcs": 4,
"basic_rate": 5.1,
"purchase_rate": 6.1,
"sale_rate": 7,
"mrp": 8,
"huid": "sample string 9",
"design": "sample string 10",
"supplier_id": 11,
"brand_id": 12,
"purity": "sample string 13",
"bill_no": "sample string 14",
"gwt": 15.1,
"nwt": 16.1,
"making_per_gm": 17.1,
"making": 18,
"dia_val": 19.1,
"stone_val": 20.1,
"hallmark": 21,
"image1": "sample string 22",
"barcode": "sample string 23",
"dia_detail": "sample string 24",
"stone_detail": "sample string 25",
"sku": "sample string 26",
"itemno": 27,
"makingpergm": 28.1,
"makingperct": 29.1,
"making_cdp": 30.1,
"making_cdr": 31
}
application/xml, text/xml
Sample:
<jwellery_web_barcode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Salonbilling"> <barcode>sample string 23</barcode> <basic_rate>5.1</basic_rate> <bill_no>sample string 14</bill_no> <brand_id>12</brand_id> <design>sample string 10</design> <dia_detail>sample string 24</dia_detail> <dia_val>19.1</dia_val> <gwt>15.1</gwt> <hallmark>21</hallmark> <huid>sample string 9</huid> <id>1</id> <image1>sample string 22</image1> <item_code>sample string 2</item_code> <item_name>sample string 3</item_name> <itemno>27</itemno> <making>18</making> <making_cdp>30.1</making_cdp> <making_cdr>31</making_cdr> <making_per_gm>17.1</making_per_gm> <makingperct>29.1</makingperct> <makingpergm>28.1</makingpergm> <mrp>8</mrp> <nwt>16.1</nwt> <pcs>4</pcs> <purchase_rate>6.1</purchase_rate> <purity>sample string 13</purity> <sale_rate>7</sale_rate> <sku>sample string 26</sku> <stone_detail>sample string 25</stone_detail> <stone_val>20.1</stone_val> <supplier_id>11</supplier_id> </jwellery_web_barcode>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.