DIDComposePdfInteractiveGetV1

The DIDComposePdfInteractiveGetV1 call gets the results for an interactive run that was started earlier through DIDComposePdfInteractiveStartV1.

The request requires the following fields next to the standard fields.

Field Type Description
ccmsessionid sessionId KCM Contract Manage session identifier.
securedocument boolean Optional: Indicates whether a secured PDF document must be produced. If omitted, the default value false is used.

Once DIDComposePdfInteractiveGetV1 is called with this parameter set to true, any subsequent calls will always return a secured document even if you change the parameter's value to false.

The response contains the following fields in addition to the standard fields.

Field Type Description
document base64Binary A base-64 encoded PDF document

In case of an error, the response contains a SOAP Fault structure.