GET api/Quotation/GetQuotationCode
Api to get quotation code
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
QuotationCodeModelName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
Response Formats
application/json, text/json, text/plain, text/html
Sample:
{ "code": "sample string 1" }
application/xml, text/xml
Sample:
<QuotationCodeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"> <Code>sample string 1</Code> </QuotationCodeModel>
multipart/form-data
Sample:
<QuotationCodeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><Code>sample string 1</Code></QuotationCodeModel>