BasketAction
BasketAction object¶
BasketAction
is an object that represents data needed to perform the HTTP call and consists of the following fields:
- method:
TRequestType
- href:
string
TRequestType¶
TRequestType
represents a type of a basket action request and has a type of string
. This type supports following values:
get
post
put
delete