Click or drag to resize

IBookingAuthenticateRestWcfServiceDac7FieldsOwnerUpdateXml Method

Uri for this REST service method:
https://appl.easybook.net/booking/xml/{consumerId}/dac7fieldsowner
Http method: PUT
Response body format: Xml

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#
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
The specified owner and country codes list
See Also