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(s) for a customer.

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
A path parameter containing the partner code a.k.a. the login or user name. Example: /LHUSE
consumerId
Type: SystemString
A path parameter always assigned the integer number 1.Example: /1
profileId
Type: SystemString
A unique identifier for the customer (GUID) returned by the booking call.
orderNo
Type: SystemString
OrderNo is optionally. If it is empty all order for the given CustomerProfileId are returned else only the speficied order is returned. Unique order number identifing both order number and possible invoice number. The format is orderNo-invoiceNo for example: 15487-4871211.

Return Value

Type: OrderWeb
Any OrderWeb instances matching the supplied input.
See Also