POST api/auth/generate-allegati-token

Request Information

URI Parameters

None.

Body Parameters

AllegatiTokenRequest
NameDescriptionTypeAdditional information
PreistruttoriaId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PreistruttoriaId": "70427f15-202e-4a05-84e0-34eb8b44750d"
}

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">
  <PreistruttoriaId>70427f15-202e-4a05-84e0-34eb8b44750d</PreistruttoriaId>
</AllegatiTokenRequest>

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 'AllegatiTokenRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.