Office 365 Reseller - Provision of new Office 365 business using API's?

Hi,
I couldn't work out which category to put this into. We have built our own provisioning and billing portal which is currently used to provision phone services. We currently resell hosted exchange and are looking to resell Office 365. Are there any API's
available for Office 365 for the creation, management, deletion of businesses and users within that business. We want all of the functionality of the office 365 partner and admin portal but we want all tasks to be completed within our own provisioning portal
using API calls to the office 365 admin tools?
For example, you can purchase office 365 from the godaddy website, we want to be able to do that.
Thanks.

Hi,
Could anyone advise on this matter ?
Thanks,
Kind regards.

Similar Messages

  • Can anyone tell me how to insert the new sales order lines using API.

    Hi,
    I am trying to Insert new sales order lines using oe_order_pub.Process_Order API, but i am unable to insert.
    Help me on this.
    Thanks in Adavance
    Shravan Kumar.

    Hi,
    Have you checked this link?
    http://download-west.oracle.com/docs/cd/B25516_08/current/acrobat/115omapi.zip
    it has extensive information on OM APIs
    Regards
    Prashant Pathak

  • My Macbook Pro is very very slow with OFFICE.. when will the new office

    come out? the one that is native to OSX... not using ROSSETTA or somehting?
    Thanx!

    I've never run into a word document or excel spreadsheet that didn't display properly in NeoOffice, and deal with dozens of office files each day. I suppose files with complex layouts may have issues, but I have yet to run into one. YMMV, I guess. In any case, it's native, quick, and free, so it doesn't hurt to try it out.
    I've had really bad luck with Office on the Mac - buggy, slow, awkward non-mac-like interface, plus it installs junk all over your system (in typical MS fashion). Plus, it's fairly expensive. The next version of office shows some promise - the MS mac team supposedly did a serious overhaul on the interface and internals, but time will tell. The only thing I really miss is the AppleScript support - Office is very script-friendly.

  • Provision and modify user's access using API

    We have a requirement where user can request new/ modify access to an application in a custom UI. In the backend we need to use OIM apis to do the task. For account creation I can make use of access policies to trigger prvisioning but not sure how I can modify the access. Please suggest.
    There is a new API oracle.iam.provisioning.api introduced in R2 but not sure how to make use of it.

    Kiril,
    So, i'd like to "map" Database Authentication and Application Express Authentication.That doesn't mean anything to me. What do you mean in technical terms?
    From FROMS i'll call Applcation Express to display some information - like report or...Call it by placing a hyperlink on the screen? When the user clicks the link to the Application Express application are you expecting the user to have to login or not (what is the requirement)?
    Realize that when the Oracle APEX application runs (after USERA authenticates) it will not be like running a Forms application as USERA. The Oracle APEX app will run as the parsing schema of the application, no matter who logs in to it. Of course internally you can recognize who the user is and do different things based on querying the user roles/privs in the data dictionary, but you have to code that yourself. You can also use VPD and base predicates on the authenticated user. Can you live with that?
    Scott

  • Unable to insert the new sales order line using API.

    Hi,
    when i am tring to insert the deleted line with ENTERED Status, i am getting the follwing error msg.
    Yesterday morning i insert the lines, but from yesterday evening onwords i am unable to insert line and i am getting below error msg.
    Item with inventory_item_id=394131 is not defined in Item validation Org
    i written the code like this
    l_step                     varchar2(250);
    l_err_msg               varchar2(1000);
    l_line_tbl                oe_order_pub.Line_Tbl_Type;
    lx_return_status           VARCHAR2(2000);
    lx_msg_count                NUMBER;
    lx_msg_data                VARCHAR2(2000);
    lx_header_rec                oe_order_pub.Header_Rec_Type;
    lx_header_val_rec           oe_order_pub.Header_Val_Rec_Type;
    lx_header_adj_tbl           oe_order_pub.Header_Adj_Tbl_Type;
    lx_header_adj_val_tbl           oe_order_pub.Header_Adj_Val_Tbl_Type;
    lx_header_price_att_tbl      oe_order_pub.Header_Price_Att_Tbl_Type;
    lx_header_adj_att_tbl           oe_order_pub.Header_Adj_Att_Tbl_Type;
    lx_header_adj_assoc_tbl      oe_order_pub.Header_Adj_Assoc_Tbl_Type;
    lx_header_scredit_tbl           oe_order_pub.Header_Scredit_Tbl_Type;
    lx_header_scredit_val_tbl      oe_order_pub.Header_Scredit_Val_Tbl_Type;
    lx_Header_Payment_tbl           oe_order_pub.Header_Payment_Tbl_Type;
    lx_Header_Payment_val_tbl      oe_order_pub.Header_Payment_Val_Tbl_Type;
    lx_line_tbl                oe_order_pub.Line_Tbl_Type;
    lx_line_val_tbl           oe_order_pub.Line_Val_Tbl_Type;
    lx_Line_Adj_tbl           oe_order_pub.Line_Adj_Tbl_Type;
    lx_Line_Adj_val_tbl           oe_order_pub.Line_Adj_Val_Tbl_Type;
    lx_Line_price_Att_tbl           oe_order_pub.Line_Price_Att_Tbl_Type;
    lx_Line_Adj_Att_tbl           oe_order_pub.Line_Adj_Att_Tbl_Type;
    lx_Line_Adj_Assoc_tbl           oe_order_pub.Line_Adj_Assoc_Tbl_Type;
    lx_Line_Scredit_tbl           oe_order_pub.Line_Scredit_Tbl_Type;
    lx_Line_Scredit_val_tbl      oe_order_pub.Line_Scredit_Val_Tbl_Type;
    lx_Line_Payment_tbl           oe_order_pub.Line_Payment_Tbl_Type;
    lx_Line_Payment_val_tbl      oe_order_pub.Line_Payment_Val_Tbl_Type;
    lx_Lot_Serial_tbl           oe_order_pub.Lot_Serial_Tbl_Type;
    lx_Lot_Serial_val_tbl           oe_order_pub.Lot_Serial_Val_Tbl_Type;
    lx_action_request_tbl           oe_order_pub.Request_Tbl_Type;
    v_hold_release_rec OE_HOLDS_PVT.order_tbl_type;
    v_hold_source_rec OE_HOLDS_PVT.Hold_Source_Rec_Type;
    v_err_msg               VARCHAR2(2000);
    v_return_flag VARCHAR2(1);
    v_err_flag               VARCHAR2(1);
    BEGIN     
    FOR c_ins_rec in (SELECT *          
              FROM terom_sales_order_lines_stg          
    LOOP
         IF c_ins_rec.flow_status_code = 'ENTERED' THEN
         -- ASSIGNMENT OF LINE RECORD FOR ENTERED STATUS
         l_line_tbl(1)           := OE_ORDER_PUB.G_MISS_LINE_REC;
         l_line_tbl(1).header_id      := c_ins_rec.header_id;
         l_line_tbl(1).inventory_item_id := c_ins_rec.inventory_item_id;     
         l_line_tbl(1).ordered_quantity := c_ins_rec.ordered_quantity;
         l_line_tbl(1).operation      := OE_GLOBALS.G_OPR_CREATE;      
    ELSE
         -- ASSIGNMENT OF LINE RECORD
         l_line_tbl(1)           := OE_ORDER_PUB.G_MISS_LINE_REC;
         l_line_tbl(1).header_id      := c_ins_rec.header_id;
         l_line_tbl(1).inventory_item_id := c_ins_rec.inventory_item_id;
         l_line_tbl(1).ordered_quantity := c_ins_rec.cancelled_quantity;     
         l_line_tbl(1).operation      := OE_GLOBALS.G_OPR_CREATE;
         END IF;
         -- API CALL
         APPS.OE_ORDER_PUB.PROCESS_ORDER(
                             p_api_version_number      => 1.0,
                             p_init_msg_list           => apps.fnd_api.g_true,
                             p_return_values           => apps.fnd_api.g_false,
                             x_return_status           => lx_return_status,
                             x_msg_count                => lx_msg_count,
                             x_msg_data                => lx_msg_data,
                             p_line_tbl                => l_line_tbl,
                             x_header_rec           => lx_header_rec,
                             x_header_val_rec           => lx_header_val_rec,
                             x_header_adj_tbl           => lx_header_adj_tbl,
                             x_header_adj_val_tbl      => lx_header_adj_val_tbl,
                             x_header_price_att_tbl      => lx_header_price_att_tbl,
                             x_header_adj_att_tbl      => lx_header_adj_att_tbl,
                             x_header_adj_assoc_tbl      => lx_header_adj_assoc_tbl,
                             x_header_scredit_tbl      => lx_header_scredit_tbl,
                             x_header_scredit_val_tbl     => lx_header_scredit_val_tbl,
                             x_line_tbl                => lx_line_tbl,
                             x_line_val_tbl           => lx_line_val_tbl,
                             x_line_adj_tbl           => lx_line_adj_tbl,
                             x_line_adj_val_tbl           => lx_line_adj_val_tbl,
                             x_line_price_att_tbl      => lx_line_price_att_tbl,
                             x_line_adj_att_tbl           => lx_line_adj_att_tbl,
                             x_line_adj_assoc_tbl      => lx_line_adj_assoc_tbl,
                             x_line_scredit_tbl           => lx_line_scredit_tbl,
                             x_line_scredit_val_tbl      => lx_line_scredit_val_tbl,
                             x_lot_serial_tbl           => lx_lot_serial_tbl,
                             x_lot_serial_val_tbl      => lx_lot_serial_val_tbl,
                             x_action_request_tbl      => lx_action_request_tbl
    COMMIT;
    can any one help me why this error mesg is coming, it's very URGENT.
    Thank,
    Shravan Kumar Kota.

    Hi,
    Have you checked this link?
    http://download-west.oracle.com/docs/cd/B25516_08/current/acrobat/115omapi.zip
    it has extensive information on OM APIs
    Regards
    Prashant Pathak

  • New Office opening.

    Hi,
    I am a new office setup and the office is closed for lunch. When the customer rings in during office hours, the talk to the agents. During lunch time and out of hours they hear a closed for lunch message and a closed, please ring back during opening hours  when we are closed.
    I have created a Directory number 65704 in three partitions, open, lunch and closed. The open hours is working fine.
    When the customer ring during lunch, the call is send to 65797 and this points to a CTI Route Point which forwards the caller to voicemail. During closed hours, the caller is sent to 65798 and this call is also forwarded to VM. However during my test I get the voicemail lady "Hello welcome to Cisco Unity voicemail .......
    I have setup two call handlers with the extension associated with it and the messages pasted into the Profile and Greetings part of the Call Handlers to try and get the message to be played for the customer.
    We have CM 7.1 and Unity 4.0 (5)
    Any ideas anyone.
    Thanks
    Anthony.

    Hi,
    I have setup 6 Times Periods
    Time Period
    Time Schedule
    Partition
    CSS
    DN
    New Office AM
    New Office Open
    NO_Open
    Internal
    65704
    New Office PM
    New Office Open
    NO_Open
    Internal
    65704
    New Office Lunch Time
    New Office Lunch
    NO_Lunch
    Internal
    65704
    New Office Out Of Hours AM
    New Office Closed
    NO_Closed
    Internal
    65704
    New Office Out Of Hours PM
    New Office Closed
    NO_Closed
    Internal
    65704
    New Office Weekend
    New Office Closed
    NO_Closed
    Internal
    65704
    I have created three lines on a Virtual phone:
    65704 in Partition NewOfficeOpen
    65704 in Partition NewOfficeLunch
    65704 in Partition NewOfficeClosed.
    The 65704 calls in Office Open are set to forward all to 65700 which is a hunt group and this is working.
    The 65704 calls in Office Closed are set to forward all to 65798 which is a CTI Route Point and this forwards all calls to voicemail.
    The 65704 calls in Office Lunch are set to forward all to 65797 which is a CTI Route Point and this forwards all calls to voicemail.
    During office closed and lunch hours, I get the American Cisco Lady.
    I have two call handlers setup in Unity called NewOffice lunch and closed and these have the messages insert in them and associated the 65797and 65798 number with them.
    The caller comes into a PRA on a 2811 router with a translation rule
    voice translation-rule 1
      rule 1 /..../ /65704/
    To me it looks like Unity is not recognising the 65797 and 65798 number coming into them.
    I have selected any profiles for Unity in the DN on the lines in the Virtual phones.
    Any ideas.
    Thanks
    Anthony.

  • Add new Office 365 to Azure after removing existing Office 365

    Hi All,
    A little convoluted, but I am struggling here.
    First, some history.
    I created an initial Office 365 account (via Telstra).  The tenant domain for this is initialO365.onmicrosoft.com.  I added a custom domain my-domain.com.
    Sometime later, I created an Azure Subscription.  Access to the Azure subscription was via my Microsoft Account.
    Via support, I had the Office 365 my-domain.com associated with (I guess, via the Active Directory Directory) the Azure Subscription.
    The end result was that I was able to logon to both Office 365 and Azure via the my-domain.com domain.
    All was well.
    Recently...
    Due to some limitations with Office 365 via Telstra, I signed up for a new Office 365 account directly with Microsoft.  The tenant for this domain is newO365.onmicrosoft.com.
    I manually migrated the mailboxes between Office 365 accounts, and I also moved the domain from the old Office 365 to the new Office 365.
    In terms of the new Office 365, all is well.  I can logon via my-domain.com without issue.
    What I now want to do is remove the association of the old Office 365 account from Azure, and add the new Office 365 account.
    The end result will be that the old Office 365 account (initialO365.onmicrosoft.com) is cancelled and deleted, and I am then able to logon to Azure and the new Office 365 via my-domain.com.
    I simply cannot get this to happen
    I've tried to just add the my-domain.com domain to the existing directory in Azure (I've added the TXT record to the domain) but when I verify I get the following error:
              Could not verify this domain because it was previously configured for your tenant or for another tenant.
    I think I need to add a new Directory linked to the Office 365 tenant, but I am unable to do this (anytime I go to add a new Directory, I DO NOT get the option to select an existing one).
    I do have a current support ticket, but it's taken over a week now and I'm not really getting far - I don't believe that they understand what I want to do.
    My previous experience with getting this done lead me to believe that this was a simple-ish type of exercise, but I am stuck.
    Any ideas?

    Hi Brendan,
    Thanks for posting here!
    1. My-domain.com is still associated with initialO365.omicrosoft.com. You would like to add this domain with with newO365.onmicrosoft.com.
    A1: First logon to old tenant "initialO365.onmicrosoft.com" and remove any association for "my-domain.com" from any objects (users/groups/applications) and then remove the domain "my-domain.com" from the directory. Once you
    remove it, you will be allowed to add it back to the second tenant "newO365.onmicrosoft.com" after verifying the same using a TXT entry.
    2. You would like to link the Azure Subscription to the new AAD tenant newO365.onmicrosoft.com
    A2: First add the MSA to Newo365.onmicrosoft.com as a Global Admin (GA). Then under Settings on Azure Management Portal, click edit directory and select the new directory to link the Azure subscription to. Add GA for newo365.onmicrosoft.com as a co-admin
    on the Subscription before they attempt to login.
    Hope this answers your query.
    Best Regards,
    Sadiqh
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful.

  • Editing Office 365 Excel Doc in Excel Office 2013

    I have an excel document with macros uploading on Office 365. I understand that I can't use the macros in excel online so I want to edit in excel. When I click 'Edit in Excel' the program opens but the actual document doesn't. I am able to download a copy
    though. How do I get the document to open?
    Thanks

    Hi,
    Does this only occur to this specific Excel file? or all Excel files?
    Let's first test with a simple Excel file without macros, or disable the macros in that specific file, upload it to Cloud, then try again. This will help to narrow down whether the issue is with the macros.
    Please feel free to post back with any findings.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • I downloaded mountain lion and then the new office suite (word, ppt, excel) but now when I try to display one of my ppt's it says 'ppt cannot open the file...the file may be corrupt, in use, not a type recognized by ppt etc.." how can I fix it?? HELP

    I downloaded mountain lion and then the new office suite (word, ppt, excel) but now when I try to display one of my ppt's it says 'ppt cannot open the file...the file may be corrupt, in use, not a type recognized by ppt etc.." how can I fix it?? HELP

    Did you try to open teh fle by double-clicking its icon? If the file was made with an older version of Office, you may get that message. Try opeing PP and, from its "File" menu, see if you can open the ppt. I've foundthat often gets around that message and then yo ucan save the file from the newer version.
    If that doesn't work, consider asking in the Microsoft Office: Mac forums here:
    Office for Mac forums
    PowerPoint is not an Apple product and it seems a lot of people around here avoid Office.

  • Problem with report generation toolkit when installed new office 2010

    Dear all, I had  LabView 8.6.1 and report generation toolkit for MSoffice 2003 perfectly working in my laptop.
    Now I have added MSoffice 2010 and report generation toolkit does not work anymore since it is linked to new office.
    How can I inform Labview to link report generation toolkit to the old  MSoffice 2003?
    regards
    Max

    The Report Generation Toolkit is ActiveX based.  When you install the newest version of Office it registers the ActiveX server for that software, which the toolkit adapts to and uses.
    Uninstalling Office 2010 would solve the issue, otherwise you will need to look at unregistering the 2010 component of Office ActiveX - but I'm not sure if that's possible.
    Regards,
    Peter D

  • Export to Excel format changed after update to new Office

    Post Author: Ceraq
    CA Forum: Exporting
    I am using the XL export format as an intermediate step to some complex calculations and ties that are not supported in my legacy system.  To get what I want I simply used a CR XI report to create a mid way data file and then used a second report to crunch the final numbers from the data file.  Its a long painful story as to exactly why I have to do it this way... not my choice.
    Prior to the update when I exported more than ~65k lines to an XL format they remained in one sheet.  So the second report would grab all the data and go...  Now, after the update of office, the report gets split into seperate sheets each of ~65k records long and the second report sees each sheet as a seperate data table!  I'm pushing over 1.25 million records into less than 400k in the mid data file so I'm getting about 7 sheets instead of the original 1.
    I have a lot of work and time invested in this method so I would like to fix it so it still works in the previous manner... I have tried to export to a different format, but it seems that CR XI cannot export to a format that it can also read in... at least that I have found and not without creating a whole new DB for it to export into (Access).  I cannot unroll the new office either as it is already enterprise wide...
    Reomendations? Suggestions? Should I simply go get a few cases of Dr. Pepper and tell my wife I wont be home this week and re write everything (no plan on how I'd do that either...)?
    Best regards,
    Michael

    Hi Debbei
    I think  u have to use microsoft office 2003
    Regards Reeha

  • Installing Office 2001 for Mac on new Mac Mini

    I own a copy of Office for Mac 2001 that was used on my older iMac.
    I thought I could install this on my new Mac mini with OS X. However, after attempting to install from my CD I get an error message saying it is not compatible on the system.
    Does anyone out there know if you can infact use an older version of Office for mac on the new Mac mini's? Or, do I need to purchase the latest and greatest version of Office for my new system?
    There's got to be a way... don't want t spend another $600 when I have the older version that works fine.
    Thank you!
    Mac Mini   Mac OS X (10.4.7)  

    You need to install SheepShaver to use Classic and Classic applications such as Office 2001 on an Intel Mac. The current version of Office will run from Mac OS X, and all of its components except for Virtual PC run in Mac OS X on an Intel Mac.
    (15995)

  • Regarding new bank to be created for new office ...check printing issue...

    dear all..
    i need to create bank for our new office say BARODA office for check printing purpose.
    our comp. has allready configured for mumbai and main office bank...
    but i dont know the full cycle.. can anybody tell me the process to implement the same ?
    thanks in adv..
    jigar patel

    Thanks Sandra for your response.
    From the PCL Font list it says
    USB Resident storage fonts
    Font = H E-13B-600  
    Pitch/Point = 8.00/8.4
    Esc sequence = <esc>(0Q<esc>(s0p8.00h8.4v0sb0T
    Font = USB1  1
    Font id = blank
    I am only using Print control = SF450 as the SAPSCRIPT is copied form an existing one, but event he SAP standard text will not print (vanilla) SAPSCRIPT-MICRTEST or SAPSCRIPT_MICRTEST the correct fonts.
    Do you think font pitch may be the issue, we are planning to change this tomorrow to 10.
    Does the escape sequence need to be added as a new print control to the Device type in SPAD or does SF450 HPLJMI still work?
    One other thing from note 94233 I checked the RAW spool file and it does contain
    ST0652139Schriftart MICR_E 10 Punkt (MICR E-13B)
    MT0198406457
    CP40040000E
    FCMICR_E  100  00180 SF450SF450400400180E
    ST0018001A
    MT0226706457
    CP11000000E
    FCCOURIER 120  00144 SF012SF012110000144E
    ST0100807transit
    MT0198406697
    CP40040000E
    FCMICR_E  100  00180 SF450SF450400400180E
    ST0018001B
    MT0226706697
    CP11000000E
    FCCOURIER 120  00144 SF012SF012110000144E
    ST0086406amount
    MT0198406937
    CP40040000E
    FCMICR_E  100  00180 SF450SF450400400180E
    ST0018001C
    MT0226706937
    CP11000000E
    FCCOURIER 120  00144 SF012SF012110000144E
    ST0072005on-us
    MT0198407177
    don't know what more to look for.

  • Does new Office apps work with stylus/pen?

    Hi,
    Does anyone know if the new Office excel, word and onenote for mac work with a pen/stylus on an ipad mini?
    Angelica

    To my knowledge none of Microsoft's apps accept input via handwriting nor drawing. If you want to use a stylus, there are other apps available in which you can write and/or draw, including Penultimate, Notability, and others. You can find suggestions here:
    http://appadvice.com/appguides/show/handwriting-apps-for-ipad
    Perhaps one of those would work for you.
    Regards.

  • Am unable to find my network in my new office with my powerbook G4

    I have moved into a new office and am unable to find our new network on oir Powerbook G4. However, I also have a MacBook Pro and this can not only pick up the network but also has a very strong signal
    I have NEVER had a problem finding a signal with this laptop
    Is there an issue with the PowerBook G4 finding network signals at all???
    BillytheBee

    Does the machine have an airport address inside the battery bay?
    Did you ever use wireless with the machine before?
    Is the wireless network setup for 802.11g and/or 802.11n only?

Maybe you are looking for