POST cart/DelToCart

Request Information

URI Parameters

None.

Body Parameters

iAddToCart
NameDescriptionTypeAdditional information
cartId

globally unique identifier

None.

voucherId

globally unique identifier

None.

UserId

globally unique identifier

None.

qty

integer

None.

createdId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "cartId": "fb903c62-8ff7-44dd-bbe8-903a97b89645",
  "voucherId": "20fde51c-6f27-49f7-9cc9-94a8bcf9dfc5",
  "UserId": "3229f4e9-8fbf-4ce9-963f-e493fd62e065",
  "qty": 4,
  "createdId": "sample string 5"
}

Response Information

Resource Description

oResult
NameDescriptionTypeAdditional information
StatusCode

boolean

None.

Message

string

None.

lang

string

None.

RefNo

string

None.

Records

Collection of Object

None.

userMenu

Collection of Object

None.

MasterData

Collection of Object

None.

DetailData

Collection of Object

None.

InfoData

Collection of Object

None.

DownloadDashboard

Collection of Object

None.

ScanDashboard

Collection of Object

None.

SocialLinkDashboard

Collection of Object

None.

DownloadGraph

Collection of Object

None.

ScanGraph

Collection of Object

None.

SocialLinkGraph

Collection of Object

None.

SumDetailDashboard

Collection of Object

None.

Title

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": true,
  "Message": "sample string 2",
  "lang": "sample string 3",
  "RefNo": "sample string 4",
  "Records": [
    {},
    {}
  ],
  "userMenu": [
    {},
    {}
  ],
  "MasterData": [
    {},
    {}
  ],
  "DetailData": [
    {},
    {}
  ],
  "InfoData": [
    {},
    {}
  ],
  "DownloadDashboard": [
    {},
    {}
  ],
  "ScanDashboard": [
    {},
    {}
  ],
  "SocialLinkDashboard": [
    {},
    {}
  ],
  "DownloadGraph": [
    {},
    {}
  ],
  "ScanGraph": [
    {},
    {}
  ],
  "SocialLinkGraph": [
    {},
    {}
  ],
  "SumDetailDashboard": [
    {},
    {}
  ],
  "Title": [
    {},
    {}
  ]
}