POST v1/transact/GenerateAndSendDirectDebitAuthRequest?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | globally unique identifier |
Required |
Body Parameters
TemplateEventQueueTargetMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| AgentID | globally unique identifier |
None. |
|
| TargetID | integer |
None. |
|
| TargetType | EventTargets |
None. |
|
| AssociatedPropertyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AgentID": "47194c64-f7ff-4934-a0b0-f1a4b0035fa8",
"TargetID": 2,
"TargetType": 0,
"AssociatedPropertyID": 3
}
application/xml, text/xml
Sample:
<TemplateEventQueueTargetMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.Business.Transact.Utilities.FunctionMessages"> <AgentID>47194c64-f7ff-4934-a0b0-f1a4b0035fa8</AgentID> <AssociatedPropertyID>3</AssociatedPropertyID> <TargetID>2</TargetID> <TargetType>ProspectTenantBuyerSeller</TargetType> </TemplateEventQueueTargetMessage>
multipart/form-data
Sample:
<TemplateEventQueueTargetMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.Business.Transact.Utilities.FunctionMessages"><AgentID>47194c64-f7ff-4934-a0b0-f1a4b0035fa8</AgentID><AssociatedPropertyID>3</AssociatedPropertyID><TargetID>2</TargetID><TargetType>ProspectTenantBuyerSeller</TargetType></TemplateEventQueueTargetMessage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.