Set refund as settled
Sets all refund rows in a refund as settled.
| Path Parameters | 
|---|
| orderIdint32 —  REQUIREDThe order id. | 
| refundIduuid —  REQUIREDThe refund id. | 
| Request Body  —  REQUIRED Contains optional fields for the settlement. | 
|---|
| SettledByAdminUserIdint32The id of the admin user that settled the refund. Leave blank if unsure. Optional. | 
| SettledOndate-timeThe date the refund was settled. Defaults to now. Optional. | 
| Responses | |||
|---|---|---|---|
| 200Ok. 
 | |||
| 400Bad request. 
 | |||
| 404Not found. 
 |