Affaires : Méthodes disponibles
Billing Mode - Mode de facturation
Récupération des modes de facturation
- URL : /billingMode
- Type : GET
Business units
Récupération des business units
- URL : /businessUnits
- Type : GET
Companies - Société
Récupération des informations sur les sociétés
- URL : /companies
- Type : GET
Contact Customer - contact client
Création d’un contact client
- URL : /contactCustomers/create
- Type : POST
Suppression d’un contact client identifié par son ID
- URL : /contactCustomers/delete/{contactCustomerId}
- Type : DELETE
Suppression d’un contact client identifié par son ID tierce (remote ID)
- URL : /contactCustomers/deleteByRemote/{remoteId}
- Type : DELETE
Récupération d’un contact client identifié par son ID
- URL : /contactCustomers/read/{contactCustomerId}
- Type : GET
Récupération d’un contact client identifié par son email
- URL : /contactCustomers/readByEmail/{email}
- Type : GET
Récupération d’un contact client identifié par son ID tierce (remote ID)
- URL : /contactCustomers/readByRemote/{remoteId}
- Type : GET
Modification d’un contact client identifié par son ID
- URL : /contactCustomers/update/{contactCustomerId}
- Type : PUT
Modification d’un contact client identifié par son ID tierce (remote ID)
- URL : /contactCustomers/updateByRemote/{remoteId}
- Type : PUT
Récupération des contacts client d’une société
- URL : /contactCustomers/{companyId}
- Type : GET
Contact Prospect- contact prospect
Création d’un contact prospect
- URL : /contactProspects/create
- Type : POST
Suppression d’un contact prospect identifié par son ID
- URL : /contactProspects/delete/{contactProspectId}
- Type : DELETE
Suppression d’un contact prospect identifié par son ID tierce (remote ID)
- URL : /contactProspects/deleteByRemote/{remoteId}
- Type : DELETE
Récupération d’un contact prospect identifié par son ID
- URL : /contactProspects/read/{contactProspectId}
- Type : GET
Récupération d’un contact prospect identifié par son email
- URL : /contactProspects/readByEmail/{email}
- Type : GET
Récupération d’un contact prospect identifié par son ID tierce (remote ID)
- URL : /contactProspects/readByRemote/{remoteId}
- Type : GET
Modification d’un contact prospect identifié par son ID
- URL : /contactProspects/update/{contactProspectId}
- Type : PUT
Modification d’un contact prospect identifié par son ID tierce (remote ID)
- URL : /contactProspects/updateByRemote/{remoteId}
- Type : PUT
Récupération des contacts prospect d’une société
- URL : /contactProspects/{companyId}
- Type : GET
Contracts - Affaires
Création d’une affaire
- URL : /contracts/create
- Type : POST
Suppression d’une affaire identifié par son ID
- URL : /contracts/delete/{contractId}
- Type : DELETE
Suppression d’une affaire identifié par son ID tierce (remote ID)
- URL : /contracts/deleteByRemote/{remoteId}
- Type : DELETE
Récupération d’une affaire identifié par son ID
- URL : /contracts/read/{contractId}
- Type : GET
Récupération des affaires d’une société entre deux dates
- URL : /contracts/readByDates/{companyId}/{dateStart}/{dateEnd}
- Type : GET
Récupération d’une affaire identifié par son ID tierce (remote ID)
- URL : /contracts/readByRemote/{remoteId}
- Type : GET
Modification d’une affaire identifiée par son ID
- URL : /contracts/update/{contractId}
- Type : PUT
Modification d’une affaire identifiée par son ID tierce (remote ID)
- URL : /contracts/updateByRemote/{remoteId}
- Type : PUT
Récupération des affaires d’une société
- URL : /contracts/{companyId}
- Type : GET
Customers - Clients
Création d’un client
- URL : /customers/create
- Type : POST
Récupération d’un client identifié par son ID
- URL : /customers/read/{customerId}
- Type : GET
Récupération d’un client identifié par son ID tierce (remote ID)
- URL : /customers/readByRemote/{remoteId}
- Type : GET
Modification d’un client identifié par son ID
- URL : /customers/update/{customerId}
- Type : PUT
Modification d’un client identifié par son ID tierce (remote ID)
- URL : /customers/updateByRemote/{remoteId}
- Type : PUT
Récupération des clients d’une société
- URL : /customers/{companyId}
- Type : GET
Off-contract activities - Activités hors contrat
Récupération des activités hors-contrat
- URL : /offContractActivities/{companyId}
- Type : GET
Projects - Projets
Création d’un projet
- URL: /projects/create
- Type : POST
Suppression d’un projet identifié par son ID
- URL : /projects/delete/{projectId}
- Type : DELETE
Suppression d’un projet identifié par son ID tierce (remote ID)
- URL : /projects/deleteByRemote/{remoteId}
- Type : DELETE
Récupération d’un projet identifié par son ID
- URL : /projects/read/{projectId}
- Type : GET
Récupération des projets d’une société entre deux dates
- URL : /projects/readByDates/{companyId}/{dateStart}/{dateEnd}
- Type : GET
Récupération d’un projet identifié par son ID tierce (remote ID)
- URL : /projects/readByRemote/{remoteId}
- Type : GET
Modification d’un projet identifié par son ID
- URL : /projects/update/{projectId}
- Type : PUT
Modification d’un projet identifié par son ID tierce (remote ID)
- URL : /projects/updateByRemote/{remoteId}
- Type : PUT
Récupération des projets d’une société
- URL : /projects/{companyId}
- Type : GET
Prospects
Création d’un prospect
- URL : /prospects/create
- Type : POST
Récupération d’un prospect identifié par son ID
- URL : /prospects/read/{prospectId}
- Type : GET
Récupération d’un prospect identifié par son email
- URL : /prospects/readByEmail/{email}
- Type : GET
Récupération d’un prospect identifié par son ID tierce (remote ID)
- URL : /prospects/readByRemote/{remoteId}
- Type : GET
Modification d’un prospect identifié par son ID
- URL : /prospects/update/{customerId}
- Type : PUT
Modification d’un prospect identifié par son ID tierce (remote ID)
- URL : /prospects/updateByRemote/{remoteId}
- Type : PUT
Récupération des prospects d’une société
- URL : /prospects/{companyId}
- Type : GET
Sectors - Secteurs
Récupération des secteurs
- URL : /sectors
- Type : GET
Segments
Récupération des segments
- URL : /segments
- Type : GET
Status - Statuts des contrats
Récupération des statuts
- URL : /status
- Type : GET
Tasks - Tâches
Création d’une tâche
- URL : /tasks/create
- Type : POST
Suppression d’une tâche
- URL : /tasks/delete/{taskId}
- Type : DELETE
Récupération des taches d’un client/prospect identifié par son ID
- URL : /tasks/getByCustomerId/{customerId}
- Type : GET
Récupération d’une tâche identifiée par son ID
- URL : /tasks/getById/{taskId}
- Type : GET
Types of tasks - Types de tâches
Récupération des types de tâches
- URL : /typesTasks
- Type : GET
Types of services - Types de services
Récupération des types de services
- URL : /typesOfServices/{companyId}
- Type : GET