POST api/documentgeneration/multiplemailout
Generates a correspondence to multiple letting applicants, sending them a filtered set of the matching letting property roles
Request Information
URI Parameters
None.
Body Parameters
SendMultipleMailoutPackDataContractName | Description | Type | Additional information |
---|---|---|---|
GroupSearchingRoleIds | Collection of integer |
None. |
|
SelectedPropertyRoleIds | Collection of integer |
None. |
|
ExcludedGroupSearchingRoleIds | Collection of integer |
None. |
|
Filter | GroupListFilterDataContract |
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 job that has been invoked.
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": "be1bbeb0-da47-45ad-8bd2-39782351ec29", "Success": true }