POST ApiRest/Agente/addRedSocial
Request Information
URI Parameters
None.
Body Parameters
RedSocialJsonName | Description | Type | Additional information |
---|---|---|---|
OperacionExitosa | boolean |
None. |
|
Mensaje | string |
None. |
|
ResultadoPaginacion | ResultadoPaginacion |
None. |
|
EjecucionProcesoId | string |
None. |
|
RedSocialId | integer |
None. |
|
AgenteId | integer |
None. |
|
EventoId | integer |
None. |
|
TipoRedSocialId | integer |
None. |
|
TipoRedSocialNombre | string |
None. |
|
RedSocialCuenta | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "RedSocialId": 1, "AgenteId": 1, "EventoId": 1, "TipoRedSocialId": 2, "TipoRedSocialNombre": "sample string 3", "RedSocialCuenta": "sample string 4", "OperacionExitosa": true, "Mensaje": "sample string 2", "ResultadoPaginacion": { "$id": "2", "CantidadPaginas": 1, "TotalRegistros": 2.0 }, "EjecucionProcesoId": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RedSocialRespuestaName | Description | Type | Additional information |
---|---|---|---|
Lista | Collection of RedSocialJson |
None. |
|
OperacionExitosa | boolean |
None. |
|
Mensaje | string |
None. |
|
ResultadoPaginacion | ResultadoPaginacion |
None. |
|
EjecucionProcesoId | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Lista": [ { "$id": "2", "RedSocialId": 1, "AgenteId": 1, "EventoId": 1, "TipoRedSocialId": 2, "TipoRedSocialNombre": "sample string 3", "RedSocialCuenta": "sample string 4", "OperacionExitosa": true, "Mensaje": "sample string 2", "ResultadoPaginacion": { "$id": "3", "CantidadPaginas": 1, "TotalRegistros": 2.0 }, "EjecucionProcesoId": "sample string 3" }, { "$ref": "2" } ], "OperacionExitosa": true, "Mensaje": "sample string 2", "ResultadoPaginacion": { "$ref": "3" }, "EjecucionProcesoId": "sample string 3" }