Adding Header and Footer Text without Document Protection
This API allows you to append the given text to the header and footer for a given document.
appendToHeaderFooter does not support protection levels for FX1 documents (FX2 documents do support document protection). Document protection levels are reset when header and footer are added. To retain protection levels for FX1 documents, use appendToHeaderFooter2 instead.
API |
Signature |
---|---|
appendToHeaderFooter |
|
Request Parameters |
|||
---|---|---|---|
Name |
Type |
Description |
Required? |
docId |
|
The id of the document which will have header and footer content added to it. |
Yes |
headerText |
|
The header text to be appended to the document. |
Yes |
footerText |
|
The footer text to be appended to the document. |
Yes |
sessionId |
|
The Salesforce session id. |
Yes |
serverUrl |
|
The Salesforce server Url. |
Yes |
Response Parameter |
||
---|---|---|
Name |
Type |
Description |
result |
|
Indicates whether the header and footer are added successfully. |
Code Sample
Integration Details
Use the following information in your integrations with Apttus Contract Management Web Services API. For information on how to get started, refer to Integrating Conga CLM with External Systems.