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": "211b41fb-d9c3-452e-9a5c-c05361597d51",
"IdDepartment": "ecc14b44-070e-4335-95e2-6da271d3bbe6",
"IdJob": "87b4e035-1e3d-43f2-9801-fb8dcd1a380e",
"IdLocation": "535c7133-cbd4-4a95-a7b3-e584a7c21b8d",
"Date": "2026-08-20T13:53:44.1007233+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-08-20T13:53:44.1007233+03:00</Date> <Direction>6</Direction> <IdDepartment>ecc14b44-070e-4335-95e2-6da271d3bbe6</IdDepartment> <IdJob>87b4e035-1e3d-43f2-9801-fb8dcd1a380e</IdJob> <IdLocation>535c7133-cbd4-4a95-a7b3-e584a7c21b8d</IdLocation> <IdPerson>211b41fb-d9c3-452e-9a5c-c05361597d51</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>