Service Details for CRMService.
Version 1.4
Service for handling CRM requests in TimeLog (released December 2014)
Endpoints
https://app[x].timelog.com/[account name]/WebServices/CRM/V1_3/CRMServiceSecure.svc
Methods
- GetContactByGUID - Gets a contact based on the guid
- GetContactsByCustomerPaged - Gets a list of contact related to a customer
- GetContactsByCustomerPaged - Gets a list of contact related to a customer
- GetContactsModifiedSincePaged - Gets a list of contacts modified after specified date. Use a date before Jan 1, 2000 to get all customers.
- GetCustomerByExternalKey - Gets a customer based on the external system key (used in integrations)
- GetCustomerByGUID - Gets a customer based on the guid
- GetCustomerByID - Gets a customer based on the ID
- GetCustomersByFieldsForLinking - Gets a list of customers by CVR number, if not found then search by phone, then name
- GetCustomersByFieldsPaged - Gets a list of customers by CVR number, if not found then search by phone, then name
- GetCustomersByNamePaged - Gets a customer based on the name
- GetCustomersModifiedSincePaged - Gets a list of customer modified after specified date but only include certain customer status groups. Use a date before Jan 1, 2000 to get all customers.
- GetCustomerStatuses - Gets a list of available customer statuses
- InsertContact - Inserts a contact into TimeLog
- InsertCustomer - Inserts a customer into TimeLog
- UpdateContact - Updates a contact in TimeLog
- UpdateCustomer - Updates a customer in TimeLog