POST Tickets/SaveTicketEstimate
Request Information
URI Parameters
None.
Body Parameters
RequestSaveTicketEstimate| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketID | integer |
None. |
|
| EstimateMin | string |
None. |
|
| EstimateMax | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TicketID": 1,
"EstimateMin": "sample string 2",
"EstimateMax": "sample string 3"
}
Response Information
Resource Description
SuccessFull| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true
}