PUT {language}/company/deleteOvertimeRounding
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
FirtTimeSheetPolicyRoundingRuleRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
TimeSheetPolicyId | globally unique identifier |
None. |
|
FromMinutes | decimal number |
None. |
|
ToMinutes | decimal number |
None. |
|
RoundingValue | decimal number |
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": "ed4ae5c5-ffd8-4371-acc4-ce480bb4f4c6", "CompanyId": "12c5a617-4306-4d9d-aec2-4b356917f2a0", "TimeSheetPolicyId": "0e9779e3-a76d-4a78-953a-ecb1d00be4ee", "FromMinutes": 4.1, "ToMinutes": 5.1, "RoundingValue": 6.1, "RequestId": "0e205a79-6060-43cc-9d99-328d2b2dbf7c", "Language": "sample string 8", "LanguageLogin": "sample string 9", "AuthToken": "sample string 10", "ClientId": "sample string 11", "PageIndex": 12, "PageSize": 13 }
application/xml, text/xml
Sample:
<FirtTimeSheetPolicyRoundingRuleRequest 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 10</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">0e205a79-6060-43cc-9d99-328d2b2dbf7c</RequestId> <CompanyId>12c5a617-4306-4d9d-aec2-4b356917f2a0</CompanyId> <FromMinutes>4.1</FromMinutes> <Id>ed4ae5c5-ffd8-4371-acc4-ce480bb4f4c6</Id> <RoundingValue>6.1</RoundingValue> <TimeSheetPolicyId>0e9779e3-a76d-4a78-953a-ecb1d00be4ee</TimeSheetPolicyId> <ToMinutes>5.1</ToMinutes> </FirtTimeSheetPolicyRoundingRuleRequest>
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.