Upload DXF file for Liners API
Version 1: (V1)
URL |
https://apiprod.pdsglobal.com/V2/api/common/equipmentlinertype/dxf/V1 |
Description |
Upload DXF file for equipment Liner Type |
Type |
POST |
URL Parameters
|
(key) api_key (value) Provided separately to this document |
Form Data |
liner:
{"Business":"Mine Operations", "Group":"Raw Coal", "Department":"Transfer Chutes", "Area":"TEST LINER 2", "EquipmentType":"Liners", "MaterialType":"Bisalloy", "Thickness" :49, "Width":5, "Height":15, "Length":200, "BackingMaterial":"Rubber", "BackingThickness":55, "FixingType":"Bolt", "Fixing":"M20", "PartNumber":"partnum test", "Manufacturer":"Braeken", "WearPack":"Wear Pack D", "DocumentLink":"docu link test", "MarkingPlan":"marking plan test", "DetailDrawing":"DetailDrawing test", “OverwriteLayout” : false, "Comments":"Comments added here"}
dxf_file: dxf file
Note: “OverwriteLayout” When there is an existing layout, TRUE - indicates to delete all existing records and create a new layout. FALSE - indicates the existing layout will be edited. Existing records will remain unless the entity is removed from the layout. Default value is false.
|
Response Data |
HTTP Response OK (200) HTTP Response Bad Request (400) - Missing API Key - Invalid DXF File HTTP Response Forbidden (403) - Invalid/Incorrect API Key - Non “API User” role.
|