Exigo Web Service

ExigoApi
Creates an authenticated context used for all Exigo web service calls


C# Sample

                            var context = new ExigoApi
                            {
                                ApiAuthenticationValue = new ApiAuthentication()
                                {
                                    LoginName = "",
                                    Password  = "",
                                    Company   = ""
                                }
                            };
                        

WebService

OData