PushEstimatesFromAppointments
Creates service estimates from appointment data.
Request Information
Parameters
Collection of string
Sample Request
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<string>sample string 1</string>
<string>sample string 2</string>
</ArrayOfstring>
Response Information
Resource Description
Collection of
ServiceLocationPushResponse
Name | Description | Type | Additional information |
ServiceLocationId |
|
integer
|
|
PushedRecordKey |
|
string
|
|
PushResult |
|
PushResult
|
|
Message |
|
string
|
|
ExternalRecordId |
|
string
|
|
Sample Response
<ArrayOfServiceLocationPushResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DealerBuilt.BaseApi">
<ServiceLocationPushResponse>
<ExternalRecordId>sample string 4</ExternalRecordId>
<Message>sample string 3</Message>
<PushResult>Unprocessed</PushResult>
<PushedRecordKey>sample string 2</PushedRecordKey>
<ServiceLocationId>1</ServiceLocationId>
</ServiceLocationPushResponse>
<ServiceLocationPushResponse>
<ExternalRecordId>sample string 4</ExternalRecordId>
<Message>sample string 3</Message>
<PushResult>Unprocessed</PushResult>
<PushedRecordKey>sample string 2</PushedRecordKey>
<ServiceLocationId>1</ServiceLocationId>
</ServiceLocationPushResponse>
</ArrayOfServiceLocationPushResponse>