POST api/documentgeneration/multipropertymatch
Generates a correspondence to multiple applicants, sending them a filtered set of the matching property roles Processes this document generation API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
The send multiple property match to applicant list pack data contract supplied with the request.
SendMultiplePropertyMatchToApplicantListPackDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupSearchingRoleIds |
The unique identifiers of the related group searching role resources. |
Collection of integer |
None. |
| ExcludedGroupSearchingRoleIds |
The unique identifiers of the related excluded group searching role resources. |
Collection of integer |
None. |
| MinNumberOfProperties |
The min number of properties value. |
integer |
None. |
| MaxNumberOfProperties |
The max number of properties value. |
integer |
None. |
| MinScore |
The min score value. |
decimal number |
None. |
| IncludePropertiesSentBefore |
Indicates whether include properties sent before is true. |
boolean |
None. |
| WithinDays |
The within days value. |
integer |
None. |
| ExcludeOfferAccepted |
Indicates whether exclude offer accepted is true. |
boolean |
None. |
| Filter |
The filter value. |
GroupListFilterDataContract |
None. |
| SackFriendlyName |
The sack friendly name value. |
string |
None. |
| EnvelopeTemplatePackId |
The unique identifier of the related envelope template pack resource. |
integer |
None. |
| BrandId |
The unique identifier of the related brand resource. |
integer |
None. |
| BranchId |
The unique identifier of the related branch resource. |
integer |
None. |
| NegotiatorPpId |
The unique identifier of the related negotiator pp resource. |
integer |
None. |
| CustomText |
The custom text value. |
string |
None. |
| EnvelopeProcessingMethod |
The envelope processing method value. |
EnumDataContract |
None. |
| AutoProcessSack |
Indicates whether auto process sack is true. |
boolean |
None. |
| SendToDrafts |
Indicates whether send to drafts is true. |
boolean |
None. |
| SendToConveyancing |
Indicates whether send to conveyancing is true. |
boolean |
None. |
| PrintedOnHeaded |
Indicates whether printed on headed is true. |
boolean |
None. |
| WorkflowIndex |
The workflow index value. |
integer |
None. |
| DestinationPrintBagName |
The destination print bag name value. |
string |
None. |
| PostDocGenerationHandler |
The post doc generation handler value. |
PostDocGenerationHandlerDataContract |
None. |
| PreviewOnly |
Indicates whether preview only is true. |
boolean |
None. |
| EmailSubject |
The email subject value. |
string |
None. |
| Attachments |
The collection of attachments. |
Collection of DocumentDataContract |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample not available.
application/json
Sample not available.
text/json
Sample not available.
Response Information
Resource Description
Details of the job that has been invoked.
JobInvocationDetailsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| SupportsCancellation |
Indicates whether supports cancellation is true. |
boolean |
None. |
| ReportsProgress |
Indicates whether reports progress is true. |
boolean |
None. |
| InitialStatusText |
The initial status text value. |
string |
None. |
| JobReference |
The job reference globally unique identifier. |
globally unique identifier |
None. |
| Success |
Indicates whether success is true. |
boolean |
None. |
Response Formats
application/json, text/json
{
"SupportsCancellation": true,
"ReportsProgress": true,
"InitialStatusText": "sample string 3",
"JobReference": "67b7ae6a-709a-43c2-b75a-2321e0340417",
"Success": true
}