Click or drag to resize

BookingAuthenticateRestWcfServiceDac7FieldsOwnerUpdateXml Method

Updates 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 Dac7FieldsOwnerUpdateXml(
	string consumerId,
	Dac7OwnerFields criteria
)

Parameters

consumerId
Type: SystemString
A path parameter always assigned the integer number 1. Example: 1
criteria
Type: Tse.EasyBook.Server.DataContracts.WebClientDac7OwnerFields
The input criteria serialized as xml

Return Value

Type: Dac7OwnerFieldsDto

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateRestWcfService.Dac7FieldsOwnerUpdateXml(System.String,Tse.EasyBook.Server.DataContracts.WebClient.Dac7OwnerFields)"]

Implements

IBookingAuthenticateRestWcfServiceDac7FieldsOwnerUpdateXml(String, Dac7OwnerFields)
See Also