Request Information

URI Parameters

None.

Body Parameters

The create bundle request.

CreateBundleRequest
NameDescriptionTypeAdditional information
AppId

Gets or sets the application identifier.

integer

None.

BundleId

Gets or sets the bundle identifier. Mutually exclusive with .

integer

None.

DocumentIds

Gets or sets the document identifiers to merge, in the desired stacking order. Mutually exclusive with .

Collection of integer

None.

FileName

Gets or sets the file name for the merged PDF.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AppId": 1,
  "BundleId": 1,
  "DocumentIds": null,
  "FileName": "sample String 2"
}

text/html

Sample:
{"AppId":1,"BundleId":1,"DocumentIds":null,"FileName":"sample String 2"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The merged PDF file.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.