Resorts GetPermittedByContract

Returns all resorts permitted by a contract. This endpoint differs from GetAvailableToContract in that this only returns the resorts available to this contract.

Parameters

Name Type Required Description
contractId Int32 The id of the contract

Returns

Type:
List of ResortModel
Description:
A list of resorts.
Http Method:
GET
Url:
api/Resorts/GetPermittedByContract?contractId={contractId}