v1
latestOpenAPI 3.0.12026-07-243124341009.5 KBJobs
Get New Job Required Fields
Returns a list of required fields for creating a new job.
get/v1/new-job-required-fields
Headers
RequestIdstring uuid
The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
Unique request identifier (UUID) used to correlate request data with log entries and events.
FrontOfficeTenantIdinteger
An integer identifier for the tenant that the request is being made for. Required when Tenant header is not provided.
Tenantstring
Tenant company code that determines data access scope during the request. Required when FrontOfficeTenantId header is not provided.
Response
The list of required fields for creating a new job.
Example response
{
"clientAddress": true,
"clientCity": true,
"clientState": true,
"clientZip": true,
"clientEmail": true,
"clientPhone": true,
"endDate": true,
"estimatedHours": true,
"jobCity": true,
"jobCountry": true,
"jobState": true,
"placementFeeAmount": true,
"placementFeePercent": true,
"positionCategorySkill": true,
"targetBillRate": true,
"targetPayRate": true,
"workersCompCode": true,
"customJobDetails": [
{
"id": 12345,
"jobId": 67890,
"name": "Dress Code",
"value": "Business Casual",
"additionalValue": "No jeans",
"type": "text",
"isActive": true,
"customJobDetailId": 54321
}
]
}