POST v1/transact/GenerateAndSendDirectDebitAuthRequest?key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

globally unique identifier

Required

Body Parameters

TemplateEventQueueTargetMessage
NameDescriptionTypeAdditional information
AgentID

globally unique identifier

None.

TargetID

integer

None.

TargetType

EventTargets

None.

AssociatedPropertyID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AgentID": "b3ab9411-6262-46b7-9911-4995ee633165",
  "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>b3ab9411-6262-46b7-9911-4995ee633165</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>b3ab9411-6262-46b7-9911-4995ee633165</AgentID><AssociatedPropertyID>3</AssociatedPropertyID><TargetID>2</TargetID><TargetType>ProspectTenantBuyerSeller</TargetType></TemplateEventQueueTargetMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.