POST api/AdobeSign?DocumentId={DocumentId}&WidgetName={WidgetName}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| DocumentId | No documentation available. |
Define this parameter in the request URI. |
| WidgetName | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"javascript": "sample string 1",
"nextPageEmbeddedCode": "sample string 2",
"nextPageUrl": "sample string 3",
"url": "sample string 4",
"widgetId": "sample string 5"
}
application/xml, text/xml
Sample:
<WidgetCreationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InsuranceAPI.Controllers"> <javascript>sample string 1</javascript> <nextPageEmbeddedCode>sample string 2</nextPageEmbeddedCode> <nextPageUrl>sample string 3</nextPageUrl> <url>sample string 4</url> <widgetId>sample string 5</widgetId> </WidgetCreationResponse>