Delete Manufacturer

Deletes an existing manufacturer. POST /GageList/api/Manufacturer/Delete/{id} Example Request Body id: 1 Example Response { “data”: 0, “success”: true, “message”: “string”...

Update Manufacturer

Updates an existing manufacturer. POST /GageList/api/Manufacturer/Update Example Request Body { “Id”: 0, “Name”: “string”, “Address”: “string”, “Phone”: “string”, “Fax”:...

Add Manufacturer

Adds a new manufacturer. POST /GageList/api/Manufacturer/Create Example Request Body { “Id”: 0, “Name”: “string”, “Address”: “string”, “Phone”: “string”, “Fax”:...

Get All Manufacturers

Returns a list of all manufacturers. POST /GageList/api/Manufacturer/List Example Response { “total”: 0, “count”: 0, “data”: [ { “Id”: 0, “Name”: “string”, “Address”:...