POST api/documentgeneration/bulkpropertyownercommunication
Generates a bulk communication pack out to multiple vendors of properties. This will ignore the target type set, as the document could only ever find the vendor as the contact item, so it always defaults to a target type of vendor/owner
Request Information
URI Parameters
None.
Body Parameters
SendBulkPropertyListCommunicationDataContractName | Description | Type | Additional information |
---|---|---|---|
Filter | PropertyListFilterDataContract |
None. |
|
TargetType | EnumDataContract |
None. |
|
Subject | string |
None. |
|
RoleIds | Collection of integer |
None. |
|
ExcludedRoleIds | Collection of integer |
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": "01d1c6de-a8bb-4080-bd0f-3be26f71359a", "Success": true }