AVOLITES TITAN API

AreFixturesValidForRepatch

Checks whether the provided handles are valid for a fixture repatch operation.

Namespace: Fixtures

Syntax

MACRO

Boolean Fixtures.AreFixturesValidForRepatch(IEnumerable<Handle> handles)

HTTP

http://[ip]:4430/titan/script/2/Fixtures/AreFixturesValidForRepatch?handles={handleList}

Parameters

handles ( IEnumerable<Handle> ) : The handles to check.

handles_handleList

HTTP Example:
http://localhost:4430/titan/script/2/Fixtures/AreFixturesValidForRepatch?handles_handleList=1895,1896,1900

handles_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/Fixtures/AreFixturesValidForRepatch?handles_userNumberList=6,8,10

Returns