POST InsertCategoria

Request Information

URI Parameters

None.

Body Parameters

InputInsertCategorie
NameDescriptionTypeAdditional information
Categoria

string

None.

Html

string

None.

ImgUrl

Collection of byte

None.

IconUrl

Collection of byte

None.

Pdf

Collection of byte

None.

IDCategoriaParent

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Categoria": "sample string 1",
  "Html": "sample string 2",
  "ImgUrl": "QEA=",
  "IconUrl": "QEA=",
  "Pdf": "QEA=",
  "IDCategoriaParent": 3
}

application/xml, text/xml

Sample:
<InputInsertCategorie xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NWAPI">
  <Categoria>sample string 1</Categoria>
  <Html>sample string 2</Html>
  <IDCategoriaParent>3</IDCategoriaParent>
  <IconUrl>QEA=</IconUrl>
  <ImgUrl>QEA=</ImgUrl>
  <Pdf>QEA=</Pdf>
</InputInsertCategorie>

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.