POST api/FavoriteProcess/Delete?customerId={customerId}&favoriteOperationType={favoriteOperationType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

globally unique identifier

Required

favoriteOperationType

FavoriteOperationType

Required

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "30f1ed81-42f3-4390-80f0-100f22d04733",
  "b3af05d7-8f26-44ac-aa31-283647fc64d6"
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfBoolean
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

boolean

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": true,
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}