Adding Header and Footer Text with Document Protection
This API allows you to add header and footer text in a document. In FX1 documents, the document protection levels are reset when the header and footer are added. This API retains protection levels for FX1 documents.
API |
Signature |
---|---|
appendToHeaderFooter2 |
|
Request Parameters |
|||
---|---|---|---|
Name |
Type |
Description |
Required? |
docId |
|
The id of the document which will have header and/or footer content add to it. |
Yes |
headerText |
|
The header text to append to the document. |
Yes |
footerText |
|
The footer text to append to the document. |
Yes |
pLevel |
|
The protection level to apply to the document. Valid values are:
|
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 were 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.