Skip to content

Commit 580fcfe

Browse files
Update
1 parent 458b058 commit 580fcfe

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,17 @@ Change `customerType` and `market` as needed. `orgNumber` and `testId` are not r
126126
```
127127
POST https://{UNIQUE_ID}.execute-api.{REGION}.amazonaws.com/dev/createOrder
128128
{
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
140140
}
141141
```
142142

0 commit comments

Comments
 (0)