PUT api/v1/hR_ShiftSchedule/{shiftScheduleId}/shiftScheduleId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
shiftScheduleId | integer |
Required |
Body Parameters
HR_ShiftScheduleVMName | Description | Type | Additional information |
---|---|---|---|
shiftScheduleId | integer |
None. |
|
shiftScheduleIName | string |
None. |
|
tenantId | integer |
None. |
|
dateCreated | date |
None. |
|
createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "createdBy": 1, "shiftScheduleId": 1, "shiftScheduleIName": "sample string 2", "tenantId": 1, "dateCreated": "2024-11-24T08:33:23.3815354-08:00" }
application/xml, text/xml
Sample:
<HR_ShiftScheduleVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>1</createdBy> <dateCreated>2024-11-24T08:33:23.3815354-08:00</dateCreated> <shiftScheduleIName>sample string 2</shiftScheduleIName> <shiftScheduleId>1</shiftScheduleId> <tenantId>1</tenantId> </HR_ShiftScheduleVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.