POST api/cart/deleteitem?orderId={orderId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderId

string

None.

Body Parameters

CartGetApiModel
NameDescriptionTypeAdditional information
id

integer

None.

orderId

integer

None.

type

integer

None.

locationId

integer

None.

ApplicationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "orderId": 1,
  "type": 1,
  "locationId": 1,
  "ApplicationId": 1
}

application/xml, text/xml

Sample:
<CartGetApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.ApplicanProgramInterface.Models">
  <ApplicationId>1</ApplicationId>
  <id>1</id>
  <locationId>1</locationId>
  <orderId>1</orderId>
  <type>1</type>
</CartGetApiModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.