POST api/Licenze

Request Information

URI Parameters

None.

Body Parameters

Collection of LicenzaDto
NameDescriptionTypeAdditional information
IDLicenza

integer

None.

Descrizione

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "IDLicenza": 1,
    "Descrizione": "sample string 2"
  },
  {
    "IDLicenza": 1,
    "Descrizione": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLicenzaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GE_Web_Api_Model">
  <LicenzaDto>
    <Descrizione>sample string 2</Descrizione>
    <IDLicenza>1</IDLicenza>
  </LicenzaDto>
  <LicenzaDto>
    <Descrizione>sample string 2</Descrizione>
    <IDLicenza>1</IDLicenza>
  </LicenzaDto>
</ArrayOfLicenzaDto>

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.