This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location -g --request POST '{{subdomain}}/api2/api2/refund_receipts.json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
  "RefundReceipt": {
    "client_id": 15,
    "store_id": 1,
    "subscription_id": 26,
    "currency_code": "USD",
    "date": "2023-03-23",
    "draft": 0,
    "InvoiceItem": [
      {
        "product_id": 1,
        "quantity": 1,
        "unit_price": 100
      }
    ]
  }
}'{}