POST api/v1/updateSegnalazione

Request Information

URI Parameters

None.

Body Parameters

RequestUpdateSegnalazione
NameDescriptionTypeAdditional information
IdSegnalazione

integer

None.

TestoLavoriEffettuati

string

None.

StatoSegnalazione

integer

None.

OraFineLavorazione

string

None.

FotoLavori

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "IdSegnalazione": 1,
  "TestoLavoriEffettuati": "sample string 2",
  "StatoSegnalazione": 3,
  "OraFineLavorazione": "sample string 4",
  "FotoLavori": "QEA="
}

application/xml, text/xml

Sample:
<clsDatiApi.RequestUpdateSegnalazione xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI">
  <FotoLavori>QEA=</FotoLavori>
  <IdSegnalazione>1</IdSegnalazione>
  <OraFineLavorazione>sample string 4</OraFineLavorazione>
  <StatoSegnalazione>3</StatoSegnalazione>
  <TestoLavoriEffettuati>sample string 2</TestoLavoriEffettuati>
</clsDatiApi.RequestUpdateSegnalazione>

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.