POST api/quotation/quotationsinsert
Request Information
URI Parameters
None.
Body Parameters
QuotationInsertRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | string |
None. |
|
| QuotationDate | string |
None. |
|
| GSTApplicable | string |
None. |
|
| Address | string |
None. |
|
| Subject | string |
None. |
|
| Terms | string |
None. |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "sample string 1",
"QuotationDate": "sample string 2",
"GSTApplicable": "sample string 3",
"Address": "sample string 4",
"Subject": "sample string 5",
"Terms": "sample string 6",
"CreatedBy": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.