[Create discount]
POST {{url}}{{public-prefix}}/discounts
Request Body
{"type"=>"flat", "duration"=>"periodic", "cycle_amount"=>10, "cycle_unit"=>"monthly", "currency"=>"ARS", "country"=>"ARG", "name"=>"New discount", "description"=>"A description of the discount", "external_id"=>"{{$randomUUID}}", "amount"=>120}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: Created
{"id":"bd9a61bd-c7f1-4920-a832-a43a5084b6f1","external_id":"e2dfa853-aba1-4512-846c-c10e42143134","name":"New discount","type":"flat","amount":"120.0","currency":"ARS","duration":"periodic","cycle_unit":"monthly","cycle_amount":10,"created_at":"2021-09-30T14:54:56-03:00","description":"A description of the discount"}