Facing this issue in docusign demo app
"errorCode":"INVALID_REQUEST_PARAMETER","message":"The request contained at least one invalid parameter. Query parameter 'from_date' must be set to a valid DateTime or 'envelope_ids', 'folder_ids' or 'transaction_ids' must be specified."}
Hi Semi,
have a look to see what values are you using, that way you can find what is wrong.
Regards, Carl
I think you need to check what value are you passing for "from_date" parameter.
Thanks,
Neha
Is there already a fix for this? I am currently experiencing the same issue.
can you please help us with the scenario in which you are getting this error?
Hi,
it looks like the parameters do not conform from what it is expected, that's what it looks like.
The fromDate parameter must be a date-time variable and the ID's type integer.
From what I can understand from here it looks like that one/both of them are missing.
Is it possible to show us what are you passing, and if you are building the SQL statement dynamic.
Best regards, we doing our best to help
As per my understanding you are calling API end point for communicating. The API returns some struture and may be an error or sucess. before testing in the applicaiton API test in Consume API the action is created. before checking please check the below points:
Invalid Parameter Values: Ensure that all parameters, such as from_date, envelope_ids, folder_ids, or transaction_ids, are set to valid values.
Missing Parameters: Check if any mandatory parameters are missing from your request.
Incorrect Parameter Format: Verify that all parameters are in the correct format, especially IDs which should be globally unique identifiers (GUIDs).
Incorrect Endpoint URL: Make sure the endpoint URL is correct and includes all necessary components, such as accountId.
Private Key Issues: If you're using JWT, ensure that the private key is correctly formatted and accessible.
Hi @Semi Colons
Query parameter from_date must be set to a valid DateTime This specifically refers to the from date parameter, which seems to expect a valid DateTime value. If you are passing this parameter, ensure that it is in a proper DateTime format (e.g., "2025-01-22T15:30:00").
Regards ,
Rajat
Update for this!Fix for:"errorCode":"INVALID_REQUEST_PARAMETER","message":"The request contained at least one invalid parameter. Query parameter 'from_date' must be set to a valid DateTime or 'envelope_ids', 'folder_ids' or 'transaction_ids' must be specified."}
Cause by:Empty value of EnvelopeId because of the server action "InitiateDocuSignProcess"
Solution:
DocuSignRecipientEmail and DocuSignRecipientName are still empty even though the site properties value was set.
Go to "GetDocuSignReceipient" > "DocuSign Site Properties"Manually input the value for DocuSignRecipientName and DocuSignRecipientName