| GET,OPTIONS | /v1/staff/match |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| PlaceholderContactID | query | int | No | |
| JobID | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Candidates | form | List<StaffCandidate> | No | |
| Position | form | StaffPosition | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ContactID | form | int | No | |
| Name | form | string | No | |
| Kind | form | string | No | |
| Rate | form | decimal | No | |
| Rating | form | decimal | No | |
| RatingCount | form | int | No | |
| Base | form | string | No | |
| DistanceMi | form | int | No | |
| MatchCount | form | int | No | |
| TotalRequired | form | int | No | |
| Skills | form | List<StaffSkillChip> | No | |
| Conflict | form | bool | No | |
| BusyUntil | form | string | No | |
| BusyJob | form | string | No | |
| Phone | form | string | No | |
| form | string | No | ||
| Sms | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Name | form | string | No | |
| Matched | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| PlaceholderContactID | form | int | No | |
| JobID | form | int | No | |
| ProjectID | form | int | No | |
| JobName | form | string | No | |
| PositionTag | form | string | No | |
| Skills | form | List<string> | No | |
| BudgetedHours | form | double | No | |
| TargetRate | form | decimal | No | |
| StartDate | form | string | No | |
| EndDate | form | string | No | |
| WindowText | form | string | No | |
| ResponsesActionable | form | int | No | |
| PostingStatus | form | string | No | |
| ApplicantTotal | form | int | No | |
| ApplicantStrong | form | int | No | |
| Filled | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v1/staff/match HTTP/1.1 Host: api.dev.dynamics.trendsic.com Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
Candidates:
[
{
ContactID: 0,
Name: String,
Kind: String,
Rate: 0,
Rating: 0,
RatingCount: 0,
Base: String,
DistanceMi: 0,
MatchCount: 0,
TotalRequired: 0,
Skills:
[
{
Name: String,
Matched: False
}
],
Conflict: False,
BusyUntil: String,
BusyJob: String,
Phone: String,
Email: String,
Sms: False
}
],
Position:
{
PlaceholderContactID: 0,
JobID: 0,
ProjectID: 0,
JobName: String,
PositionTag: String,
Skills:
[
String
],
BudgetedHours: 0,
TargetRate: 0,
StartDate: String,
EndDate: String,
WindowText: String,
ResponsesActionable: 0,
PostingStatus: String,
ApplicantTotal: 0,
ApplicantStrong: 0,
Filled: False
}
}