DELETE api/order/quote/{QuoteID}/Service/{OrderServiceID}

This API deletes a service from a quote. Note that once an order has been submitted it is not possible to delete a service.

Error Messages
  • 404/Not Found - No quote record found with id x - The ID specified does not match any existing quotes.
  • 403/Forbidden - Quote record with id x is invalid.
  • 404/Not Found - Quote record with id x does not contain a service with ID y - The Quote ID specified is not associated with the OrderServiceID specified.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
QuoteID The ID of the Quote integer

Required

OrderServiceID Order Service ID integer

Required

Body Parameters

None.

Response Information

Resource Description

None.