POST api/Config/ObtenerParametro
Request Information
URI Parameters
None.
Body Parameters
DataParametro| Name | Description | Type | Additional information |
|---|---|---|---|
| paramid | integer |
None. |
|
| tag | string |
None. |
|
| valor | string |
None. |
|
| fechas | Collection of date |
None. |
|
| tipo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"paramid": 1,
"tag": "sample string 2",
"valor": "sample string 3",
"fechas": [
"2025-12-06T01:21:06.6476862-03:00",
"2025-12-06T01:21:06.6476862-03:00"
],
"tipo": "sample string 4"
}
application/xml, text/xml
Sample:
<DataParametro xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DelMuseoShared.Modelos">
<fechas xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:dateTime>2025-12-06T01:21:06.6476862-03:00</d2p1:dateTime>
<d2p1:dateTime>2025-12-06T01:21:06.6476862-03:00</d2p1:dateTime>
</fechas>
<paramid>1</paramid>
<tag>sample string 2</tag>
<tipo>sample string 4</tipo>
<valor>sample string 3</valor>
</DataParametro>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |