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