Resorts GetAvailableToContract

Get Resorts available to contract. Unlike the GetPermittedByContract endpoint, this returns ALL resorts, but specifies if each resort is available to this contract or not.

Parameters

Name Type Required Description
contractId Int32 The contract Id

Returns

Type:
ResortAvailableToContractModel
Description:
A list of all resorts, with a property specifying whether each is available to the contract or not.
Http Method:
GET
Url:
api/Resorts/GetAvailableToContract?contractId={contractId}