PUT {language}/company/updateTimeSheetShiftIntoDictionary
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdateTimeSheetShiftRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
ShiftColorId | globally unique identifier |
None. |
|
Code | string |
None. |
|
Name | string |
None. |
|
FromTime | date |
None. |
|
ToTime | date |
None. |
|
HasBreak | boolean |
None. |
|
ShiftHours | date |
None. |
|
Remark | string |
None. |
|
RequestId | globally unique identifier |
None. |
|
Language | string |
None. |
|
LanguageLogin | string |
None. |
|
AuthToken | string |
None. |
|
ClientId | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "332ab72c-b39c-4482-b126-a79769cc937c", "CompanyId": "52945f5a-651d-4272-9ada-4ae09ae03f85", "ShiftColorId": "c19b5f1f-e4c2-45ae-85d9-c0e0a6fd8ac4", "Code": "sample string 4", "Name": "sample string 5", "FromTime": "2025-07-13T08:49:14.576546+00:00", "ToTime": "2025-07-13T08:49:14.576546+00:00", "HasBreak": true, "ShiftHours": "2025-07-13T08:49:14.576546+00:00", "Remark": "sample string 10", "RequestId": "188c9f6f-4c8e-4854-bbf7-65ae90506c2b", "Language": "sample string 12", "LanguageLogin": "sample string 13", "AuthToken": "sample string 14", "ClientId": "sample string 15", "PageIndex": 16, "PageSize": 17 }
application/xml, text/xml
Sample:
<UpdateTimeSheetShiftRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 14</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 15</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">16</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">17</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">188c9f6f-4c8e-4854-bbf7-65ae90506c2b</RequestId> <Code>sample string 4</Code> <CompanyId>52945f5a-651d-4272-9ada-4ae09ae03f85</CompanyId> <FromTime>2025-07-13T08:49:14.576546+00:00</FromTime> <HasBreak>true</HasBreak> <Id>332ab72c-b39c-4482-b126-a79769cc937c</Id> <Name>sample string 5</Name> <Remark>sample string 10</Remark> <ShiftColorId>c19b5f1f-e4c2-45ae-85d9-c0e0a6fd8ac4</ShiftColorId> <ShiftHours>2025-07-13T08:49:14.576546+00:00</ShiftHours> <ToTime>2025-07-13T08:49:14.576546+00:00</ToTime> </UpdateTimeSheetShiftRequest>
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.