v1
latestOpenAPI 3.0.12026-07-243124341009.5 KBPlacements
Update a Placement
Updates information about the specified placement.
put/v1/placement/{placementId}
Path parameters
placementIdstring required
The identifier for the placement that should be updated.
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": 123456,
"talentId": 189482,
"jobId": 175529,
"extensionId": 98765,
"payRates": {
"regular": 15.5,
"overtime": 23.25,
"doubletime": 31
},
"billRates": {
"regular": 15.5,
"overtime": 23.25,
"doubletime": 31
},
"commissionUsers": [
{
"commissionUserType": "Recruiter",
"userId": 123456,
"commissionPercent": 10
}
],
"frontOfficeId": 12353,
"payBasis": "Hourly",
"placementAdditionalRates": [
{
"leaveTypeID": 123,
"payRate": 25,
"billRate": 30,
"inputType": "Hours",
"payBillTerm": 1
}
],
"endReasonId": 321,
"endReason": "Project completed successfully",
"recruiterUserId": 24398,
"recruiterUser": "john.doe@example.com",
"enteredByUserId": 18925,
"origin": "Acme Partner",
"timeApproverIds": [
123456,
789012
],
"placementScheduleShiftDtos": [
{
"id": 123456,
"jobScheduleShiftId": 789012,
"weekDay": 1,
"duration": 480,
"startTime": "08:00:00",
"status": "COMMITTED"
}
]
}Response
The updated placement details.
Example response
{
"WorkSiteAddress": {
"addressGuid": "cb63d8fc-6d06-f011-87a7-a0595061251e",
"street1": "123 Main St.",
"street2": "Suite 250",
"city": "Minneapolis",
"state": "MN",
"postalCode": "55435",
"country": "US"
}
}