PUT api/QuotationDetail/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
tblQuotationDetailGST| Name | Description | Type | Additional information |
|---|---|---|---|
| QuotationId | integer |
None. |
|
| SrNo | integer |
None. |
|
| ItemCode | string |
None. |
|
| Quantity | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| Unit | string |
None. |
|
| Details | string |
None. |
|
| NetPrice | decimal number |
None. |
|
| EnquiryDtlId | integer |
None. |
|
| DiscountPercentage | decimal number |
None. |
|
| DiscountAmount | decimal number |
None. |
|
| ItemId | integer |
None. |
|
| CGSTPer | decimal number |
None. |
|
| CGSTAmt | decimal number |
None. |
|
| SGSTPer | decimal number |
None. |
|
| SGSTAmt | decimal number |
None. |
|
| IGSTPer | decimal number |
None. |
|
| IGSTAmt | decimal number |
None. |
|
| Id | integer |
None. |
|
| Active | boolean |
None. |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuotationId": 1,
"SrNo": 2,
"ItemCode": "sample string 3",
"Quantity": 4.0,
"Rate": 5.0,
"Unit": "sample string 6",
"Details": "sample string 7",
"NetPrice": 8.0,
"EnquiryDtlId": 9,
"DiscountPercentage": 10.0,
"DiscountAmount": 11.0,
"ItemId": 12,
"CGSTPer": 13.0,
"CGSTAmt": 14.0,
"SGSTPer": 15.0,
"SGSTAmt": 16.0,
"IGSTPer": 17.0,
"IGSTAmt": 18.0,
"Id": 19,
"Active": true,
"CreatedBy": "sample string 21"
}
application/xml, text/xml
Sample:
<tblQuotationDetailGST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PEAPI.Model"> <Active>true</Active> <CreatedBy>sample string 21</CreatedBy> <Id>19</Id> <CGSTAmt>14</CGSTAmt> <CGSTPer>13</CGSTPer> <Details>sample string 7</Details> <DiscountAmount>11</DiscountAmount> <DiscountPercentage>10</DiscountPercentage> <EnquiryDtlId>9</EnquiryDtlId> <IGSTAmt>18</IGSTAmt> <IGSTPer>17</IGSTPer> <ItemCode>sample string 3</ItemCode> <ItemId>12</ItemId> <NetPrice>8</NetPrice> <Quantity>4</Quantity> <QuotationId>1</QuotationId> <Rate>5</Rate> <SGSTAmt>16</SGSTAmt> <SGSTPer>15</SGSTPer> <SrNo>2</SrNo> <Unit>sample string 6</Unit> </tblQuotationDetailGST>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |