POST v1/transact/GenerateAndSendDirectDebitAuthRequest?key={key}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key | globally unique identifier |
Required |
Body Parameters
TemplateEventQueueTargetMessageName | 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": "4e95e335-15da-463f-8891-eb991079bc62", "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>4e95e335-15da-463f-8891-eb991079bc62</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>4e95e335-15da-463f-8891-eb991079bc62</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.