POST api/Pontaje

Request Information

URI Parameters

None.

Body Parameters

PontajEntry
NameDescriptionTypeAdditional information
IdPerson

globally unique identifier

None.

IdDepartment

globally unique identifier

None.

IdJob

globally unique identifier

None.

IdLocation

globally unique identifier

None.

Date

date

None.

Direction

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IdPerson": "5453f300-ff8f-42ec-a5f5-396f0480502c",
  "IdDepartment": "fc6ed194-0f6c-4477-9e3f-b0f22beae13e",
  "IdJob": "30b09fdd-a2d3-4a01-afef-16af7a59e9bc",
  "IdLocation": "fb0aeaf4-4cc5-41f3-a404-9c2364c7764d",
  "Date": "2026-04-22T17:14:41.1109073+03:00",
  "Direction": 6
}

application/xml, text/xml

Sample:
<PontajEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Business">
  <Date>2026-04-22T17:14:41.1109073+03:00</Date>
  <Direction>6</Direction>
  <IdDepartment>fc6ed194-0f6c-4477-9e3f-b0f22beae13e</IdDepartment>
  <IdJob>30b09fdd-a2d3-4a01-afef-16af7a59e9bc</IdJob>
  <IdLocation>fb0aeaf4-4cc5-41f3-a404-9c2364c7764d</IdLocation>
  <IdPerson>5453f300-ff8f-42ec-a5f5-396f0480502c</IdPerson>
</PontajEntry>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>