POST {language}/company/insertTimeSheetPoliceOnlineTimekeeping
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
TimeSheetPoliceOnlineTimekeepingRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
TimeSheetPolicyId | globally unique identifier |
None. |
|
HasWorkingLocation | string |
None. |
|
NotHasWorkingLocation | string |
None. |
|
IsApplyClockInOutWebAndMobile | boolean |
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": "62fe0969-e168-4db7-9bf7-b4a05383cd66", "CompanyId": "08ab4ca4-7ed3-410c-96a1-c124b5394f4b", "TimeSheetPolicyId": "4de68b08-7e62-43e8-9a10-0824a9f75ce7", "HasWorkingLocation": "sample string 4", "NotHasWorkingLocation": "sample string 5", "IsApplyClockInOutWebAndMobile": true, "RequestId": "794ee865-3ac7-436d-96c9-5edba13bf9fa", "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:
<TimeSheetPoliceOnlineTimekeepingRequest 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">794ee865-3ac7-436d-96c9-5edba13bf9fa</RequestId> <CompanyId>08ab4ca4-7ed3-410c-96a1-c124b5394f4b</CompanyId> <HasWorkingLocation>sample string 4</HasWorkingLocation> <Id>62fe0969-e168-4db7-9bf7-b4a05383cd66</Id> <IsApplyClockInOutWebAndMobile>true</IsApplyClockInOutWebAndMobile> <NotHasWorkingLocation>sample string 5</NotHasWorkingLocation> <TimeSheetPolicyId>4de68b08-7e62-43e8-9a10-0824a9f75ce7</TimeSheetPolicyId> </TimeSheetPoliceOnlineTimekeepingRequest>
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.