Skip to content

Commit 1ba4949

Browse files
authored
Merge pull request #23988 from BastLena/master
Corrected code sample and screenshot
2 parents 4bb264c + b934c1f commit 1ba4949

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

tutorials/opps-advanced-scenario-singlecode-coupon-create/3_create_coupon_code_response200.png renamed to tutorials/opps-advanced-scenario-singlecode-coupon-create/3_create_coupon_code_response200_v2.png

42.8 KB
Loading

tutorials/opps-advanced-scenario-singlecode-coupon-create/opps-advanced-scenario-singlecode-coupon-create.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,13 @@ Now that you have created the coupon object and set it to active, you create the
131131
5. Copy the following data and paste it into the body:
132132
```json
133133
{
134-
"codeValue": "ANNIVERSARY25",
135-
"validFrom": "2026-01-01"
134+
"codeValue": "ANNIVERSARY25"
136135
}
137136
```
138137
6. Choose **Run**.
139138
7. Make sure you get the HTTP response **200**.
140139

141-
<!-- border -->![Create coupon code response](3_create_coupon_code_response200.png)
140+
<!-- border -->![Create coupon code response](3_create_coupon_code_response200_v2.png)
142141

143142
With this, you have created the coupon code `ANNIVERSARY25`. Your marketing system can now read the coupon information from the Coupon Management service and drive your promotional campaign, for example by distributing the coupon code to your target customers.
144143

0 commit comments

Comments
 (0)