PATCH api/evinfo/customers/{customerId}/cars/{carId}
Updates the existing car into table storage.
Request Information
URI Parameters
| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.