v1
latestOpenAPI 3.0.12026-07-243124341009.5 KBJobs
Create a Job
Adds a new job record to the system.
post/v1/job
Query parameters
encodingstring nullable
The encoding type for the job description.
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.
Request body
Example request
{
"id": 188499,
"companyId": 17845,
"branchId": 17582,
"frontOfficeId": 2774,
"contactId": 178843,
"worksiteAddressId": 17748,
"positions": 5,
"estimatedHours": 40,
"targetBillRate": 30,
"targetPayRate": 25,
"overtimeRuleId": 434,
"useCustomOTRates": true,
"overtimeBillRate": 45,
"overtimePayRate": 37.5,
"doubletimeBillRate": 60,
"doubletimePayRate": 50,
"maxBillRate": 60,
"minBillRate": 30,
"maxPayRate": 50,
"minPayRate": 25,
"markupPercentage": 8,
"billingManagerId": 148724,
"billingName": "John Doe",
"billingAddress1": "123 Main Street",
"billingAddress2": "Suite 100",
"billingCity": "Eagan",
"billingState": "MN",
"billingZip": "55121",
"billingPhone": "651-555-1234",
"billingEmail": "john.doe@example.com",
"placementFee": 25,
"placementPercentage": 5,
"title": "Warehouse Worker",
"positionCategoryId": 247,
"costCenter": "Center A",
"division": "Employer ABC",
"department": "Warehouse",
"workerCompCodeId": 4136,
"statusId": 273,
"orderTypeId": 248,
"salesRepUserId": 17845,
"ownerUserId": 17845,
"description": "General warehouse duties including picking, packing, and shipping.",
"notes": "Handle all incoming shipments and ensure proper documentation.",
"customJobDetails": [
{
"id": 12345,
"jobId": 67890,
"name": "Dress Code",
"value": "Business Casual",
"additionalValue": "No jeans",
"type": "text",
"isActive": true,
"customJobDetailId": 54321
}
],
"origin": "Partner XYZ",
"startTimeLocal": "08:00",
"endTimeLocal": "17:00",
"shiftScheduleDays": {
"monday": true,
"tuesday": true,
"wednesday": true,
"thursday": true,
"friday": true
},
"postJobToMobileApp": true,
"scheduleLengthWeeks": 4,
"scheduleShifts": [
{
"id": 12345,
"shiftDay": 1,
"duration": 480,
"startTime": "08:00:00",
"positions": 2,
"createdDate": "2024-12-01T14:30:00.546Z",
"updatedDate": "2024-12-01T14:30:00.546Z"
}
],
"mobileJobTitle": "Software Engineer",
"timeCaptureMethod": "TIMESHEET"
}Response
The created job record.
Example response
{
"id": 188499,
"positions": 5,
"payRates": {
"regular": 15.5,
"overtime": 23.25,
"doubletime": 31
},
"billRates": {
"regular": 15.5,
"overtime": 23.25,
"doubletime": 31
},
"title": "Warehouse Worker",
"costCenter": "Center A",
"workersCompensationClassCode": "4136",
"workerCompCode": {
"id": 12345,
"wcCode": "4136",
"wcDescription": "Clerical Office Employees",
"wcState": "CA",
"wcCountry": "US",
"employerId": 12345
},
"workerCompCodeId": 138,
"companyId": 17845,
"branchId": 15377,
"frontOfficeId": 2774,
"addressId": 17748,
"worksiteAddress": {
"addressGuid": "cb63d8fc-6d06-f011-87a7-a0595061251e",
"street1": "123 Main St.",
"street2": "Suite 250",
"city": "Minneapolis",
"state": "MN",
"postalCode": "55435",
"country": "US"
},
"poId": 123456,
"companyName": "Acme Corporation",
"link": "https://abc.myavionte.com/app/#/job/123456",
"contactId": 123456,
"statusId": 147,
"status": "Open",
"posted": true,
"orderType": "Temporary",
"orderTypeId": 128,
"representativeUsers": [
123,
456
],
"oT_Type": 2,
"enteredByUserId": 17845,
"enteredByUser": "user@example.com",
"salesRepUserId": 17845,
"salesRepUser": "salesrep@example.com",
"description": "General warehouse duties including picking, packing, and shipping.",
"customJobDetails": [
{
"id": 12345,
"jobId": 67890,
"name": "Dress Code",
"value": "Business Casual",
"additionalValue": "No jeans",
"type": "text",
"isActive": true,
"customJobDetailId": 54321
}
],
"latestActivityName": "On Hold",
"payPeriod": "Weekly",
"placed": 5,
"overtimeRuleID": 1284,
"startTimeLocal": "08:00",
"endTimeLocal": "17:00",
"shiftScheduleDays": {
"monday": true,
"tuesday": true,
"wednesday": true,
"thursday": true,
"friday": true
},
"postJobToMobileApp": true,
"origin": "Partner XYZ",
"worksiteAddressId": 1234,
"ownerUserId": 135678,
"startOfWeek": "Monday",
"shiftName": "Day Shift",
"scheduleLengthWeeks": 4,
"scheduleShifts": [
{
"id": 12345,
"shiftDay": 1,
"duration": 480,
"startTime": "08:00:00",
"positions": 2,
"createdDate": "2024-12-01T14:30:00.546Z",
"updatedDate": "2024-12-01T14:30:00.546Z"
}
],
"notes": "This is a sample job note.",
"estimatedHours": 40,
"targetBillRate": 100,
"targetPayRate": 80,
"useCustomOTRates": true,
"overtimeBillRate": 120,
"overtimePayRate": 100,
"doubletimeBillRate": 140,
"doubletimePayRate": 120,
"markupPercentage": 8,
"billingManagerId": 148724,
"billingName": "John Doe",
"billingAddress1": "123 Main Street",
"billingAddress2": "Suite 100",
"billingCity": "Eagan",
"billingState": "MN",
"billingZip": "55121",
"billingPhone": "651-555-1234",
"billingEmail": "john.doe@example.com",
"placementFee": 25,
"placementPercentage": 5,
"positionCategoryId": 247,
"division": "Employer ABC",
"maxBillRate": 150,
"minBillRate": 100,
"maxPayRate": 120,
"minPayRate": 80,
"department": "Warehouse",
"mobileJobTitle": "Software Engineer",
"timeCaptureMethod": "TIMESHEET",
"customJobId": "abc-123"
}