POST api/efiscalHR/counters
Request Information
URI Parameters
None.
Body Parameters
HRCounter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| ENUIdentifier | string |
None. |
|
| Year | integer |
None. |
|
| Value | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"ENUIdentifier": "sample string 2",
"Year": 3,
"Value": 4
}
application/xml, text/xml
Sample:
<HRCounter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Id>sample string 1</Id> <ENUIdentifier>sample string 2</ENUIdentifier> <Year>3</Year> <Value>4</Value> </HRCounter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HRCounter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| ENUIdentifier | string |
None. |
|
| Year | integer |
None. |
|
| Value | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"ENUIdentifier": "sample string 2",
"Year": 3,
"Value": 4
}
application/xml, text/xml
Sample:
<HRCounter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Id>sample string 1</Id> <ENUIdentifier>sample string 2</ENUIdentifier> <Year>3</Year> <Value>4</Value> </HRCounter>