POST api/Pontaje
Request Information
URI Parameters
None.
Body Parameters
PontajEntry| Name | Description | Type | Additional 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": "59c7010e-bfff-4249-9034-998195829b29",
"IdDepartment": "9f282a75-06de-462b-87b0-c67d94ff5c41",
"IdJob": "fac24bac-dd0b-4c7f-abdf-e67a7f498863",
"IdLocation": "9ab2c431-f694-4d5e-b630-7f45b12b5476",
"Date": "2026-06-21T16:03:58.5149986+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-06-21T16:03:58.5149986+03:00</Date> <Direction>6</Direction> <IdDepartment>9f282a75-06de-462b-87b0-c67d94ff5c41</IdDepartment> <IdJob>fac24bac-dd0b-4c7f-abdf-e67a7f498863</IdJob> <IdLocation>9ab2c431-f694-4d5e-b630-7f45b12b5476</IdLocation> <IdPerson>59c7010e-bfff-4249-9034-998195829b29</IdPerson> </PontajEntry>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>