GetPaymentMethods
Gets all service payment methods for a service location.
Request Information
Parameters
Name | Description | Type | Additional information |
serviceLocationId |
|
integer
|
Required
|
Response Information
Resource Description
Collection of
PaymentMethod
Name | Description | Type | Additional information |
PaymentMethodKey |
|
string
|
|
Code |
|
string
|
|
Description |
|
string
|
|
PayType |
|
ServicePayType
|
|
Placement |
|
ServiceLocationPlacement
|
|
Sample Response
<ArrayOfPaymentMethod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DealerBuilt.BaseApi">
<PaymentMethod>
<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>
<Code>sample string 2</Code>
<Description>sample string 3</Description>
<PayType>Unknown</PayType>
<PaymentMethodKey>sample string 1</PaymentMethodKey>
</PaymentMethod>
<PaymentMethod>
<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>
<Code>sample string 2</Code>
<Description>sample string 3</Description>
<PayType>Unknown</PayType>
<PaymentMethodKey>sample string 1</PaymentMethodKey>
</PaymentMethod>
</ArrayOfPaymentMethod>