GET api/Documenti/GetDocumentoPdf?codiceCliente={codiceCliente}&tipoDocumento={tipoDocumento}&numeroDocumento={numeroDocumento}&parte={parte}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| codiceCliente | integer |
Required |
|
| tipoDocumento | integer |
Required |
|
| numeroDocumento | integer |
Required |
|
| parte | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WebServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseCode | WebServiceResponseCode |
None. |
|
| Message | string |
None. |
|
| AuxObject | Object |
None. |
|
| ExceptionMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseCode": 0,
"Message": "sample string 1",
"AuxObject": {},
"ExceptionMessage": "sample string 3"
}
application/xml, text/xml
Sample:
<WebServiceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Luropas.WebService"> <AuxObject /> <ExceptionMessage>sample string 3</ExceptionMessage> <Message>sample string 1</Message> <ResponseCode>Ok</ResponseCode> </WebServiceResponse>