Click or drag to resize
ParaPlan Logo

CancelCodeServiceAllCancelCodes Method

Returns all cancel codes in the system. And new ones too.

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ListResponse<CancelCode> AllCancelCodes(
	string token,
	string device
)

Parameters

token
Type: SystemString

[Missing <param name="token"/> documentation for "M:ParaPlanREST.CancelCodeService.AllCancelCodes(System.String,System.String)"]

device
Type: SystemString

[Missing <param name="device"/> documentation for "M:ParaPlanREST.CancelCodeService.AllCancelCodes(System.String,System.String)"]

Return Value

Type: ListResponseCancelCode

[Missing <returns> documentation for "M:ParaPlanREST.CancelCodeService.AllCancelCodes(System.String,System.String)"]

See Also