POST api/QuotationHeader
Request Information
URI Parameters
None.
Body Parameters
QuotationHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| QuotationId | integer |
None. |
|
| 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:
{
"QuotationId": 1,
"QuotationNo": 2,
"QuotationDate": "2025-12-16T07:46:00.3832736+05:30",
"SalesMan": 4,
"AccountCode": "sample string 5",
"Ref": "sample string 6",
"Attn": "sample string 7",
"Terms": "sample string 8",
"Packing": 9.0,
"FOB": 10.0,
"CFR": 11.0,
"CIF": 12.0,
"Ordered": true,
"CurrencyType": "sample string 14",
"Total": 15.0,
"LetterDetails": "sample string 16",
"Subject": "sample string 17",
"Designation": "sample string 18",
"Remark": "sample string 19",
"FollowupID": 20,
"NoFollowupRequired": true,
"EnquiryTypeId": 22,
"ContactId": 23,
"EnquiryId": 24,
"TotalDiscount": 25.0,
"UniqueGsNo": 26,
"GsNoString": "sample string 27",
"SalesWithinState": true,
"CGSTPer": 29.0,
"CGSTAmt": 30.0,
"SGSTPer": 31.0,
"SGSTAmt": 32.0,
"IGSTPer": 33.0,
"IGSTAmt": 34.0,
"FreightCGST": 35.0,
"FreightSGST": 36.0,
"FreightIGST": 37.0,
"PackingCGST": 38.0,
"PackingSGST": 39.0,
"PackingIGST": 40.0,
"Id": 41,
"Active": true,
"CreatedBy": "sample string 43"
}
application/xml, text/xml
Sample:
<QuotationHeader xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PEAPI.Model"> <Active>true</Active> <CreatedBy>sample string 43</CreatedBy> <Id>41</Id> <AccountCode>sample string 5</AccountCode> <Attn>sample string 7</Attn> <CFR>11</CFR> <CGSTAmt>30</CGSTAmt> <CGSTPer>29</CGSTPer> <CIF>12</CIF> <ContactId>23</ContactId> <CurrencyType>sample string 14</CurrencyType> <Designation>sample string 18</Designation> <EnquiryId>24</EnquiryId> <EnquiryTypeId>22</EnquiryTypeId> <FOB>10</FOB> <FollowupID>20</FollowupID> <FreightCGST>35</FreightCGST> <FreightIGST>37</FreightIGST> <FreightSGST>36</FreightSGST> <GsNoString>sample string 27</GsNoString> <IGSTAmt>34</IGSTAmt> <IGSTPer>33</IGSTPer> <LetterDetails>sample string 16</LetterDetails> <NoFollowupRequired>true</NoFollowupRequired> <Ordered>true</Ordered> <Packing>9</Packing> <PackingCGST>38</PackingCGST> <PackingIGST>40</PackingIGST> <PackingSGST>39</PackingSGST> <QuotationDate>2025-12-16T07:46:00.3832736+05:30</QuotationDate> <QuotationId>1</QuotationId> <QuotationNo>2</QuotationNo> <Ref>sample string 6</Ref> <Remark>sample string 19</Remark> <SGSTAmt>32</SGSTAmt> <SGSTPer>31</SGSTPer> <SalesMan>4</SalesMan> <SalesWithinState>true</SalesWithinState> <Subject>sample string 17</Subject> <Terms>sample string 8</Terms> <Total>15</Total> <TotalDiscount>25</TotalDiscount> <UniqueGsNo>26</UniqueGsNo> </QuotationHeader>
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. |