POST api/PERSONALs?añoMes={añoMes}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| añoMes | string | Required | 
Body Parameters
None.
Response Information
Resource Description
ValueTupleOfStringAndString| Name | Description | Type | Additional information | 
|---|---|---|---|
| Item1 | string | None. | |
| Item2 | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "Item1": null,
  "Item2": null
}
        text/html
            Sample:
        
{"Item1":null,"Item2":null}
        application/xml, text/xml
            Sample:
<ValueTupleOfstringstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System"> <Item1 i:nil="true" /> <Item2 i:nil="true" /> </ValueTupleOfstringstring>