POST api/documentgeneration/multipropertymatch
Generates a correspondence to multiple applicants, sending them a filtered set of the matching property roles
Request Information
URI Parameters
None.
Body Parameters
SendMultiplePropertyMatchToApplicantListPackDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupSearchingRoleIds | Collection of integer |
None. |
|
| ExcludedGroupSearchingRoleIds | Collection of integer |
None. |
|
| MinNumberOfProperties | integer |
None. |
|
| MaxNumberOfProperties | integer |
None. |
|
| MinScore | decimal number |
None. |
|
| IncludePropertiesSentBefore | boolean |
None. |
|
| WithinDays | integer |
None. |
|
| ExcludeOfferAccepted | boolean |
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:
Sample not available.
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
Details of the job that has been invoked.
JobInvocationDetailsDataContract| Name | 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": "2fd4c584-42a5-4e1c-99d2-208795d51516",
"Success": true
}