GET api/Acquisti/GetPreOrdiniFornitore

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

WebServiceResponse
NameDescriptionTypeAdditional 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>