Retrieve the available MovinCool spare parts using a part number.
https://api.movincool.entrinix.com/service/spare-part-number
Sample parameter inputs are shown below.
Examples:
This will return all of the makes in JSON format. The entered part number will be returned. The “files” will return an array of file types, with the download_url URL to force a download, a file_size in bytes, and a file_size_h which is a human readable file size.
The thumbnail_url is a 72 DPI version of the downloadable file.
Sample result outputs are shown below.
{
"count": 78,
"elapsed_time": "0.0154",
"message": "Model code search results found.",
"part_number": "949006-5850",
"results": [
{
"model_name": "Classic 10",
"product_code": "CL10",
"illustration_number": "43",
"description": "Bolt",
"part_no": "480919-0370",
"qty": 45,
"serial_no_from": "0211XXXXC10",
"serial_no_to": "Present",
"remarks": "M4, L10",
"page_no_identify": 2,
"image_name": "ILL00425-00",
"files": {
"eps": {
"download_url": "http://densoservices.localhost/download/movincool/spare-parts-catalog/ILL00425-00.eps",
"file_size": 1923787,
"file_size_h": "1.83 MB"
},
"png": {
"download_url": "http://densoservices.localhost/download/movincool/spare-parts-catalog/ILL00425-00.png",
"file_size": 237751,
"file_size_h": "232.18 KB"
}
},
"thumbnail_url": "http://densoservices.localhost/view/movincool/spare-parts-catalog/ILL00425-00.png"
},
{
"model_name": "Classic 10",
"product_code": "CL10",
"illustration_number": "55",
"description": "Bolt",
"part_no": "480919-0370",
"qty": 45,
"serial_no_from": "0109XXXXC10",
"serial_no_to": "1210XXXXC10",
"remarks": "M4, L10",
"page_no_identify": 2,
"image_name": "ILL00105-00",
"files": {
"eps": {
"download_url": "http://densoservices.localhost/download/movincool/spare-parts-catalog/ILL00425-00.eps",
"file_size": 1923787,
"file_size_h": "1.83 MB"
},
"png": {
"download_url": "http://densoservices.localhost/download/movincool/spare-parts-catalog/ILL00425-00.png",
"file_size": 237751,
"file_size_h": "232.18 KB"
}
},
"thumbnail_url": "http://densoservices.localhost/view/movincool/spare-parts-catalog/ILL00425-00.png"
}
],
"status": "success"
}