PushPartsInvoiceDelivered
For deliverable parts invoices, marks whether the delivery has occurred.
Request Information
Parameters
Name | Description | Type | Additional information |
isDelivered |
|
boolean
|
Required
|
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
ServiceLocationTransactionResponse
Name | Description | Type | Additional information |
ServiceLocationId |
|
integer
|
|
RecordKey |
|
string
|
|
Result |
|
TransactionResult
|
|
Message |
|
string
|
|
Sample Response
<ArrayOfServiceLocationTransactionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DealerBuilt.BaseApi">
<ServiceLocationTransactionResponse>
<Message>sample string 3</Message>
<RecordKey>sample string 2</RecordKey>
<Result>Failure</Result>
<ServiceLocationId>1</ServiceLocationId>
</ServiceLocationTransactionResponse>
<ServiceLocationTransactionResponse>
<Message>sample string 3</Message>
<RecordKey>sample string 2</RecordKey>
<Result>Failure</Result>
<ServiceLocationId>1</ServiceLocationId>
</ServiceLocationTransactionResponse>
</ArrayOfServiceLocationTransactionResponse>