Search found 9 matches

by avinash.walkerscott
Wed May 01, 2024 10:30 pm
Forum: General Discussion
Topic: Supplier creating multiple times in Simpro
Replies: 1
Views: 168

Supplier creating multiple times in Simpro

Hi team. We are doing a supplier integration with Simpro. We observed that, when some data is not matching (for example, the Payment terms ID mismatch), the api send an error message. But when I check Simpro, the supplier will be already created. The problem is when the error occurs, I won't receive...
by avinash.walkerscott
Thu Apr 25, 2024 7:34 am
Forum: General Discussion
Topic: Featch customers/clients records that are only modified/created on a particular day/time interval
Replies: 9
Views: 455

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

Hi. Its kinda weird behaviour I am facing. The customer is modified on 23rd Apr. The log is also created and it shows the date time as 23/04/2024 08:41. But when I pull the data using If-Modified-Since, it doesn't show for the date 23rd. Eg: If-Modified-Since: Tue, 23 Apr 2024 07:00:01 GMT But, if I...
by avinash.walkerscott
Wed Apr 10, 2024 11:38 am
Forum: General Discussion
Topic: OneOff type in API
Replies: 5
Views: 325

Re: OneOff type in API

Hi Dan.
Much appreciated. Is there a way to get the list of all oneOff's without using Job Id?

Thanks,
by avinash.walkerscott
Tue Apr 09, 2024 10:51 pm
Forum: General Discussion
Topic: OneOff type in API
Replies: 5
Views: 325

Re: OneOff type in API

Hi Dan.

Thanks for the reply. We are not using the contractor invoices. We are referring to Customer invoices:
/api/v1.0/companies/{companyID}/invoices/{invoiceID}

Thanks,
by avinash.walkerscott
Sun Apr 07, 2024 1:21 am
Forum: General Discussion
Topic: OneOff type in API
Replies: 5
Views: 325

OneOff type in API

Hi team,
We are pulling the invoices from Simpro and we observed that there is no way to identify the OneOff types(Labour or Material) in API. Is there any way to identify that?

Thanks,
by avinash.walkerscott
Wed Apr 03, 2024 9:17 pm
Forum: General Discussion
Topic: Featch customers/clients records that are only modified/created on a particular day/time interval
Replies: 9
Views: 455

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

Hey.
Thanks for the reply.
But the dateModified can not be used as DateTime right? What if I want to pull the data from specific date and time?

Thanks,
by avinash.walkerscott
Wed Apr 03, 2024 1:55 am
Forum: General Discussion
Topic: Featch customers/clients records that are only modified/created on a particular day/time interval
Replies: 9
Views: 455

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

Hi, found that it is not working for transaction data like invoices, credits etc. In the below example of code, there are invoices created after 1 pm today. But when sending last modified time as 01:00:00 GMT, there are no invoices returned. The same with "If-Modified-Since: Wed, 03 Apr 2024 00...
by avinash.walkerscott
Mon Apr 01, 2024 6:57 pm
Forum: General Discussion
Topic: Featch customers/clients records that are only modified/created on a particular day/time interval
Replies: 9
Views: 455

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

Thank you. That is working.
But another observation is that, the records from "Transactions Ready For Export Report" is not getting cleared after import. This is misleading to integration, can you please help here.

Thanks,
by avinash.walkerscott
Wed Mar 27, 2024 10:47 pm
Forum: General Discussion
Topic: Featch customers/clients records that are only modified/created on a particular day/time interval
Replies: 9
Views: 455

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

Is there a way to fetch the customers that are only modified/created on a particular day/time interval? We tried using the following api's and couldn't find the appropriate way of doing it. /customers/?DateModified=2024-03-26 /customers/?DateCreated=2024-03-26 /customers/?DateIssued=2024-03-26 I am ...