Click or drag to resize

BookingAuthenticateRestWcfServiceDac7FieldsOwnerGetXml Method

Retrieves the DAC7 fields for the specified owner.

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#
public Dac7OwnerFieldsDto Dac7FieldsOwnerGetXml(
	string consumerId,
	string ownerNo,
	string guid
)

Parameters

consumerId
Type: SystemString
A path parameter always assigned the integer number 1. Example: 1
ownerNo
Type: SystemString
The id of the owner
guid
Type: SystemString
The profile id of the owner

Return Value

Type: Dac7OwnerFieldsDto
The specified owner and country codes list

Implements

IBookingAuthenticateRestWcfServiceDac7FieldsOwnerGetXml(String, String, String)
See Also