Class LocationResponse
Example LocationResponse
Auto-Approval Response: XML
<LocationRequestResponse>
<CaseNumber>#########</CaseNumber>
<Success>true</Success>
<LocationId>######</LocationId>
<UpdateStatus>LocationWithVelocitySettings successfully added. LocationId:######</UpdateStatus>
</LocationRequestResponse>
Non-Auto-Approval Response: XML
<LocationRequestResponse>
<CaseNumber>#########</CaseNumber>
<Success>true</Success>
<UpdateStatus>Pending manual review.</UpdateStatus>
</LocationRequestResponse>
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.