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": "4d3444d1-5378-4aec-8f7c-1a5498e0f68d", "CompanyId": "eb8ba945-c49a-4f89-b595-6a33e3508d86", "ShiftColorId": "792df97c-47c0-4aaf-a051-5381d875086d", "Code": "sample string 4", "Name": "sample string 5", "FromTime": "2025-04-27T23:26:44.3706864+00:00", "ToTime": "2025-04-27T23:26:44.3706864+00:00", "HasBreak": true, "ShiftHours": "2025-04-27T23:26:44.3706864+00:00", "Remark": "sample string 10", "RequestId": "77435f44-e4e9-430b-9de8-927a35cc459f", "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">77435f44-e4e9-430b-9de8-927a35cc459f</RequestId> <Code>sample string 4</Code> <CompanyId>eb8ba945-c49a-4f89-b595-6a33e3508d86</CompanyId> <FromTime>2025-04-27T23:26:44.3706864+00:00</FromTime> <HasBreak>true</HasBreak> <Id>4d3444d1-5378-4aec-8f7c-1a5498e0f68d</Id> <Name>sample string 5</Name> <Remark>sample string 10</Remark> <ShiftColorId>792df97c-47c0-4aaf-a051-5381d875086d</ShiftColorId> <ShiftHours>2025-04-27T23:26:44.3706864+00:00</ShiftHours> <ToTime>2025-04-27T23:26:44.3706864+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.