Thirdparty
Thirdparty endpoints of the Perfex CRM REST API v3.0.3: 5 operations (GET, POST, DELETE, PUT) with parameters and JSON examples.
Endpoints
- GET Get All Records from Custom Table
/api/thirdparty/customtable/{table_name} - POST Insert Record into Custom Table
/api/thirdparty/customtable/{table_name} - DELETE Delete Record from Custom Table
/api/thirdparty/customtable/{table_name}/{id} - GET Get Record from Custom Table by ID
/api/thirdparty/customtable/{table_name}/{id} - PUT Update Record in Custom Table
/api/thirdparty/customtable/{table_name}/{id}
See these endpoints in full on the complete API reference.