RejectQuotation
Rejects a quotation, changing its status from open to rejected.
Input
| Name | Type | Description |
| QuotationID | String | Identifier of the quotation. |
| NotificationLayout | String | Based on this layout the notification email is sent. In case it is not specified, then no email is sent. |
| OpportunityStage | String | The stage of the linked opportunity after rejecting the quotation.. |
| ReasonCode | String | Reason why the quotation was rejected. |
Result Set Columns
| Name | Type | Description |
| QuotationID | String | Identifier of the quotation. |
| Division | Integer | Division code. |
| ErrorMessage | String | Contains the error message if an error occurred during the rejecting of the quotation. |
| NotificationLayout | String | Based on this layout the notification email is sent. In case it is not specified, then no email is sent. |
| OpportunityStage | String | The stage of the linked opportunity after rejecting the quotation.. |
| ReasonCode | String | Reason why the quotation was rejected. |
| SuccessMessage | String | Contains information if the quotation was successfully rejected. |