POST api/AsambleasVigentes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AsambleasVigentesDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Asamblea_Titulo | string |
None. |
|
| Asamblea_URL | string |
None. |
|
| GUID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Asamblea_Titulo": "sample string 1",
"Asamblea_URL": "sample string 2",
"GUID": "0985f4a1-40ca-45ec-8147-e66f65af698c"
},
{
"Asamblea_Titulo": "sample string 1",
"Asamblea_URL": "sample string 2",
"GUID": "0985f4a1-40ca-45ec-8147-e66f65af698c"
}
]
application/xml, text/xml
Sample:
<ArrayOfAsambleasVigentesDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMIC_WebAPI_Votaciones.Models">
<AsambleasVigentesDto>
<Asamblea_Titulo>sample string 1</Asamblea_Titulo>
<Asamblea_URL>sample string 2</Asamblea_URL>
<GUID>0985f4a1-40ca-45ec-8147-e66f65af698c</GUID>
</AsambleasVigentesDto>
<AsambleasVigentesDto>
<Asamblea_Titulo>sample string 1</Asamblea_Titulo>
<Asamblea_URL>sample string 2</Asamblea_URL>
<GUID>0985f4a1-40ca-45ec-8147-e66f65af698c</GUID>
</AsambleasVigentesDto>
</ArrayOfAsambleasVigentesDto>