PullCustomerParts
Pulls parts matching a search containing customerId.
Request Information
Parameters
CustomerPartSearchCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceLocationIds |
PullCustomerPartsPricing Notice: ServiceLocationId is used to specify part location, regardless of the location associated with CustomerId. |
Collection of integer | |
| SourceIds | Collection of integer | ||
| PartialPartNumber | string | ||
| Vendor | string | ||
| OnHandScope | OnHandScopeType | ||
| MinimumFirstSoldDate | date | ||
| MaximumFirstSoldDate | date | ||
| MinimumAddedDate | date | ||
| MaximumAddedDate | date | ||
| MinimumLastReceiptDate | date | ||
| MaximumLastReceiptDate | date | ||
| CustomerId |
Customer's UniqueId (numeric only) E.g. 5236475 |
integer | |
| CustomerNumber | string | ||
| PartialPartNumbers | Collection of string | ||
| MaxElapsedSinceUpdate |
Filter records that have been created or modified between the difference of now and this PullRepairOrders Notice: The length of time allowed is limited to 32 days. |
time interval | |
| ChangedPeriodStart |
Filter records that have been created or modified starting with this Note: ChangedPeriodStart is not used by PullRepairOrders |
date | |
| ChangedPeriodEnd |
Filter records that have been created or modified ending with this Note: ChangedPeriodEnd is not used by PullRepairOrders |
date | |
| SuppressErrors |
If an error occurs in a multi-dealer pull, continue pulling from other dealers instead of failing the whole request. |
boolean |
Sample Request
Response Information
Resource Description
Collection of CustomerPart| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer | ||
| Cost | MonetaryValue | ||
| ListPrice | MonetaryValue | ||
| RepairOrderSellPrice | MonetaryValue | ||
| RoSellPriceCode | string | ||
| CounterTicketSellPrice | MonetaryValue | ||
| CtSellPriceCode | string | ||
| DiscountLocationId | integer | ||
| ErrorMessage | string | ||
| PartKey | string | ||
| Attributes | InventoryPartAttributes | ||
| Placement | ServiceLocationPlacement |