POST UpdateCategoriaFilesOrder

Request Information

URI Parameters

None.

Body Parameters

InputUpdateCategorieFiles
NameDescriptionTypeAdditional information
IDFile

integer

None.

IDCategoria

string

None.

Nome

string

None.

Filename

string

None.

Pdf

Collection of byte

None.

Ordine

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IDFile": 1,
  "IDCategoria": "sample string 2",
  "Nome": "sample string 3",
  "Filename": "sample string 4",
  "Pdf": "QEA=",
  "Ordine": 5
}

application/xml, text/xml

Sample:
<InputUpdateCategorieFiles xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NWAPI">
  <Filename>sample string 4</Filename>
  <IDCategoria>sample string 2</IDCategoria>
  <IDFile>1</IDFile>
  <Nome>sample string 3</Nome>
  <Ordine>5</Ordine>
  <Pdf>QEA=</Pdf>
</InputUpdateCategorieFiles>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.