-
OVERVIEW
-
API REFERENCE
-
-
ZAPIER REFERENCE
-
- Articles coming soon
-
- Articles coming soon
-
-
BI EXPORT
Returns a list of all manufacturers.
POST
/GageList/api/Manufacturer/List
Example Response
{
"total": 0,
"count": 0,
"data": [
{
"Id": 0,
"Name": "string",
"Address": "string",
"Phone": "string",
"Fax": "string",
"Website": "string",
"IsDeleted": true,
"UpdatedDate": "2023-04-24T19:35:47.580Z"
}
],
"success": true,
"message": "string"
}