ModifyEstimateStatus
Updates the status as sent, accepted, or declined for estimates.
Input
Name | Type | Required | Description |
Id | String | True | Id of an estimate. |
EntityStatus | String | True | Status to be marked for an estimate- sent, accepted or declined.
The allowed values are sent, accepted, declined. |
Result Set Columns
Name | Type | Description |
Status | String | Stored procedure execution status. |