MatchStage

A MatchStage object represents the stage of a match. The stage indicates how far along a candidate is in the recruitment process of a specific job.
This objects is used to pass the correct MatchStage ID into a match.

{
  "id": Integer,
	"name": String,
	"rank": Integer
}