-
OVERVIEW
-
API REFERENCE
-
-
ZAPIER REFERENCE
-
- Articles coming soon
-
- Articles coming soon
-
-
BI EXPORT
Updates an existing manufacturer.
POST
/GageList/api/Manufacturer/Update
Example Request Body
{
"Id": 0,
"Name": "string",
"Address": "string",
"Phone": "string",
"Fax": "string",
"Website": "string"
}
Example Response
{
"data": 0,
"success": true,
"message": "string"
}