POST api/QuoteDetails/update/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
QuoteDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| QDetailsID | integer |
None. |
|
| quoteid | integer |
None. |
|
| ProductCode | string |
None. |
|
| ProductDescr | string |
None. |
|
| ProdAlldata | string |
None. |
|
| Quantity | integer |
None. |
|
| OrigPrice | decimal number |
None. |
|
| saleprice | decimal number |
None. |
|
| Ptype | string |
None. |
|
| Linetotal | decimal number |
None. |
|
| LinkCode | string |
None. |
|
| Qsort | integer |
None. |
|
| Quote | Quote |
None. |
|
| ProductCategory | ProductCategory |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.