GetDealerAppointmentStatuses
Gets the list of dealer-defined service appointment statuses. An appointment can have a
standard status (consistent across all dealers) or a custom dealer-defined status.
Request Information
Parameters
Collection of integer
Sample Request
Show
Hide
<ArrayOflong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<long>1</long>
<long>2</long>
</ArrayOflong>
Response Information
Resource Description
Collection of
DealerAppointmentStatusList
Name Description Type Additional information
Placement
ServiceLocationPlacement
Statuses
Collection of string
Sample Response
Show
Hide
<ArrayOfDealerAppointmentStatusList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DealerBuilt.BaseApi">
<DealerAppointmentStatusList>
<Placement>
<GroupId>10</GroupId>
<GroupName>sample string 11</GroupName>
<EnvironmentId>9</EnvironmentId>
<EnvironmentType>Undefined</EnvironmentType>
<DealerId>8</DealerId>
<SourceId>7</SourceId>
<CompanyId>5</CompanyId>
<CompanyName>sample string 6</CompanyName>
<StoreId>3</StoreId>
<StoreName>sample string 4</StoreName>
<ServiceLocationId>1</ServiceLocationId>
<ServiceLocationName>sample string 2</ServiceLocationName>
</Placement>
<Statuses xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</Statuses>
</DealerAppointmentStatusList>
<DealerAppointmentStatusList>
<Placement>
<GroupId>10</GroupId>
<GroupName>sample string 11</GroupName>
<EnvironmentId>9</EnvironmentId>
<EnvironmentType>Undefined</EnvironmentType>
<DealerId>8</DealerId>
<SourceId>7</SourceId>
<CompanyId>5</CompanyId>
<CompanyName>sample string 6</CompanyName>
<StoreId>3</StoreId>
<StoreName>sample string 4</StoreName>
<ServiceLocationId>1</ServiceLocationId>
<ServiceLocationName>sample string 2</ServiceLocationName>
</Placement>
<Statuses xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</Statuses>
</DealerAppointmentStatusList>
</ArrayOfDealerAppointmentStatusList>