PUT api/QuotationHeader/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

tblQuotationHeaderGST
NameDescriptionTypeAdditional information
QuotationNo

integer

None.

QuotationDate

date

None.

SalesMan

integer

None.

AccountCode

string

None.

Ref

string

None.

Attn

string

None.

Terms

string

None.

Packing

decimal number

None.

FOB

decimal number

None.

CFR

decimal number

None.

CIF

decimal number

None.

Ordered

boolean

None.

CurrencyType

string

None.

Total

decimal number

None.

LetterDetails

string

None.

Subject

string

None.

Designation

string

None.

Remark

string

None.

FollowupID

integer

None.

NoFollowupRequired

boolean

None.

EnquiryTypeId

integer

None.

ContactId

integer

None.

EnquiryId

integer

None.

TotalDiscount

decimal number

None.

UniqueGsNo

integer

None.

GsNoString

string

None.

SalesWithinState

boolean

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.

FreightCGST

decimal number

None.

FreightSGST

decimal number

None.

FreightIGST

decimal number

None.

PackingCGST

decimal number

None.

PackingSGST

decimal number

None.

PackingIGST

decimal number

None.

Id

integer

None.

Active

boolean

None.

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "QuotationNo": 1,
  "QuotationDate": "2025-12-16T06:10:21.32193+05:30",
  "SalesMan": 3,
  "AccountCode": "sample string 4",
  "Ref": "sample string 5",
  "Attn": "sample string 6",
  "Terms": "sample string 7",
  "Packing": 8.0,
  "FOB": 9.0,
  "CFR": 10.0,
  "CIF": 11.0,
  "Ordered": true,
  "CurrencyType": "sample string 13",
  "Total": 14.0,
  "LetterDetails": "sample string 15",
  "Subject": "sample string 16",
  "Designation": "sample string 17",
  "Remark": "sample string 18",
  "FollowupID": 19,
  "NoFollowupRequired": true,
  "EnquiryTypeId": 21,
  "ContactId": 22,
  "EnquiryId": 23,
  "TotalDiscount": 24.0,
  "UniqueGsNo": 25,
  "GsNoString": "sample string 26",
  "SalesWithinState": true,
  "CGSTPer": 28.0,
  "CGSTAmt": 29.0,
  "SGSTPer": 30.0,
  "SGSTAmt": 31.0,
  "IGSTPer": 32.0,
  "IGSTAmt": 33.0,
  "FreightCGST": 34.0,
  "FreightSGST": 35.0,
  "FreightIGST": 36.0,
  "PackingCGST": 37.0,
  "PackingSGST": 38.0,
  "PackingIGST": 39.0,
  "Id": 40,
  "Active": true,
  "CreatedBy": "sample string 42"
}

application/xml, text/xml

Sample:
<tblQuotationHeaderGST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MAPI.Model">
  <Active>true</Active>
  <CreatedBy>sample string 42</CreatedBy>
  <Id>40</Id>
  <AccountCode>sample string 4</AccountCode>
  <Attn>sample string 6</Attn>
  <CFR>10</CFR>
  <CGSTAmt>29</CGSTAmt>
  <CGSTPer>28</CGSTPer>
  <CIF>11</CIF>
  <ContactId>22</ContactId>
  <CurrencyType>sample string 13</CurrencyType>
  <Designation>sample string 17</Designation>
  <EnquiryId>23</EnquiryId>
  <EnquiryTypeId>21</EnquiryTypeId>
  <FOB>9</FOB>
  <FollowupID>19</FollowupID>
  <FreightCGST>34</FreightCGST>
  <FreightIGST>36</FreightIGST>
  <FreightSGST>35</FreightSGST>
  <GsNoString>sample string 26</GsNoString>
  <IGSTAmt>33</IGSTAmt>
  <IGSTPer>32</IGSTPer>
  <LetterDetails>sample string 15</LetterDetails>
  <NoFollowupRequired>true</NoFollowupRequired>
  <Ordered>true</Ordered>
  <Packing>8</Packing>
  <PackingCGST>37</PackingCGST>
  <PackingIGST>39</PackingIGST>
  <PackingSGST>38</PackingSGST>
  <QuotationDate>2025-12-16T06:10:21.32193+05:30</QuotationDate>
  <QuotationNo>1</QuotationNo>
  <Ref>sample string 5</Ref>
  <Remark>sample string 18</Remark>
  <SGSTAmt>31</SGSTAmt>
  <SGSTPer>30</SGSTPer>
  <SalesMan>3</SalesMan>
  <SalesWithinState>true</SalesWithinState>
  <Subject>sample string 16</Subject>
  <Terms>sample string 7</Terms>
  <Total>14</Total>
  <TotalDiscount>24</TotalDiscount>
  <UniqueGsNo>25</UniqueGsNo>
</tblQuotationHeaderGST>

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.