Set refund row as settled
Set refund row as settled
| Path Parameters | 
|---|
orderId int32 —  REQUIREDThe order id.  | 
refundId uuid —  REQUIREDThe refund id.  | 
refundRowId int32 —  REQUIREDThe refund row id.  | 
| Request Body  —  REQUIRED Contains optional fields for the settlement.  | 
|---|
SettledByAdminUserId int32The id of the admin user that settled the refund. Leave blank if unsure. Optional.  | 
SettledOn date-timeThe date the refund was settled. Defaults to now. Optional.  | 
| Responses | |||
|---|---|---|---|
200Ok. 
  | |||
400Bad request. 
  | |||
404Not found. 
  |