ThomasAPIService GetGoodnessOfFit Method Thomas API Webservices Reference Guide
Gets a Goodness of Fit (GOF) value for a person compared to a job

Namespace: Thomas.APIServices
Assembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public int GetGoodnessOfFit(
	Guid AgentGUID,
	string AuthToken,
	string JobRefID,
	string PersonRefID
)

Return Value

A Goodness of Fit (GOF) value between 1 and 5
See Also