Actions
Sub-task #22
open
PS
PS
Start date:
02/18/2026
Due date:
% Done:
0%
Estimated time:
Description
API route:
Name: Get info
API URL: /api/v1/customer/marketplace/review
Type: Get
Param/Body Input:
{
"id": 1,
"reviewStatus:"true",
"removeStatus:"false"
}
| JSON Path | Type | Example | Required |
|---|---|---|---|
| id | int | 1 | Yes |
| reviewStatus | bool | true | Optional |
| removeStatus | bool | false | Optional |
Response
{
"message:"success",
"xid":"xRequestID"
}
Actions