PATCH api/evinfo/customers/{customerId}/cars/{carId}

Updates the existing car into table storage.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

The customer identifier.

string

Required

carId

The car identifier.

string

Required

Body Parameters

Patch operations. All the desired changes to the vehicle.

JsonPatchDocumentOfElectricalVehicleDto
NameDescriptionTypeAdditional information
Operations

Collection of OperationOfElectricalVehicleDto

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/html

Sample:

Sample not available.

Response Information

Resource Description

Ok or NotFound

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.