Buyers Guide Image
Returns an image of all Part Applications
Parameters
Name | Type | Default | Description | Reqiured | Other Required Field(s) |
authkey | String | | The authentication key assigned to validate requests | X | |
partnumber | String | | Manufacturers part number | X | aaia OR linecode |
aaia | String | | AAIA brand code | | |
linecode | String | | DCi 3 character line code | | |
Sample Code
$.getJSON("http://api.v12.estore.catalograck.com/API/Lookup/BuyersGuideImage?authkey=&linecode=WRG&partnumber=9706-3-02", function (msg) { $.each(msg, function() { console.log(this); })});
IMAGE:
Sample Call