Search found 10 matches

by dan.zhang
Wed Apr 10, 2024 11:01 pm
Forum: General Discussion
Topic: OneOff type in API
Replies: 5
Views: 325

Re: OneOff type in API

Hi Avinash,
There's no endpoint to get all the oneoffs without job id.

Regards
by dan.zhang
Wed Apr 10, 2024 1:52 am
Forum: General Discussion
Topic: OneOff type in API
Replies: 5
Views: 325

Re: OneOff type in API

Hey Avinash,
In the Invoice endpoint the one off type is not available. you can get the type from the job cost center one off item endpoint https://developer.simprogroup.com/apido ... 3d31c01ae8


regards
by dan.zhang
Tue Apr 09, 2024 9:29 pm
Forum: General Discussion
Topic: Simpro integration with TOKIN (NECA) app.
Replies: 1
Views: 222

Re: Simpro integration with TOKIN (NECA) app.

Hey Lee,

In the Integration is there any API calls to update/delete the customers or sites?
What is the workflow of the integration between Simpro and TOKIN?

Regards
by dan.zhang
Mon Apr 08, 2024 10:39 pm
Forum: General Discussion
Topic: PUT requests error - Method must be one of
Replies: 3
Views: 270

Re: PUT requests error - Method must be one of

Hey ,
Which version are you on currently? This method should be available since years ago.

Regards
by dan.zhang
Mon Apr 08, 2024 10:21 pm
Forum: General Discussion
Topic: OneOff type in API
Replies: 5
Views: 325

Re: OneOff type in API

Hey Avinash,

With the contractor invoice endpoint, /api/v1.0/companies/{companyID}/contractorInvoices/{contractorInvoiceID}

you can get the Labour or Material inside the CostCenter section with Material, Labour and LineTotal etc.

Best regards
by dan.zhang
Thu Apr 04, 2024 4:06 am
Forum: General Discussion
Topic: Connecting SimPro directly to a vendors online quoting platform
Replies: 1
Views: 231

Re: Connecting SimPro directly to a vendors online quoting platform

Hi Scott, Are you looking for integrating your platforms with Simpro with Rest API? The Simpro api documation provide all the endpoints that you can use. https://developer.simprogroup.com/apidoc/ If it's other integration, https://www.simprogroup.com/partners#find-a-partner, this website has details...
by dan.zhang
Thu Apr 04, 2024 3:55 am
Forum: General Discussion
Topic: Webhook duplicate requests
Replies: 4
Views: 317

Re: Webhook duplicate requests

Hi Peta,
Could you please provide more detailed information with private message and we will have a check of our logs.
your build details, the subscription ID for the duplicate webhook and the customer ID's of affected customers.

Regards
by dan.zhang
Wed Apr 03, 2024 5:46 am
Forum: General Discussion
Topic: Featch customers/clients records that are only modified/created on a particular day/time interval
Replies: 9
Views: 461

Re: Featch customers/clients records that are only modified/created on a particular day/time interval

hey Avinash,
The DateModified param should be working. /api/v1.0/companies/{companyID}/invoices/?DateModified=ge(2024-04-02)
The date format need to be YYYY-MM-DD.

Regards
by dan.zhang
Wed Apr 03, 2024 4:00 am
Forum: General Discussion
Topic: Retrieve cost of scheduled work on a job
Replies: 3
Views: 270

Re: Retrieve cost of scheduled work on a job

Hi Jack, The Cost is currently not available in the job cost center API endpoint (/api/v1.0/companies/{companyID}/jobs/{jobID}/sections/{sectionID}/costCenters/{costCenterID}/schedules/) Please submit a feature request if you want more info added to the endpoint. The employee timesheets endpoint (/a...
by dan.zhang
Tue Apr 02, 2024 10:18 pm
Forum: General Discussion
Topic: Sharepoint Integration
Replies: 1
Views: 233

Re: Sharepoint Integration

Hi Damian,
You can sync attachments to projects and organise in folders through the API but API does not have anything related specifically for Sharepoint.

Regards