File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ Returns an order identified by its reference.
8
8
9
9
` GET /company/{company}/order/{reference} `
10
10
11
- ``` <order>
11
+ ``` xml
12
+ <order >
12
13
<reference />
13
14
<status >open | request | requested | acceptance | accepted | fulfillment | fulfilled | completion | completed | canceled | failed</status >
14
15
<statusChanged >2010-08-15T00:00:00.000Z</statusChanged >
@@ -64,7 +65,8 @@ Returns an order identified by its reference.
64
65
<total >0.0</total >
65
66
</payment >
66
67
</payments >
67
- </order>```
68
+ </order >
69
+ ```
68
70
69
71
70
72
Generate coupon
@@ -74,6 +76,8 @@ Generates a new random coupon. The random coupon set is identified by its custom
74
76
75
77
` POST /company/{company}/coupon/{prefix}/generate `
76
78
77
- ```<couponCode>
79
+ ``` xml
80
+ <couponCode >
78
81
<code />
79
- </couponCode>```
82
+ </couponCode >
83
+ ```
You can’t perform that action at this time.
0 commit comments