jimmacur / hang_in_there_api

1 stars 0 forks source link

Merchant Coupon Create #34

Closed jimmacur closed 1 month ago

jimmacur commented 1 month ago

Create a new coupon for a merchant.

status: 201
body:

{
  "data": {
    "id": "1",
    "type": "coupon",
    "attributes": {
      "name": "Buy One Get One 50",
      ...remaining attributes go here...
    }
  }
}