Sets, corrects, or clears the end date on the pay condition comparison with the specified ID for the specified employee.

Request

PUT http:///api/v2/business/{businessId}/employee/{employeeId}/payconditionscomparison/{id}/enddate

Path parameters

Parameter name Value Description Additional
id int32 Required
businessId string Required
employeeId string Required

Request body

The request body takes a complete EndPayConditionComparisonRequest resource, containing the following writable properties:

{
    "comparisonEndDate": "date-time"
}

Properties

Name Type Description
comparisonEndDate date-time Nullable

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK

PayConditionComparisonApiModel