Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Retrieve QBD Customer by ID
- //Documentation: http://goo.gl/gF9BK
- Intuit.Ipp.Data.Qbd.Customer qbdCustomer = new Intuit.Ipp.Data.Qbd.Customer();
- qbdCustomer.Id = new IdType() { idDomain = idDomainEnum.NG, Value = "3293689" };
- Intuit.Ipp.Data.Qbd.Customer customerResult = commonService.FindById<Intuit.Ipp.Data.Qbd.Customer>(qbdCustomer);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement