POST api/documentgeneration/generatebulkaccountstatements
Generates Bulk Account Statement correspondence
Request Information
URI Parameters
None.
Body Parameters
BulkAccountStatementPackDataContractName | Description | Type | Additional information |
---|---|---|---|
AccountIds | Collection of integer |
None. |
|
AssociatedGroupIds | Collection of integer |
None. |
|
OwnerGroupRoleIds | Collection of integer |
None. |
|
PropertyRoleIds | Collection of integer |
None. |
|
TenantGroupRoleIds | Collection of integer |
None. |
|
PrimaryCompanyGroupRoleIds | Collection of integer |
None. |
|
Filter | TransactionListFilterDataContract |
None. |
|
SackFriendlyName | string |
None. |
|
EnvelopeTemplatePackId | integer |
None. |
|
BrandId | integer |
None. |
|
BranchId | integer |
None. |
|
NegotiatorPpId | integer |
None. |
|
CustomText | string |
None. |
|
EnvelopeProcessingMethod | EnumDataContract |
None. |
|
AutoProcessSack | boolean |
None. |
|
SendToDrafts | boolean |
None. |
|
PrintedOnHeaded | boolean |
None. |
|
WorkflowIndex | integer |
None. |
|
DestinationPrintBagName | string |
None. |
|
PostDocGenerationHandler | PostDocGenerationHandlerDataContract |
None. |
|
PreviewOnly | boolean |
None. |
|
EmailSubject | string |
None. |
|
Attachments | Collection of DocumentDataContract |
None. |
|
Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json
Sample:
text/json
Sample:
Response Information
Resource Description
Details of the account.
Collection of JobInvocationDetailsDataContractName | Description | Type | Additional information |
---|---|---|---|
SupportsCancellation | boolean |
None. |
|
ReportsProgress | boolean |
None. |
|
InitialStatusText | string |
None. |
|
JobReference | globally unique identifier |
None. |
|
Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "SupportsCancellation": true, "ReportsProgress": true, "InitialStatusText": "sample string 3", "JobReference": "574e7195-8baf-41cb-87b3-15acce83f33d", "Success": true }, { "SupportsCancellation": true, "ReportsProgress": true, "InitialStatusText": "sample string 3", "JobReference": "574e7195-8baf-41cb-87b3-15acce83f33d", "Success": true } ]