POST {language}/company/checkUseLockInOutWeb

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

NotificationMessageInOutRequest
NameDescriptionTypeAdditional information
EmployeeId

globally unique identifier

None.

CompanyId

globally unique identifier

None.

Latitude

string

None.

Longitude

string

None.

RealtimeDate

date

None.

Remark

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:
{
  "EmployeeId": "8117586b-111c-4135-b668-664addf3092f",
  "CompanyId": "a9ca2fed-f111-4681-b1ea-6f162a5730ec",
  "Latitude": "sample string 3",
  "Longitude": "sample string 4",
  "RealtimeDate": "2025-04-27T16:10:16.7257823+00:00",
  "Remark": true,
  "RequestId": "ce1e1680-9f6d-4747-aa3f-7caa9880af52",
  "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:
<NotificationMessageInOutRequest 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">ce1e1680-9f6d-4747-aa3f-7caa9880af52</RequestId>
  <CompanyId>a9ca2fed-f111-4681-b1ea-6f162a5730ec</CompanyId>
  <EmployeeId>8117586b-111c-4135-b668-664addf3092f</EmployeeId>
  <Latitude>sample string 3</Latitude>
  <Longitude>sample string 4</Longitude>
  <RealtimeDate>2025-04-27T16:10:16.7257823+00:00</RealtimeDate>
  <Remark>true</Remark>
</NotificationMessageInOutRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.