Navigation Menu

Skip to content

Commit

Permalink
Added wrapper for internal supplier retrieval (ShowSupplier)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulslugocki committed Aug 27, 2011
1 parent 0b21d3c commit 8941d48
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions TourCMS/TourCMS.cs
Expand Up @@ -454,6 +454,21 @@ public XmlDocument CheckCustomerLogin(string username, string password, int chan
}

#endregion

#region Internal Supplier Methods

// Show Supplier

/// <summary>
/// Get details on an internal Supplier ID (For Operator use only, not for Marketplace Partner use)
/// </summary>
public XmlDocument ShowSupplier(int supplierId, int channelId)
{
return Request("/c/supplier/show.xml?supplier_id=" + supplierId, channelId);
}

#endregion

// End wrapper functions

/// <summary>
Expand Down

0 comments on commit 8941d48

Please sign in to comment.