PushCounterTicketParts
Creates Counter Ticket Parts
Request Information
Parameters
Collection of
PartsInvoicePartsPushRequest
Name | Description | Type | Additional information |
ServiceLocationId |
|
integer
|
|
CounterTicketNumber |
|
string
|
|
CustomerId |
|
string
|
|
Part |
|
PushedPartsInvoicePartAttribute
|
|
Sample Request
<ArrayOfPartsInvoicePartPushRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DealerBuilt.BaseApi">
<PartsInvoicePartPushRequest>
<CounterTicketNumber>sample string 2</CounterTicketNumber>
<CustomerId>sample string 3</CustomerId>
<Part xmlns:d3p1="http://schemas.datacontract.org/2004/07/DealerBuilt.Models.Parts">
<d3p1:Comment>sample string 7</d3p1:Comment>
<d3p1:Core xmlns:d4p1="http://schemas.datacontract.org/2004/07/DealerBuilt.Models">
<d4p1:Amount>1</d4p1:Amount>
<d4p1:Currency>UsDollar</d4p1:Currency>
</d3p1:Core>
<d3p1:Cost xmlns:d4p1="http://schemas.datacontract.org/2004/07/DealerBuilt.Models">
<d4p1:Amount>1</d4p1:Amount>
<d4p1:Currency>UsDollar</d4p1:Currency>
</d3p1:Cost>
<d3p1:Demand>6.1</d3p1:Demand>
<d3p1:Description>sample string 3</d3p1:Description>
<d3p1:ExternalPartsInvoicePartId>sample string 1</d3p1:ExternalPartsInvoicePartId>
<d3p1:List xmlns:d4p1="http://schemas.datacontract.org/2004/07/DealerBuilt.Models">
<d4p1:Amount>1</d4p1:Amount>
<d4p1:Currency>UsDollar</d4p1:Currency>
</d3p1:List>
<d3p1:ModifiedBy>sample string 9</d3p1:ModifiedBy>
<d3p1:PartsInvoicePartNumber>sample string 2</d3p1:PartsInvoicePartNumber>
<d3p1:Price xmlns:d4p1="http://schemas.datacontract.org/2004/07/DealerBuilt.Models">
<d4p1:Amount>1</d4p1:Amount>
<d4p1:Currency>UsDollar</d4p1:Currency>
</d3p1:Price>
<d3p1:QuantityOrdered>5.1</d3p1:QuantityOrdered>
<d3p1:QuantityShipped>4.1</d3p1:QuantityShipped>
<d3p1:Remove>true</d3p1:Remove>
<d3p1:Vendor>None</d3p1:Vendor>
</Part>
<ServiceLocationId>1</ServiceLocationId>
</PartsInvoicePartPushRequest>
<PartsInvoicePartPushRequest>
<CounterTicketNumber>sample string 2</CounterTicketNumber>
<CustomerId>sample string 3</CustomerId>
<Part xmlns:d3p1="http://schemas.datacontract.org/2004/07/DealerBuilt.Models.Parts">
<d3p1:Comment>sample string 7</d3p1:Comment>
<d3p1:Core xmlns:d4p1="http://schemas.datacontract.org/2004/07/DealerBuilt.Models">
<d4p1:Amount>1</d4p1:Amount>
<d4p1:Currency>UsDollar</d4p1:Currency>
</d3p1:Core>
<d3p1:Cost xmlns:d4p1="http://schemas.datacontract.org/2004/07/DealerBuilt.Models">
<d4p1:Amount>1</d4p1:Amount>
<d4p1:Currency>UsDollar</d4p1:Currency>
</d3p1:Cost>
<d3p1:Demand>6.1</d3p1:Demand>
<d3p1:Description>sample string 3</d3p1:Description>
<d3p1:ExternalPartsInvoicePartId>sample string 1</d3p1:ExternalPartsInvoicePartId>
<d3p1:List xmlns:d4p1="http://schemas.datacontract.org/2004/07/DealerBuilt.Models">
<d4p1:Amount>1</d4p1:Amount>
<d4p1:Currency>UsDollar</d4p1:Currency>
</d3p1:List>
<d3p1:ModifiedBy>sample string 9</d3p1:ModifiedBy>
<d3p1:PartsInvoicePartNumber>sample string 2</d3p1:PartsInvoicePartNumber>
<d3p1:Price xmlns:d4p1="http://schemas.datacontract.org/2004/07/DealerBuilt.Models">
<d4p1:Amount>1</d4p1:Amount>
<d4p1:Currency>UsDollar</d4p1:Currency>
</d3p1:Price>
<d3p1:QuantityOrdered>5.1</d3p1:QuantityOrdered>
<d3p1:QuantityShipped>4.1</d3p1:QuantityShipped>
<d3p1:Remove>true</d3p1:Remove>
<d3p1:Vendor>None</d3p1:Vendor>
</Part>
<ServiceLocationId>1</ServiceLocationId>
</PartsInvoicePartPushRequest>
</ArrayOfPartsInvoicePartPushRequest>
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>