Contacts
This page includes all endpoints available for the client's contacts module of Logiciel Actif.
List all client's contacts
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": [
{
"id": 1,
"clientID": 1,
"nom": "TEST 1",
"fonction": "",
"departement": "",
"email": "[email protected]",
"telephone": "",
"cell": "",
"fax": ""
},
{
"id": 2,
"clientID": 2,
"nom": "TEST 2",
"fonction": "",
"departement": "",
"email": "[email protected]",
"telephone": "",
"cell": "",
"fax": ""
}
],
"meta": {
"current_page": 1,
"last_page": 1,
"per_page": 25,
"total": 2
},
"success": true
}Retrieve a client's contact
Path Parameters
Name
Type
Description
Add a new client's contact
Last updated