Click or drag to resize

IBookingAuthenticateRestWcfServiceOrderInfoJson Method

Uri for this REST service method:
https://appl.easybook.net/booking/json/{partnerCode}/{consumerId}/order?profileid={profileId}&orderno={orderNo}
Http method: GET
Response body format: Json

Returns order info.

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
OrderWeb[] OrderInfoJson(
	string partnerCode,
	string consumerId,
	string profileId,
	string orderNo
)

Parameters

partnerCode
Type: SystemString

[Missing <param name="partnerCode"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.OrderInfoJson(System.String,System.String,System.String,System.String)"]

consumerId
Type: SystemString

[Missing <param name="consumerId"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.OrderInfoJson(System.String,System.String,System.String,System.String)"]

profileId
Type: SystemString

[Missing <param name="profileId"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.OrderInfoJson(System.String,System.String,System.String,System.String)"]

orderNo
Type: SystemString

[Missing <param name="orderNo"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.OrderInfoJson(System.String,System.String,System.String,System.String)"]

Return Value

Type: OrderWeb

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.OrderInfoJson(System.String,System.String,System.String,System.String)"]

See Also