POST api/Payment/Refund
Request Information
URI Parameters
None.
Body Parameters
PurchaseRefundRequestName | Description | Type | Additional information |
---|---|---|---|
SaleId | globally unique identifier |
None. |
|
RefundAmount | decimal number |
None. |
Request Formats
[application/json, { "SaleId": "3cd179db-560f-419b-8622-a8b5a3d73688", "RefundAmount": 1.0 }][text/json, { "SaleId": "3cd179db-560f-419b-8622-a8b5a3d73688", "RefundAmount": 1.0 }][application/xml, <PurchaseRefundRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PosAppBackend.Models"> <RefundAmount>1</RefundAmount> <SaleId>3cd179db-560f-419b-8622-a8b5a3d73688</SaleId> </PurchaseRefundRequest>][text/xml, <PurchaseRefundRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PosAppBackend.Models"> <RefundAmount>1</RefundAmount> <SaleId>3cd179db-560f-419b-8622-a8b5a3d73688</SaleId> </PurchaseRefundRequest>][application/x-www-form-urlencoded, Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PurchaseRefundRequest'.]Response Information
Resource Description
IHttpActionResultNone.