POST api/common/transazioneid/calcola-completo
Request Information
URI Parameters
None.
Body Parameters
CalcolaTransazioneIdCompletoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Causale | string |
None. |
|
| IdBanca | string |
None. |
|
| IdConto | integer |
None. |
|
| DataOperazione | date |
None. |
|
| Importo | decimal number |
None. |
|
| CausaleContieneGiaPrefisso | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Causale": "sample string 1",
"IdBanca": "sample string 2",
"IdConto": 3,
"DataOperazione": "2026-04-02T01:09:17.9311143+02:00",
"Importo": 5.0,
"CausaleContieneGiaPrefisso": true
}
application/xml, text/xml
Sample:
<CalcolaTransazioneIdCompletoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PagoPaApi.SecureApi.Models"> <Causale>sample string 1</Causale> <CausaleContieneGiaPrefisso>true</CausaleContieneGiaPrefisso> <DataOperazione>2026-04-02T01:09:17.9311143+02:00</DataOperazione> <IdBanca>sample string 2</IdBanca> <IdConto>3</IdConto> <Importo>5</Importo> </CalcolaTransazioneIdCompletoRequest>
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.