Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Retrieve QBD Company MetaData
- //Create the Service Context using oAuthValidator
- Intuit.Ipp.Core.ServiceContext context = new Intuit.Ipp.Core.ServiceContext(oauthValidator, realmId, Intuit.Ipp.Core.IntuitServicesType.QBD);
- // Create Service Object for an entity
- Intuit.Ipp.Services.DataServices commonService = new Intuit.Ipp.Services.DataServices(context);
- // Call the service method
- Intuit.Ipp.Data.Qbd.CompanyMetaData actualCompanyMetaData = commonService.FindById(new Intuit.Ipp.Data.Qbd.CompanyMetaData()) as Intuit.Ipp.Data.Qbd.CompanyMetaData;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement