diff --git a/source/includes/_dynamic_discounting_payment_instructions.md b/source/includes/_dynamic_discounting_payment_instructions.md index 41f0e10..866d7d3 100644 --- a/source/includes/_dynamic_discounting_payment_instructions.md +++ b/source/includes/_dynamic_discounting_payment_instructions.md @@ -2,7 +2,7 @@ ```shell curl --header "Authorization: Bearer abcd" --header "Content-Type: application/json" --data '{}' \ -"https://api.novicap.com/v1/dynamic_discounting/payment_instructions" +"https://api.novicap.com/v1/dynamic_discounting/payment_instructions?product_id=123" ``` > The above command returns a JSON payload with the 201 CREATED status.