PUT {language}/company/deleteTimeSheetShiftIntoDictionary
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
DeleteTimeSheetShiftRequestName | 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": "b332390d-99fb-4c18-b8f9-6e9fa081f9f0", "CompanyId": "485ea35b-c7c1-489b-8444-a6ebdfb4bafb", "ShiftColorId": "2502d393-549b-458c-92ff-531317aadfa7", "Code": "sample string 4", "Name": "sample string 5", "FromTime": "2025-04-27T23:26:44.6206936+00:00", "ToTime": "2025-04-27T23:26:44.6206936+00:00", "HasBreak": true, "ShiftHours": "2025-04-27T23:26:44.6206936+00:00", "Remark": "sample string 10", "RequestId": "0956887c-6e68-444f-88ef-b0306d772868", "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:
<DeleteTimeSheetShiftRequest 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">0956887c-6e68-444f-88ef-b0306d772868</RequestId> <Code>sample string 4</Code> <CompanyId>485ea35b-c7c1-489b-8444-a6ebdfb4bafb</CompanyId> <FromTime>2025-04-27T23:26:44.6206936+00:00</FromTime> <HasBreak>true</HasBreak> <Id>b332390d-99fb-4c18-b8f9-6e9fa081f9f0</Id> <Name>sample string 5</Name> <Remark>sample string 10</Remark> <ShiftColorId>2502d393-549b-458c-92ff-531317aadfa7</ShiftColorId> <ShiftHours>2025-04-27T23:26:44.6206936+00:00</ShiftHours> <ToTime>2025-04-27T23:26:44.6206936+00:00</ToTime> </DeleteTimeSheetShiftRequest>
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.