Skip to main content

Class GetVelocityActionByLocationIdResponse

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"
}
]
}
}
}