Click or drag to resize

BookingAuthenticateRestWcfServiceDac7FieldsOwnerUpdateJson 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 Dac7FieldsOwnerUpdateJson(
	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 json

Return Value

Type: Dac7OwnerFieldsDto
The specified owner and country codes list

Implements

IBookingAuthenticateRestWcfServiceDac7FieldsOwnerUpdateJson(String, Dac7OwnerFields)
See Also