GET api/OuterGate/GetReceipt?idBulletin={idBulletin}&typeOfBulletin={typeOfBulletin}
Ritorna lo stream della ricevuta in formato PDF, in funzione dell'id della stessa e del tipo di bollettino
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idBulletin |
ID del bollettino |
integer |
Required |
| typeOfBulletin |
Tipo di bollettino, valori ammessi : MAV => 0, RAV => 1 |
TypesOfBulletin |
Required |
Body Parameters
None.
Response Information
Resource Description
Stream binario della ricevuta PDF
Stream| Name | Description | Type | Additional information |
|---|---|---|---|
| CanRead | boolean |
None. |
|
| CanSeek | boolean |
None. |
|
| CanTimeout | boolean |
None. |
|
| CanWrite | boolean |
None. |
|
| Length | long integer |
None. |
|
| Position | long integer |
None. |
|
| ReadTimeout | integer |
None. |
|
| WriteTimeout | integer |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.