Could someone please point out the endpoint that can create teams on BIM 360 Design Collaboration?
I'm looking to do what the "Add Team" button does in the UI:
Screenshot
Unfortunately, there is no API support for Design Collaboration at this moment. But we're listening to customers' voices. May I know why you want to use API to create teams? Do you have any special workflow or use cases? I can help you pass to our engineering team to evaluate the possibility. If the info. you want to provide cannot be posted publicly, please send to forge[DOT]help[AT]autodesk[DOT]com.
Note. Please don't provide any confidential information to us.
Thanks
Related
I am working an a project to create FHIR Coverage resource for Patient ID search.
I am looking for examples of Coverage resource especially for medicare insurance. I tried a lot but could not find examples for Medicare.
Can someone please share some samples or provide any pointers.
Thanks for the question. Are on the official FHIR chat on Zulip (chat.fhir.org)? We have a CARIN Consumer Directed Payer Data Exchange (aka CARIN Blue Button) IG stream there (https://chat.fhir.org/#narrow/stream/204607-CARIN-Blue.20Button.20IG) where this and similar questions are addressed.
As far as your question, for Coverage resource details regarding traditional Medicare insurance, currently you'd want to browse the STU3-based CMS Blue Button API 2.0 documentation at https://bluebutton.cms.gov/developers/#core-resources. I say "currently" because it is possible that at some point in time that API will move to the R4-based CARIN BB IG. Do note that the CMS Blue Button 2.0 API is the inspiration behind the CARIN BB IG.
Hope this helps.
-Amol Vyas (https://chat.fhir.org/#narrow/pm-with/192132-tech)
I am trying to automatize our cloud licenses assignment and permissions and I've done good progress with Office 365 and BIM 360 (for the permission per project part).
We are now planning to roll-out BIM 360 Design to many users (100+) and with our current 15 licenses, it's already quite complicated to manage assignment via Autodesk CEP panel. Thus, I'm trying to find informations on an API that could be used to manage users license assigment, similar to what we can do here: https://manage.autodesk.com/cep/#user-management
If assignment cannot be changed via an API, a report with current assignments could be a good start so I can have some reconciliation done on the side...
Anyone have an idea how to achieve this?
Unfortunately the BIM 360 APIs that are now publicly available focus on the management of project users. There's no endpoint for licensing purposes at the moment.
For assignment reporting or other BIM360 Design issues please visit our forum - questions on SO is not attended to by the relevant teams.
I have used omnipay before in a laravel project to process payments but i want be able to manage paypal subscriptions. can omnipay do this? If not can someone point me in the right direction.
thanks a lot!
Yes. It is not documented very well but the omnipay rest gateway exposes the subscription methods (even when it's own documentation says it doesn't).
Omnipay does not support it in a standard structure (see this thread) but it is encouraging people to implement them within gateways in the hope of being able to see the common structure and standardise it eventually.
If you look carefully you will find a few drivers support subscriptions (braintree, paypal and stripe all spring to mind) but they are all custom.
No. As per the readme.
Omnipay does not cover recurring payments or billing agreements, and so those features are not included in this package. Extensions to this gateway are always welcome.
I would like to use google maps for navigation in my building (warehouse).
How can I add a wifi access point for more accurate navigation?
I want to help refine google maps navigation via WIFI.
I am using
http://maps.google.com/help/maps/floorplans/
Thanks for the reply
Michal
You need to contact the Google Indoor Maps Team using the "request help" link on the floor plan help page (links to https://maps.google.com/floorplans/uploadcontactme).
They may choose to provide you with a mobile app that they use to walk buildings, verify floor plans, and collect wifi positions.
However, if your warehouse is not public, they will likely deny you, since your data is of limited benefit to the general public (look at their terms and conditions). But it's worth trying! So far, the team has been very helpful to me (I represent a university).
Myself mendy, i am designing web application, The business required to integrate payment gateway. I searched on site regarding the flow but i could not get much info on MSDN. I want to make payment gateway using SSL and 3rd party merchant account. How can i do it ? some info regarding payment gateway could guid me to start developing the component.
You'll need to hook up with somebody like PayPal to process your payments. They will provide you with documentation and possibly a library to access their service.
Note that your payment processor is not necessarily the same company as your merchant account.
I'm assuming you wish to integrate with a payment gateway, not write your own?
If so, the answer is that it depends on the gateway that you intend to use. Each has their own API.
We use Iridium Corp for our products in the UK - they provide a bunch of .net components that you can just call from your code. Paypal will provide a well-documented API. So will some of the other big ones.
If you want some tips, you could look at some of the open-source shopping carts, which all have code to integrate to many of the big payment gateways.
Hope that helps...
Jake.
You should give wepay.com a try. There is now a C# SDK available with a few example here: http://bradoyler.com/post/29357874298/wepaysdk