To Change Vendor Product Status.
Name | Description | Additional information |
---|---|---|
state | string state |
Define this parameter in the request URI. |
model | RejectProductModel model |
Define this parameter in the request body. |
{
"VendorName": "sample string 1",
"RejectionResons": {
"$id": "2",
"sample string 1": "sample string 2",
"sample string 3": "sample string 4",
"sample string 5": "sample string 6"
},
"ProductName": "sample string 2",
"DetailReason": "sample string 3",
"SelectedProductIds": "sample string 4",
"SelectedRejectionReason": "sample string 5",
"UserName": "sample string 6"
}