Partsearch Web Services Documentation for RESTful Operations
Available Endpoints
- GET /help
— Displays this service documentation
- GET /{CatalogId}/GetAllBrands/
— Returns a list of Brands for the given Catalog
id
- GET /{CatalogId}/GetBrand/{BrandKey}
— Returns a single Brand
- GET /{CatalogId}/SearchBrands/{PartialBrandName}
— Returns all Brands that match
the partial name
- GET /{CatalogId}/GetModel/{ModelKey}
— Returns a single Model
- GET /{CatalogId}/SearchModelsInBrand/{BrandKey}/{PartialModelNumber}/{Limit}
—
Returns a list of Models within the Brand matching the partial number up to the Limit (0 means no limit)
- GET /{CatalogId}/GetModelsInBrand/{BrandKey}/{Limit}
— Returns all Models within
a given Brand up to the Limit (0 means no limit)
- GET /{CatalogId}/GetPartsInModel/{ModelKey}/{Limit}
— Returns a list of Parts
for a given Model up to the Limit (0 means no limit)
- GET /{CatalogId}/SearchPartsInModel/{ModelKey}/{PartialPartNumber}/{Limit}
—
Returns a list of Parts within a Model matching the partial Part number up to the Limit (0 means no limit)
- GET /{CatalogId}/SearchParts/{PartialPartNumber}/{Limit}
— Returns a list of
Parts matching the partial Part number up to the limit (0 means no limit)
- GET /{CatalogId}/SearchPartsInBrand/{BrandKey}/{PartialPartNumber}/{Limit}
—
Returns a list of Parts for a given Brand matching the partial Part number up to the Limit (0 means no limit)
- GET /{CatalogId}/GetPartDetail/{PartKey}
— Returns the Part Detail for a single
Part