POST api/SetCuentasDebitosCreditosSP
Request Information
URI Parameters
None.
Body Parameters
param_SetCuentasDebitosCreditosSP| Name | Description | Type | Additional information |
|---|---|---|---|
| numeroConexion | integer |
None. |
|
| fecha | string |
None. |
|
| terminalOrigen | integer |
None. |
|
| conceptoOrigen | string |
None. |
|
| descripcionOrigen | string |
None. |
|
| terminalDestino | integer |
None. |
|
| conceptoDestino | string |
None. |
|
| descripcionDestino | string |
None. |
|
| importe | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"numeroConexion": 1,
"fecha": "sample string 2",
"terminalOrigen": 3,
"conceptoOrigen": "sample string 4",
"descripcionOrigen": "sample string 5",
"terminalDestino": 6,
"conceptoDestino": "sample string 7",
"descripcionDestino": "sample string 8",
"importe": 9.0
}
application/xml, text/xml
Sample:
<Clases.param_SetCuentasDebitosCreditosSP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.SVP_DB"> <conceptoDestino>sample string 7</conceptoDestino> <conceptoOrigen>sample string 4</conceptoOrigen> <descripcionDestino>sample string 8</descripcionDestino> <descripcionOrigen>sample string 5</descripcionOrigen> <fecha>sample string 2</fecha> <importe>9</importe> <numeroConexion>1</numeroConexion> <terminalDestino>6</terminalDestino> <terminalOrigen>3</terminalOrigen> </Clases.param_SetCuentasDebitosCreditosSP>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SetCuentasDebitosCreditosSP_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode | integer |
None. |
|
| Error | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ErrorCode": 1,
"Error": "sample string 1"
},
{
"ErrorCode": 1,
"Error": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfSetCuentasDebitosCreditosSP_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.SVP_DB">
<SetCuentasDebitosCreditosSP_Result>
<Error>sample string 1</Error>
<ErrorCode>1</ErrorCode>
</SetCuentasDebitosCreditosSP_Result>
<SetCuentasDebitosCreditosSP_Result>
<Error>sample string 1</Error>
<ErrorCode>1</ErrorCode>
</SetCuentasDebitosCreditosSP_Result>
</ArrayOfSetCuentasDebitosCreditosSP_Result>