Clients
This page includes all endpoints available for the clients module of Logiciel Actif.
List all clients
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": [
{
"id": 2088,
"code": "TEST1",
"name": "TEST1",
"inactive": 0,
"creation_date": "2020-08-17",
"address": "",
"adresse2": "",
"city": "",
"state": "QC",
"zipcode": "",
"phone": "",
"phone2": "",
"fax": "",
"email": "",
"website": "",
"phone_work": "",
"credit": "0.00",
"term": 37,
"contacts": [
{
"id": 1,
"nom": "Contact test",
"fonction": "",
"departement": "",
"email": "",
"telephone": "",
"cell": "",
"fax": ""
}
]
},
{
"id": 2,
"code": "13559",
"name": "1TEST2",
"inactive": 1,
"creation_date": "2020-07-06",
"address": "",
"adresse2": "",
"city": "",
"state": "QC",
"zipcode": "",
"phone": "",
"phone2": "",
"fax": "",
"email": "",
"website": "",
"phone_work": "",
"credit": "0.00",
"term": 37,
"contacts": [
{
"id": 1,
"nom": "Contact test",
"fonction": "",
"departement": "",
"email": "",
"telephone": "",
"cell": "",
"fax": ""
}
]
}
],
"meta": {
"current_page": 1,
"last_page": 1,
"per_page": 25,
"total": 2
},
"success": true
}Retrieve a client
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Create a client
Headers
Name
Type
Description
Request Body
Name
Type
Description
Update a client
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated