GET api/documentgeneration/bagcontent
Returns the detail of the sack of correspondence that has just been prepared
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Dezrez.Core.DataContracts.External.Api.DocumentGeneration.Query.GeneratededSackSummaryDataContractName | Description | Type | Additional information |
---|---|---|---|
Reference | string |
None. |
|
FriendlyName | string |
None. |
|
PackTypeName | string |
None. |
|
PackSummary | string |
None. |
|
Created | date |
None. |
|
BrandId | integer |
None. |
|
PreviewOnly | boolean |
None. |
|
EnvelopeTemplatePackId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Reference": "sample string 1", "FriendlyName": "sample string 2", "PackTypeName": "sample string 3", "PackSummary": "sample string 4", "Created": "2024-11-21T09:51:27.8701081Z", "BrandId": 6, "PreviewOnly": true, "EnvelopeTemplatePackId": 8 }, { "Reference": "sample string 1", "FriendlyName": "sample string 2", "PackTypeName": "sample string 3", "PackSummary": "sample string 4", "Created": "2024-11-21T09:51:27.8701081Z", "BrandId": 6, "PreviewOnly": true, "EnvelopeTemplatePackId": 8 } ]