POST api/documentgeneration/LeadPulse/{LeadPulseFilterId}
Create a pack that will forward onto the print fulfilment service a static template to addresses created from a homesearch search using the filterid supplied, excluding certain addresses.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
LeadPulseFilterId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "8e20545c-1fd4-4cd9-bf9d-74bbfd4ddd54", "Success": true }