File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -126,17 +126,17 @@ Change `customerType` and `market` as needed. `orgNumber` and `testId` are not r
126
126
```
127
127
POST https://{UNIQUE_ID}.execute-api.{REGION}.amazonaws.com/dev/createOrder
128
128
{
129
- "name": "Raina Mayert",
130
- "email": "Lemuel_Mraz44@gmail.com",
131
- "phone": "1-355-620-4168",
132
- "street": "961 Jasper Forks",
133
- "city": "Lake Gracieside",
134
- "customerType": "B2B",
135
- "market": "US",
136
- "products": "BB001,BA002",
137
- "totalPrice": 38500,
138
- "orgNumber": 123123,
139
- "testId": 409126
129
+ "name": "Raina Mayert",
130
+ "email": "Lemuel_Mraz44@gmail.com",
131
+ "phone": "1-355-620-4168",
132
+ "street": "961 Jasper Forks",
133
+ "city": "Lake Gracieside",
134
+ "customerType": "B2B",
135
+ "market": "US",
136
+ "products": "BB001,BA002",
137
+ "totalPrice": 38500,
138
+ "orgNumber": 123123,
139
+ "testId": 409126
140
140
}
141
141
```
142
142
You can’t perform that action at this time.
0 commit comments