Class LocationWithVelocityResponse
Example LocationWithVelocityResponse
Auto-Approval Response: XML
<LocationWithVelocityResponse>
<CaseNumber>########</CaseNumber>
<Success>true</Success>
<LocationId>######</LocationId>
<UpdateStatus>LocationWithVelocitySettings successfully added. LocationId:######</UpdateStatus>
</LocationWithVelocityResponse>
Non-Auto-Approval Response: XML
<LocationWithVelocityResponse>
<CaseNumber>########</CaseNumber>
<Success>true</Success>
<UpdateStatus>Pending manual review.UpdateStatus>
</LocationWithVelocityResponse>
Auto-Approval Response: JSON
{
"CaseNumber": "########",
"Success": "true",
"LocationId": "#######",
"UpdateStatus": "LocationWithVelocitySettings successfully added. LocationId:#######"
}
Non-Auto-Approval Response: JSON
{
"CaseNumber": "########",
"Success": "true",
"UpdateStatus": "Pending manual review."
}
note
The LocationId field will be present in response only when a request is auto-approved and successfully boarded.