Click or drag to resize
ParaPlan Logo

ClientServiceClientByCustomID Method

[Missing <summary> documentation for "M:ParaPlanREST.ClientService.ClientByCustomID(System.String,System.String,System.String)"]

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

Parameters

customid
Type: SystemString
token
Type: SystemString
Token from API Login
device
Type: SystemString
Device name used when logging into API

Return Value

Type: ListResponseClient

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

See Also