Items
Items endpoints of the Perfex CRM REST API v3.0.3: 5 operations (DELETE, POST, GET, PUT) with parameters and JSON examples.
Endpoints
- DELETE Delete an Item
/api/delete/items/{id} - POST Create New Item
/api/items - GET Request Item information
/api/items/{id} - PUT Update an Item
/api/items/{id} - GET Search Items
/api/items/search/{keysearch}
See these endpoints in full on the complete API reference.