POST Api/ElencoDoc

Elenco dei Documenti disponibile per il codice cliente (cd_cliente) specificato

Request Information

URI Parameters

None.

Body Parameters

ElencoDoc
NameDescriptionTypeAdditional information
token

token generato dal metodo Login

string

Required

cd_cliente

Codice cliente

string

Required

data_emissione_a

string

None.

data_emissione_da

string

None.

numero_documento

string

None.

Request Formats

application/json, text/json

Sample:
{
  "token": "sample string 1",
  "cd_cliente": "sample string 2",
  "data_emissione_a": "sample string 3",
  "data_emissione_da": "sample string 4",
  "numero_documento": "sample string 5"
}

application/xml, text/xml

Sample:
<ElencoDoc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AreaRiservataPE.Models">
  <cd_cliente>sample string 2</cd_cliente>
  <data_emissione_a>sample string 3</data_emissione_a>
  <data_emissione_da>sample string 4</data_emissione_da>
  <numero_documento>sample string 5</numero_documento>
  <token>sample string 1</token>
</ElencoDoc>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ElencoDoc'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.