call the UpdateWorkflowEventDate operation.
POST
/updateworkfloweventdate
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/updateworkfloweventdate' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"updateWorkflowEventDateInput": {
"StateName": "string",
"EventDate": "string"
}
}'
Response Response Example
200 - Example 1
{
"UpdateWorkflowEventDateResult": {
"ErrorCode": 0,
"ErrorDescription": "string",
"SuccessFlag": true
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01