v1
latestOpenAPI 3.0.12026-07-243124341009.5 KBJobs
Update a VMS Job
Updates an existing VMS job record in the system.
put/v1/job/vms-job/{vmsJobId}
Path parameters
vmsJobIdstring required
The identifier for the VMS job in BOLD.
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
{
"vmsReqId": 123456,
"jobId": 789012,
"companyId": 456789,
"branchId": 101112,
"frontOfficeId": 123456,
"contactId": 789012,
"worksiteAddressId": 345678,
"positions": 5,
"estimatedHours": 40,
"targetBillRate": 30,
"targetPayRate": 25,
"overtimeRuleId": 434,
"useCustomOTRates": true,
"overtimeBillRate": 45,
"overtimePayRate": 40,
"doubletimeBillRate": 60,
"doubletimePayRate": 50,
"maxBillRate": 100,
"minBillRate": 80,
"maxPayRate": 30,
"minPayRate": 25,
"markupPercentage": 8,
"billingManagerId": 12345,
"billingName": "John Smith",
"billingAddress1": "123 Main St",
"billingAddress2": "Suite 100",
"billingCity": "Anytown",
"billingState": "CA",
"billingZip": "90210",
"billingPhone": "555-123-4567",
"billingEmail": "john.smith@example.com",
"placementFee": 25,
"placementPercentage": 5,
"title": "Warehouse Worker",
"positionCategoryId": 123,
"costCenter": "CC12345",
"division": "Sales",
"department": "Logistics",
"workerCompCodeId": 456,
"statusId": 789,
"orderTypeId": 101,
"salesRepUserId": 112233,
"ownerUserId": 123456,
"description": "This is a sample job description for a warehouse worker position.",
"descriptionHTML": "<p>This is a sample job description for a warehouse worker position.</p>",
"notes": "This is a sample job note.",
"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
},
"offer": true,
"postJobToMobileApp": true,
"vmsNotes": "This is a sample VMS note.",
"maxSubmittal": 10,
"vendorJobReqID": "VMS-REQ-123456",
"vmsName": "VMS Provider Inc.",
"vmsType": "Direct",
"statusName": "Open",
"jobRequirements": [
{
"requirementName": "Safety Training",
"isRequired": true
}
],
"orderTypeName": "Temporary",
"jobSkills": [
{
"jobSkillId": 184928,
"jobId": 1578224,
"descriptionId": 7735,
"positionId": 643,
"skillDescription": "Data Entry",
"skillPosition": "Clerical",
"skillTalentFacing": true
}
],
"jobSkillResponse": {
"jobSkills": [
{
"jobSkillId": 184928,
"jobId": 1578224,
"descriptionId": 7735,
"positionId": 643,
"skillDescription": "Data Entry",
"skillPosition": "Clerical",
"skillTalentFacing": true
}
]
},
"jobOwners": [
123456,
789012
]
}Response
The updated VMS job.
Example response
{
"vmsReqId": 123456,
"jobId": 789012,
"companyId": 456789,
"branchId": 101112,
"frontOfficeId": 123456,
"contactId": 789012,
"worksiteAddressId": 345678,
"positions": 5,
"estimatedHours": 40,
"targetBillRate": 30,
"targetPayRate": 25,
"overtimeRuleId": 434,
"useCustomOTRates": true,
"overtimeBillRate": 45,
"overtimePayRate": 40,
"doubletimeBillRate": 60,
"doubletimePayRate": 50,
"maxBillRate": 100,
"minBillRate": 80,
"maxPayRate": 30,
"minPayRate": 25,
"markupPercentage": 8,
"billingManagerId": 12345,
"billingName": "John Smith",
"billingAddress1": "123 Main St",
"billingAddress2": "Suite 100",
"billingCity": "Anytown",
"billingState": "CA",
"billingZip": "90210",
"billingPhone": "555-123-4567",
"billingEmail": "john.smith@example.com",
"placementFee": 25,
"placementPercentage": 5,
"title": "Warehouse Worker",
"positionCategoryId": 123,
"costCenter": "CC12345",
"division": "Sales",
"department": "Logistics",
"workerCompCodeId": 456,
"statusId": 789,
"orderTypeId": 101,
"salesRepUserId": 112233,
"ownerUserId": 123456,
"description": "This is a sample job description for a warehouse worker position.",
"descriptionHTML": "<p>This is a sample job description for a warehouse worker position.</p>",
"notes": "This is a sample job note.",
"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
},
"offer": true,
"postJobToMobileApp": true,
"vmsNotes": "This is a sample VMS note.",
"maxSubmittal": 10,
"vendorJobReqID": "VMS-REQ-123456",
"vmsName": "VMS Provider Inc.",
"vmsType": "Direct",
"statusName": "Open",
"jobRequirements": [
{
"requirementName": "Safety Training",
"isRequired": true
}
],
"orderTypeName": "Temporary",
"jobSkills": [
{
"jobSkillId": 184928,
"jobId": 1578224,
"descriptionId": 7735,
"positionId": 643,
"skillDescription": "Data Entry",
"skillPosition": "Clerical",
"skillTalentFacing": true
}
],
"jobSkillResponse": {
"jobSkills": [
{
"jobSkillId": 184928,
"jobId": 1578224,
"descriptionId": 7735,
"positionId": 643,
"skillDescription": "Data Entry",
"skillPosition": "Clerical",
"skillTalentFacing": true
}
]
},
"jobOwners": [
123456,
789012
]
}