function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SastryMSastryM 

docusign

We are using Docusign Rest API to send documents to the customer, When we are trying to send the envelope we are getting the below exception 

{
  "errorCode": "INVALID_REQUEST_BODY",
  "message": "The request body is missing or improperly formatted. New Account definition(s) not found in the request body."
}

Actaully the same request body when we test in lower environments it is working fine but in production we are getting this issue.

Any help on this is very much appreciated

Thanks