Updates an existing ReasonForReturn by reasonForReturn Id.
Name | Description | Additional information |
---|---|---|
reasonForReturnId | The Id of the reasonForReturn. |
Define this parameter in the request URI. |
model | The model of the reasonForReturn. |
Define this parameter in the request body. |
{
"Name": "sample string 1",
"ReasonForReturnId": 2,
"IsEnabled": true
}