POST api/auth/generate-allegati-token

Request Information

URI Parameters

None.

Body Parameters

AllegatiTokenRequest
NameDescriptionTypeAdditional information
PreistruttoriaId

globally unique identifier

None.

NomePreistruttoria

string

None.

NomeIncident

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PreistruttoriaId": "e30b467b-855e-4762-b00b-8350f9ff676d",
  "NomePreistruttoria": "sample string 2",
  "NomeIncident": "sample string 3"
}

application/xml, text/xml

Sample:
<AllegatiTokenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inlinea.AssoAste.WebAPI.Controllers">
  <NomeIncident>sample string 3</NomeIncident>
  <NomePreistruttoria>sample string 2</NomePreistruttoria>
  <PreistruttoriaId>e30b467b-855e-4762-b00b-8350f9ff676d</PreistruttoriaId>
</AllegatiTokenRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.