POST api/damage/spsetappimportdamage

Request Information

URI Parameters

None.

Body Parameters

PARAMETRS_spSetAppImportDamage
NameDescriptionTypeAdditional information
truckid

string

None.

dateevent

string

None.

gpslocation

string

None.

chassisnumber

string

None.

nbrofregions

string

None.

nbrofpictures

string

None.

Request Formats

application/json, text/json

Sample:
{
  "truckid": "sample string 1",
  "dateevent": "sample string 2",
  "gpslocation": "sample string 3",
  "chassisnumber": "sample string 4",
  "nbrofregions": "sample string 5",
  "nbrofpictures": "sample string 6"
}

application/xml, text/xml

Sample:
<PARAMETRS_spSetAppImportDamage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <chassisnumber>sample string 4</chassisnumber>
  <dateevent>sample string 2</dateevent>
  <gpslocation>sample string 3</gpslocation>
  <nbrofpictures>sample string 6</nbrofpictures>
  <nbrofregions>sample string 5</nbrofregions>
  <truckid>sample string 1</truckid>
</PARAMETRS_spSetAppImportDamage>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.