{ "patientID": 0, "settleRecID": 0, "refundAmount": 0, "shouldRefund": 0, "refundMethod": { "contractCorpID": 0, "payMethod": "string", "payAmount": 0, "setlRefCode": "string" }, "refundDetails": [ { "lsh": 0, "itemType": 0, "tfsl": 0, "tfje": 0, "tfzy": "string" } ], "memo": "string" }
curl --location --request POST '/api/anon/openapi/his/outpt/refund' \ --header 'FRHis-Open-Timestamp;' \ --header 'FRHis-Open-App-Id;' \ --header 'FRHis-Open-Token;' \ --header 'FRHis-Open-RequestID;' \ --header 'Content-Type: application/json' \ --data-raw '{ "patientID": 0, "settleRecID": 0, "refundAmount": 0, "shouldRefund": 0, "refundMethod": { "contractCorpID": 0, "payMethod": "string", "payAmount": 0, "setlRefCode": "string" }, "refundDetails": [ { "lsh": 0, "itemType": 0, "tfsl": 0, "tfje": 0, "tfzy": "string" } ], "memo": "string" }'
{}