POST api/Comunicacion
Request Information
URI Parameters
None.
Body Parameters
ComunicacionName | Description | Type | Additional information |
---|---|---|---|
IdEnvioServidor | integer |
None. |
|
IdEnvioCliente | integer |
None. |
|
UID | globally unique identifier |
None. |
|
NombreBBDD | string |
None. |
|
ServidorBBDD | string |
None. |
|
IdEmpresa | integer |
None. |
|
Fecha | date |
None. |
|
Objeto | string |
None. |
|
XmlEnvio | string |
None. |
|
XmlRespuesta | string |
None. |
|
Test | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdEnvioServidor": 1, "IdEnvioCliente": 2, "UID": "3bbd4eab-4ab8-4396-9635-61ebb87b2448", "NombreBBDD": "sample string 3", "ServidorBBDD": "sample string 4", "IdEmpresa": 5, "Fecha": "2024-11-21T11:16:59.8330988+01:00", "Objeto": "sample string 7", "XmlEnvio": "sample string 8", "XmlRespuesta": "sample string 9", "Test": true }
application/xml, text/xml
Sample:
<Comunicacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_SII_1_1"> <Fecha>2024-11-21T11:16:59.8330988+01:00</Fecha> <IdEmpresa>5</IdEmpresa> <IdEnvioCliente>2</IdEnvioCliente> <IdEnvioServidor>1</IdEnvioServidor> <NombreBBDD>sample string 3</NombreBBDD> <Objeto>sample string 7</Objeto> <ServidorBBDD>sample string 4</ServidorBBDD> <Test>true</Test> <UID>3bbd4eab-4ab8-4396-9635-61ebb87b2448</UID> <XmlEnvio>sample string 8</XmlEnvio> <XmlRespuesta>sample string 9</XmlRespuesta> </Comunicacion>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.