Issue
While running the method "post /megaSigns/{megaSignId}/views", an error is shown as "Requested view is not available for the resource in the current state."
"Mega Sign" was rebranded to "Send in Bulk" in the June 2021 release.
Both refer to the same function.
Environment
REST API V6
Resolution
The error is shown if the name parameter value provided is invalid in the below request code:
{
"name": " "
}
For example, if the Send in Bulk agreement is already "IN_PROCESS", then providing value as "AUTHORING" throws the mentioned error. Make sure the value provided is in accordance with the current state of agreement.
Additional information
REST API Reference:
https://secure.na1.echosign.com/public/docs/restapi/v6#!/megaSigns/getMegaSignView