...
Request
HTTP Verb : GET
URL : http://{WS_URL}/RestWSDF4/{returnType}/{domainCode}/customer/wishList
Parameters | Location | Type | Required | Default | Accepted |
---|---|---|---|---|---|
token | Header | String(26) | v |
...
Code Block |
---|
{ "response": { "success": true "message": "get wishlist" "object": { "wishlist": { "line": [1] 0: { "ean": 9789402124460 "title": "Brammetje boterhammetje" "author": "Marguerite Steur" "price": 15 "productForm": "BC" } } } } } |
Error
Code Block |
---|
{ "response": { "code": 11, "message": "no wishList" } } |
...
Request
HTTP Verb : POST
URL : http://{WS_URL}/RestWSDF4/{returnType}/{domainCode}/customer/wishlist/{ean}
Parameters | Location | Type | Required | Default | Accepted |
---|---|---|---|---|---|
token | Header | String(26) | v | ||
ean | URL | Long | v |
...
Request
HTTP Verb : DELETE
URL : http://{WS_URL}/RestWSDF4/{returnType}/{domainCode}/customer/wishList/{ean}
Parameters | Location | Type | Required | Default | Accepted |
---|---|---|---|---|---|
token | Header | String(26) | v | ||
ean | URL | Long | v |
...