DELETE api/v1/orders/{orderId}/repairs
Endpoint that deletes a list of repair items of an order.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderId |
Order Id |
integer |
Required |
Body Parameters
An array of repair item Ids. If a single special value -99999 is included in the array, then this operation will delete ALL repair items of the order specified
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Nothing
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.