GetVelocityActionByLocationId
- Method
- ExampleRequest
- ExampleResponse
GetVelocityActionByLocationId(GetVelocityActionByLocationIdRequest(Risk Management Approval Required))
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| GetVelocityActionByLocationIdRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| GetVelocityActionByLocationIdResponse |
Example GetVelocityActionByLocationIdRequest(Risk Management Approval Required)
Input Method: XML
<xml>
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<location_id>#######</location_id>
</xml>
Input Method: JSON
{
"custServProviderId": "######",
"request_email": "none@example.com",
"entity_id": "######",
"location_id": "#######"
}
Example GetVelocityActionByLocationIdResponse(Risk Management Approval Required)
Response: XML
<GetVelocityActionByLocationIdResponse>
<HTTPStatusCode>200</HTTPStatusCode>
<GetVelocityActionByLocationId>
<GetVelocityActionByLocationIdResult>
<WSVelocityAction>
<EntityId>######</EntityId>
<EntityStatus>Enabled</EntityStatus>
<LocationId>0</LocationId>
<ServiceId>#######</ServiceId>
<ServiceType>ACH</ServiceType>
<VelocityAction>Declined</VelocityAction>
</WSVelocityAction>
</GetVelocityActionByLocationIdResult>
</GetVelocityActionByLocationId>
</GetVelocityActionByLocationIdResponse>
Response: JSON
{
"HTTPStatusCode": "200",
"GetVelocityActionByLocationId": {
"GetVelocityActionByLocationIdResult": {
"WSVelocityAction": [
{
"EntityId": "######",
"EntityStatus": "Enabled",
"LocationId": "0",
"ServiceId": "#######",
"ServiceType": "ACH",
"VelocityAction": "Declined"
}
]
}
}
}