ReviewQuotation
Sends a quotation for review, changing its status from open to in-review.
Input
| Name | Type | Description |
| QuotationID | String | Identifier of the quotation. |
| CopyItemPrices | Boolean | Indicates if the item prices should be copied from the original quotation or the default item prices should be used. |
| Description | String | The description of the new quotation |
| Document | String | The document linked to the new quotation |
| OrderAccount | String | The account who made the order. |
| OrderAccountContact | String | The contact person of the account who made the order. |
| PaymentCondition | String | The paymentcondition linked to the new quotation. |
| QuotationDate | Datetime | The date of the new quotation. |
Result Set Columns
| Name | Type | Description |
| QuotationID | String | Identifier of the quotation. |
| CopyItemPrices | Boolean | Indicates if the item prices should be copied from the original quotation or the default item prices should be used. |
| Description | String | The description of the new quotation |
| Division | Integer | Division code. |
| Document | String | The document linked to the new quotation |
| ErrorMessage | String | Contains the error message if an error occurred during the reviewing of the quotation. |
| NewQuotationID | String | Identifier of the newly created quotation. |
| OrderAccount | String | The account who made the order. |
| OrderAccountContact | String | The contact person of the account who made the order. |
| PaymentCondition | String | The paymentcondition linked to the new quotation. |
| QuotationDate | Datetime | The date of the new quotation. |
| SuccessMessage | String | Contains information if the quotation was successfully sent for review. |