Creating Proposal Document
You can use this API to create proposal documents for the given format, template name, document type, and protection level. As a callback action, the API creates a task for further action.
API |
Signature |
---|---|
generateDoc |
webService static Id generateDoc(Id templateId, Id proposalId, String pLevel, String docFormat, String sessionId, String serverUrl) |
Request Parameter |
|||
---|---|---|---|
Name |
Type |
Required? |
Description |
templateId | ID |
Yes |
The ID of the template you want to use for the proposal. |
proposalId | ID |
Yes |
The ID of the proposal for which you want to generate the document. |
pLevel | String |
Yes |
The protection level you want to apply on the document |
docFormat | String |
Yes |
The format in which you want to generate the document. The valid values for this parameter are listed below:
|
sessionId | String |
Yes |
The session ID you want to use for the callback. |
serverUrl | String |
Yes |
The server URL you want to use for the callback. |
Response Parameter |
||
---|---|---|
Field |
Type |
Description |
documentID | ID |
The ID of the generated document. |
Code Sample
The sample code below enables you to create a proposal document by providing a valid proposal ID, template name, protection level, and format. After the execution, it returns the proposal document ID.