IBookingAuthenticateRestWcfServiceDac7FieldsOwnerUpdateJson Method |
Uri for this REST service method:
https://appl.easybook.net/booking/json/{consumerId}/dac7fieldsowner
Http method: PUT
Response body format: Json
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)
SyntaxDac7OwnerFieldsDto 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:
Dac7OwnerFieldsDtoThe specified owner and country codes list
See Also